Shades of Pear #CCF040
Tints of Pear #CCF040
RGB
CMYK
RGB Variations
Color information
#CCF040 (or 0xCCF040) is known color: Pear. HEX triplet: CC, F0 and 40. RGB value is (204,240,64). Sum of RGB (Red+Green+Blue) = 204+240+64=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF040 is #330FBF. Grayscale: #D1D1D1. Windows color (decimal): -3346368 or 4255948. OLE color: 4255948.
HSL color Cylindrical-coordinate representation of color #CCF040: hue angle of 72.27º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCF040 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 64 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.06 |
| HSL | 72.27º | 0.85% | 0.6% | - |
| HSV(B) | 72.27º | 0.73% | 0.94% | - |
| XYZ | 56.99 | 75.53 | 16.43 | - |
| YUV | 209.17 | 46.07 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 64 | 0.15 | 0 | 0.73 | 0.06 | 72.27 | 0.85 | 0.6 |
| Hex | CC | F0 | 40 | F | 0 | 49 | 6 | 48 | 55 | 3C |
| Octal | 314 | 360 | 100 | 17 | 0 | 111 | 6 | 110 | 125 | 74 |
| Binary | 11001100 | 11110000 | 1000000 | 1111 | 0 | 1001001 | 110 | 1001000 | 1010101 | 111100 |
Color Harmonies of #CCF040
Complementary color
Monochromatic Colors of #CCF040
Black with #CCF040
Text Example
Text Example
White with #CCF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF040; }
p { color: rgb(204,240,64); }
H1.HeaderClassName
{
color: #CCF040;
}
.AnyTagClassName
{
color: #CCF040;
}
</style>
background-color css
<style>
a { background-color: #CCF040; }
a { background-color: rgb(204,240,64); }
div.DivClassName
{
background-color: #CCF040;
}
.BgClassName
{
background-color: #CCF040;
}
</style>
border-color css
<style>
span { border-color: #CCF040; }
span { border-color: rgb(204,240,64); }
td.TdClassName
{
border-color: #CCF040;
}
.TagClassName
{
border-color: #CCF040;
}
</style>