Shades of Pear #CCF02C
Tints of Pear #CCF02C
RGB
CMYK
RGB Variations
Color information
#CCF02C (or 0xCCF02C) is known color: Pear. HEX triplet: CC, F0 and 2C. RGB value is (204,240,44). Sum of RGB (Red+Green+Blue) = 204+240+44=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF02C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF02C is #330FD3. Grayscale: #CFCFCF. Windows color (decimal): -3346388 or 2945228. OLE color: 2945228.
HSL color Cylindrical-coordinate representation of color #CCF02C: hue angle of 71.02º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF02C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 44 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.06 |
| HSL | 71.02º | 0.87% | 0.56% | - |
| HSV(B) | 71.02º | 0.82% | 0.94% | - |
| XYZ | 56.52 | 75.34 | 13.95 | - |
| YUV | 206.89 | 36.07 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 44 | 0.15 | 0 | 0.82 | 0.06 | 71.02 | 0.87 | 0.56 |
| Hex | CC | F0 | 2C | F | 0 | 52 | 6 | 47 | 57 | 38 |
| Octal | 314 | 360 | 54 | 17 | 0 | 122 | 6 | 107 | 127 | 70 |
| Binary | 11001100 | 11110000 | 101100 | 1111 | 0 | 1010010 | 110 | 1000111 | 1010111 | 111000 |
Color Harmonies of #CCF02C
Complementary color
Monochromatic Colors of #CCF02C
Black with #CCF02C
Text Example
Text Example
White with #CCF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF02C; }
p { color: rgb(204,240,44); }
H1.HeaderClassName
{
color: #CCF02C;
}
.AnyTagClassName
{
color: #CCF02C;
}
</style>
background-color css
<style>
a { background-color: #CCF02C; }
a { background-color: rgb(204,240,44); }
div.DivClassName
{
background-color: #CCF02C;
}
.BgClassName
{
background-color: #CCF02C;
}
</style>
border-color css
<style>
span { border-color: #CCF02C; }
span { border-color: rgb(204,240,44); }
td.TdClassName
{
border-color: #CCF02C;
}
.TagClassName
{
border-color: #CCF02C;
}
</style>