Shades of Pear #CCF420
Tints of Pear #CCF420
RGB
CMYK
RGB Variations
Color information
#CCF420 (or 0xCCF420) is known color: Pear. HEX triplet: CC, F4 and 20. RGB value is (204,244,32). Sum of RGB (Red+Green+Blue) = 204+244+32=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF420 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF420 is #330BDF. Grayscale: #D0D0D0. Windows color (decimal): -3345376 or 2159820. OLE color: 2159820.
HSL color Cylindrical-coordinate representation of color #CCF420: hue angle of 71.32º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF420 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 32 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 71.32º | 0.91% | 0.54% | - |
| HSV(B) | 71.32º | 0.87% | 0.96% | - |
| XYZ | 57.51 | 77.64 | 13.32 | - |
| YUV | 207.87 | 28.75 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 32 | 0.16 | 0 | 0.87 | 0.04 | 71.32 | 0.91 | 0.54 |
| Hex | CC | F4 | 20 | 10 | 0 | 57 | 4 | 47 | 5B | 36 |
| Octal | 314 | 364 | 40 | 20 | 0 | 127 | 4 | 107 | 133 | 66 |
| Binary | 11001100 | 11110100 | 100000 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011011 | 110110 |
Color Harmonies of #CCF420
Complementary color
Monochromatic Colors of #CCF420
Black with #CCF420
Text Example
Text Example
White with #CCF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF420; }
p { color: rgb(204,244,32); }
H1.HeaderClassName
{
color: #CCF420;
}
.AnyTagClassName
{
color: #CCF420;
}
</style>
background-color css
<style>
a { background-color: #CCF420; }
a { background-color: rgb(204,244,32); }
div.DivClassName
{
background-color: #CCF420;
}
.BgClassName
{
background-color: #CCF420;
}
</style>
border-color css
<style>
span { border-color: #CCF420; }
span { border-color: rgb(204,244,32); }
td.TdClassName
{
border-color: #CCF420;
}
.TagClassName
{
border-color: #CCF420;
}
</style>