#CFF24C

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

Shades of Pear #CFF24C

Tints of Pear #CFF24C

Color information

#CFF24C (or 0xCFF24C) is unknown color: approx Pear. HEX triplet: CF, F2 and 4C. RGB value is (207,242,76). Sum of RGB (Red+Green+Blue) = 207+242+76=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF24C is #300DB3. Grayscale: #D5D5D5. Windows color (decimal): -3149236 or 5042895. OLE color: 5042895.

HSL color Cylindrical-coordinate representation of color #CFF24C: hue angle of 72.65º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF24C is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB20724276-
CMYK0.1400.690.05
HSL72.65º86.46%62.35%-
HSV(B)72.65º68.6%94.9%-
XYZ58.7977.2918.66-
YUV212.6150.9124-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 242 (94.92% from 255) = 46.10%
BLUE value IS 76 (30.08% from 255) = 14.48%
R=39.43%
G=46.10%
B=14.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal207242760.1400.690.0572.6586.4662.35
HexCFF24CE045549563e
Octal317362114160105511112676
Binary1100111111110010100110011100100010110110010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF24C; }

 p { color: rgb(207,242,76); }

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

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

 a { background-color: rgb(207,242,76); }

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

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

 span { border-color: rgb(207,242,76); }

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