Shades of Pear #CCF220
Tints of Pear #CCF220
RGB
CMYK
RGB Variations
Color information
#CCF220 (or 0xCCF220) is known color: Pear. HEX triplet: CC, F2 and 20. RGB value is (204,242,32). Sum of RGB (Red+Green+Blue) = 204+242+32=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF220 is #330DDF. Grayscale: #CFCFCF. Windows color (decimal): -3345888 or 2159308. OLE color: 2159308.
HSL color Cylindrical-coordinate representation of color #CCF220: hue angle of 70.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF220 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 32 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.05 |
| HSL | 70.86º | 0.89% | 0.54% | - |
| HSV(B) | 70.86º | 0.87% | 0.95% | - |
| XYZ | 56.91 | 76.45 | 13.12 | - |
| YUV | 206.7 | 29.41 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 32 | 0.16 | 0 | 0.87 | 0.05 | 70.86 | 0.89 | 0.54 |
| Hex | CC | F2 | 20 | 10 | 0 | 57 | 5 | 47 | 59 | 36 |
| Octal | 314 | 362 | 40 | 20 | 0 | 127 | 5 | 107 | 131 | 66 |
| Binary | 11001100 | 11110010 | 100000 | 10000 | 0 | 1010111 | 101 | 1000111 | 1011001 | 110110 |
Color Harmonies of #CCF220
Complementary color
Monochromatic Colors of #CCF220
Black with #CCF220
Text Example
Text Example
White with #CCF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF220; }
p { color: rgb(204,242,32); }
H1.HeaderClassName
{
color: #CCF220;
}
.AnyTagClassName
{
color: #CCF220;
}
</style>
background-color css
<style>
a { background-color: #CCF220; }
a { background-color: rgb(204,242,32); }
div.DivClassName
{
background-color: #CCF220;
}
.BgClassName
{
background-color: #CCF220;
}
</style>
border-color css
<style>
span { border-color: #CCF220; }
span { border-color: rgb(204,242,32); }
td.TdClassName
{
border-color: #CCF220;
}
.TagClassName
{
border-color: #CCF220;
}
</style>