Shades of Pear #CCF720
Tints of Pear #CCF720
RGB
CMYK
RGB Variations
Color information
#CCF720 (or 0xCCF720) is known color: Pear. HEX triplet: CC, F7 and 20. RGB value is (204,247,32). Sum of RGB (Red+Green+Blue) = 204+247+32=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF720 is #3308DF. Grayscale: #D2D2D2. Windows color (decimal): -3344608 or 2160588. OLE color: 2160588.
HSL color Cylindrical-coordinate representation of color #CCF720: hue angle of 72º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF720 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 32 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.03 |
| HSL | 72º | 0.93% | 0.55% | - |
| HSV(B) | 72º | 0.87% | 0.97% | - |
| XYZ | 58.42 | 79.46 | 13.63 | - |
| YUV | 209.63 | 27.75 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 32 | 0.17 | 0 | 0.87 | 0.03 | 72 | 0.93 | 0.55 |
| Hex | CC | F7 | 20 | 11 | 0 | 57 | 3 | 48 | 5D | 37 |
| Octal | 314 | 367 | 40 | 21 | 0 | 127 | 3 | 110 | 135 | 67 |
| Binary | 11001100 | 11110111 | 100000 | 10001 | 0 | 1010111 | 11 | 1001000 | 1011101 | 110111 |
Color Harmonies of #CCF720
Complementary color
Monochromatic Colors of #CCF720
Black with #CCF720
Text Example
Text Example
White with #CCF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF720; }
p { color: rgb(204,247,32); }
H1.HeaderClassName
{
color: #CCF720;
}
.AnyTagClassName
{
color: #CCF720;
}
</style>
background-color css
<style>
a { background-color: #CCF720; }
a { background-color: rgb(204,247,32); }
div.DivClassName
{
background-color: #CCF720;
}
.BgClassName
{
background-color: #CCF720;
}
</style>
border-color css
<style>
span { border-color: #CCF720; }
span { border-color: rgb(204,247,32); }
td.TdClassName
{
border-color: #CCF720;
}
.TagClassName
{
border-color: #CCF720;
}
</style>