Shades of Pear #CCFF24
Tints of Pear #CCFF24
RGB
CMYK
RGB Variations
Color information
#CCFF24 (or 0xCCFF24) is known color: Pear. HEX triplet: CC, FF and 24. RGB value is (204,255,36). Sum of RGB (Red+Green+Blue) = 204+255+36=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 36 (14.45% from 255 or 7.27% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF24 is #3300DB. Grayscale: #D7D7D7. Windows color (decimal): -3342556 or 2424780. OLE color: 2424780.
HSL color Cylindrical-coordinate representation of color #CCFF24: hue angle of 73.97º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCFF24 is Cyan = 0.2, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 36 | - |
| CMYK | 0.2 | 0 | 0.86 | 0 |
| HSL | 73.97º | 1% | 0.57% | - |
| HSV(B) | 73.97º | 0.86% | 1% | - |
| XYZ | 60.98 | 84.48 | 14.76 | - |
| YUV | 214.79 | 27.1 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 36 | 0.2 | 0 | 0.86 | 0 | 73.97 | 1 | 0.57 |
| Hex | CC | FF | 24 | 14 | 0 | 56 | 0 | 4A | 64 | 39 |
| Octal | 314 | 377 | 44 | 24 | 0 | 126 | 0 | 112 | 144 | 71 |
| Binary | 11001100 | 11111111 | 100100 | 10100 | 0 | 1010110 | 0 | 1001010 | 1100100 | 111001 |
Color Harmonies of #CCFF24
Complementary color
Monochromatic Colors of #CCFF24
Black with #CCFF24
Text Example
Text Example
White with #CCFF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF24; }
p { color: rgb(204,255,36); }
H1.HeaderClassName
{
color: #CCFF24;
}
.AnyTagClassName
{
color: #CCFF24;
}
</style>
background-color css
<style>
a { background-color: #CCFF24; }
a { background-color: rgb(204,255,36); }
div.DivClassName
{
background-color: #CCFF24;
}
.BgClassName
{
background-color: #CCFF24;
}
</style>
border-color css
<style>
span { border-color: #CCFF24; }
span { border-color: rgb(204,255,36); }
td.TdClassName
{
border-color: #CCFF24;
}
.TagClassName
{
border-color: #CCFF24;
}
</style>