Shades of Pear #CCF02F
Tints of Pear #CCF02F
RGB
CMYK
RGB Variations
Color information
#CCF02F (or 0xCCF02F) is known color: Pear. HEX triplet: CC, F0 and 2F. RGB value is (204,240,47). Sum of RGB (Red+Green+Blue) = 204+240+47=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF02F is #330FD0. Grayscale: #CFCFCF. Windows color (decimal): -3346385 or 3141836. OLE color: 3141836.
HSL color Cylindrical-coordinate representation of color #CCF02F: hue angle of 71.19º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF02F is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 47 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.06 |
| HSL | 71.19º | 0.87% | 0.56% | - |
| HSV(B) | 71.19º | 0.8% | 0.94% | - |
| XYZ | 56.58 | 75.36 | 14.25 | - |
| YUV | 207.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 47 | 0.15 | 0 | 0.80 | 0.06 | 71.19 | 0.87 | 0.56 |
| Hex | CC | F0 | 2F | F | 0 | 50 | 6 | 47 | 57 | 38 |
| Octal | 314 | 360 | 57 | 17 | 0 | 120 | 6 | 107 | 127 | 70 |
| Binary | 11001100 | 11110000 | 101111 | 1111 | 0 | 1010000 | 110 | 1000111 | 1010111 | 111000 |
Color Harmonies of #CCF02F
Complementary color
Monochromatic Colors of #CCF02F
Black with #CCF02F
Text Example
Text Example
White with #CCF02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF02F; }
p { color: rgb(204,240,47); }
H1.HeaderClassName
{
color: #CCF02F;
}
.AnyTagClassName
{
color: #CCF02F;
}
</style>
background-color css
<style>
a { background-color: #CCF02F; }
a { background-color: rgb(204,240,47); }
div.DivClassName
{
background-color: #CCF02F;
}
.BgClassName
{
background-color: #CCF02F;
}
</style>
border-color css
<style>
span { border-color: #CCF02F; }
span { border-color: rgb(204,240,47); }
td.TdClassName
{
border-color: #CCF02F;
}
.TagClassName
{
border-color: #CCF02F;
}
</style>