#CFEA18

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

Shades of Pear #CFEA18

Tints of Pear #CFEA18

Color information

#CFEA18 (or 0xCFEA18) is unknown color: approx Pear. HEX triplet: CF, EA and 18. RGB value is (207,234,24). Sum of RGB (Red+Green+Blue) = 207+234+24=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA18 is #3015E7. Grayscale: #CACACA. Windows color (decimal): -3151336 or 1632975. OLE color: 1632975.

HSL color Cylindrical-coordinate representation of color #CFEA18: hue angle of 67.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFEA18 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB20723424-
CMYK0.1200.900.08
HSL67.71º83.33%50.59%-
HSV(B)67.71º89.74%91.76%-
XYZ55.3272.1811.88-
YUV201.9927.55131.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 234 (91.80% from 255) = 50.32%
BLUE value IS 24 (9.77% from 255) = 5.16%
R=44.52%
G=50.32%
B=5.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal207234240.1200.900.0867.7183.3350.59
HexCFEA18C05A8445333
Octal317352301401321010412363
Binary110011111110101011000110001011010100010001001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEA18; }

 p { color: rgb(207,234,24); }

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

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

 a { background-color: rgb(207,234,24); }

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

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

 span { border-color: rgb(207,234,24); }

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