Shades of Pear #CCF047
Tints of Pear #CCF047
RGB
CMYK
RGB Variations
Color information
#CCF047 (or 0xCCF047) is known color: Pear. HEX triplet: CC, F0 and 47. RGB value is (204,240,71). Sum of RGB (Red+Green+Blue) = 204+240+71=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF047 is #330FB8. Grayscale: #D2D2D2. Windows color (decimal): -3346361 or 4714700. OLE color: 4714700.
HSL color Cylindrical-coordinate representation of color #CCF047: hue angle of 72.78º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF047 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 71 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.06 |
| HSL | 72.78º | 0.85% | 0.61% | - |
| HSV(B) | 72.78º | 0.7% | 0.94% | - |
| XYZ | 57.2 | 75.61 | 17.54 | - |
| YUV | 209.97 | 49.57 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 71 | 0.15 | 0 | 0.70 | 0.06 | 72.78 | 0.85 | 0.61 |
| Hex | CC | F0 | 47 | F | 0 | 46 | 6 | 49 | 55 | 3D |
| Octal | 314 | 360 | 107 | 17 | 0 | 106 | 6 | 111 | 125 | 75 |
| Binary | 11001100 | 11110000 | 1000111 | 1111 | 0 | 1000110 | 110 | 1001001 | 1010101 | 111101 |
Color Harmonies of #CCF047
Complementary color
Monochromatic Colors of #CCF047
Black with #CCF047
Text Example
Text Example
White with #CCF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF047; }
p { color: rgb(204,240,71); }
H1.HeaderClassName
{
color: #CCF047;
}
.AnyTagClassName
{
color: #CCF047;
}
</style>
background-color css
<style>
a { background-color: #CCF047; }
a { background-color: rgb(204,240,71); }
div.DivClassName
{
background-color: #CCF047;
}
.BgClassName
{
background-color: #CCF047;
}
</style>
border-color css
<style>
span { border-color: #CCF047; }
span { border-color: rgb(204,240,71); }
td.TdClassName
{
border-color: #CCF047;
}
.TagClassName
{
border-color: #CCF047;
}
</style>