#CFEF18

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

Shades of Pear #CFEF18

Tints of Pear #CFEF18

Color information

#CFEF18 (or 0xCFEF18) is unknown color: approx Pear. HEX triplet: CF, EF and 18. RGB value is (207,239,24). Sum of RGB (Red+Green+Blue) = 207+239+24=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF18 is #3010E7. Grayscale: #CDCDCD. Windows color (decimal): -3150056 or 1634255. OLE color: 1634255.

HSL color Cylindrical-coordinate representation of color #CFEF18: hue angle of 68.93º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFEF18 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB20723924-
CMYK0.1300.900.06
HSL68.93º87.04%51.57%-
HSV(B)68.93º89.96%93.73%-
XYZ56.7675.0612.36-
YUV204.9225.9129.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 239 (93.75% from 255) = 50.85%
BLUE value IS 24 (9.77% from 255) = 5.11%
R=44.04%
G=50.85%
B=5.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207239240.1300.900.0668.9387.0451.57
HexCFEF18D05A6455734
Octal31735730150132610512764
Binary11001111111011111100011010101101011010001011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEF18; }

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

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

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

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

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

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

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

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