Shades of Pear #CCF24D
Tints of Pear #CCF24D
RGB
CMYK
RGB Variations
Color information
#CCF24D (or 0xCCF24D) is known color: Pear. HEX triplet: CC, F2 and 4D. RGB value is (204,242,77). Sum of RGB (Red+Green+Blue) = 204+242+77=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF24D is #330DB2. Grayscale: #D4D4D4. Windows color (decimal): -3345843 or 5108428. OLE color: 5108428.
HSL color Cylindrical-coordinate representation of color #CCF24D: hue angle of 73.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCF24D is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 77 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.05 |
| HSL | 73.82º | 0.86% | 0.63% | - |
| HSV(B) | 73.82º | 0.68% | 0.95% | - |
| XYZ | 57.99 | 76.88 | 18.8 | - |
| YUV | 211.83 | 51.91 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 77 | 0.16 | 0 | 0.68 | 0.05 | 73.82 | 0.86 | 0.63 |
| Hex | CC | F2 | 4D | 10 | 0 | 44 | 5 | 4A | 56 | 3F |
| Octal | 314 | 362 | 115 | 20 | 0 | 104 | 5 | 112 | 126 | 77 |
| Binary | 11001100 | 11110010 | 1001101 | 10000 | 0 | 1000100 | 101 | 1001010 | 1010110 | 111111 |
Color Harmonies of #CCF24D
Complementary color
Monochromatic Colors of #CCF24D
Black with #CCF24D
Text Example
Text Example
White with #CCF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF24D; }
p { color: rgb(204,242,77); }
H1.HeaderClassName
{
color: #CCF24D;
}
.AnyTagClassName
{
color: #CCF24D;
}
</style>
background-color css
<style>
a { background-color: #CCF24D; }
a { background-color: rgb(204,242,77); }
div.DivClassName
{
background-color: #CCF24D;
}
.BgClassName
{
background-color: #CCF24D;
}
</style>
border-color css
<style>
span { border-color: #CCF24D; }
span { border-color: rgb(204,242,77); }
td.TdClassName
{
border-color: #CCF24D;
}
.TagClassName
{
border-color: #CCF24D;
}
</style>