#CCFE24

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

Shades of Pear #CCFE24

Tints of Pear #CCFE24

Color information

#CCFE24 (or 0xCCFE24) is unknown color: approx Pear. HEX triplet: CC, FE and 24. RGB value is (204,254,36). Sum of RGB (Red+Green+Blue) = 204+254+36=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 36 (14.45% from 255 or 7.29% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE24 is #3301DB. Grayscale: #D7D7D7. Windows color (decimal): -3342812 or 2424524. OLE color: 2424524.

HSL color Cylindrical-coordinate representation of color #CCFE24: hue angle of 73.76º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCFE24 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.

Color convert

RGB20425436-
CMYK0.2000.860.00
HSL73.76º99.09%56.86%-
HSV(B)73.76º85.83%99.61%-
XYZ60.6683.8514.66-
YUV214.227.44120.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 254 (99.61% from 255) = 51.42%
BLUE value IS 36 (14.45% from 255) = 7.29%
R=41.30%
G=51.42%
B=7.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal204254360.2000.860.0073.7699.0956.86
HexCCFE241405604a6339
Octal31437644240126011214371
Binary11001100111111101001001010001010110010010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE24; }

 p { color: rgb(204,254,36); }

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

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

 a { background-color: rgb(204,254,36); }

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

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

 span { border-color: rgb(204,254,36); }

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