#C7EA1E

Color #C7EA1E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #C7EA1E

Tints of Pear #C7EA1E

Color information

#C7EA1E (or 0xC7EA1E) is unknown color: approx Pear. HEX triplet: C7, EA and 1E. RGB value is (199,234,30). Sum of RGB (Red+Green+Blue) = 199+234+30=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EA1E is #3815E1. Grayscale: #C9C9C9. Windows color (decimal): -3675618 or 2026183. OLE color: 2026183.

HSL color Cylindrical-coordinate representation of color #C7EA1E: hue angle of 70.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7EA1E is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB19923430-
CMYK0.1500.870.08
HSL70.29º82.93%51.76%-
HSV(B)70.29º87.18%91.76%-
XYZ53.2171.0812.14-
YUV200.2831.9127.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 234 (91.80% from 255) = 50.54%
BLUE value IS 30 (12.11% from 255) = 6.48%
R=42.98%
G=50.54%
B=6.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199234300.1500.870.0870.2982.9351.76
HexC7EA1EF0578465334
Octal307352361701271010612364
Binary110001111110101011110111101010111100010001101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EA1E; }

 p { color: rgb(199,234,30); }

 H1.HeaderClassName
 {
   color: #C7EA1E;
 }
 .AnyTagClassName
 {
   color: #C7EA1E;
 }
</style>
background-color css

<style>
 a { background-color: #C7EA1E; }

 a { background-color: rgb(199,234,30); }

 div.DivClassName
 {
   background-color: #C7EA1E;
 }
 .BgClassName
 {
   background-color: #C7EA1E;
 }
</style>
border-color css

<style>
 span { border-color: #C7EA1E; }

 span { border-color: rgb(199,234,30); }

 td.TdClassName
 {
   border-color: #C7EA1E;
 }
 .TagClassName
 {
   border-color: #C7EA1E;
 }
</style>