Shades of Pear #CCF049
Tints of Pear #CCF049
RGB
CMYK
RGB Variations
Color information
#CCF049 (or 0xCCF049) is known color: Pear. HEX triplet: CC, F0 and 49. RGB value is (204,240,73). Sum of RGB (Red+Green+Blue) = 204+240+73=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF049 is #330FB6. Grayscale: #D2D2D2. Windows color (decimal): -3346359 or 4845772. OLE color: 4845772.
HSL color Cylindrical-coordinate representation of color #CCF049: hue angle of 72.93º 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 #CCF049 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 73 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.06 |
| HSL | 72.93º | 0.85% | 0.61% | - |
| HSV(B) | 72.93º | 0.7% | 0.94% | - |
| XYZ | 57.26 | 75.64 | 17.88 | - |
| YUV | 210.2 | 50.57 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 73 | 0.15 | 0 | 0.70 | 0.06 | 72.93 | 0.85 | 0.61 |
| Hex | CC | F0 | 49 | F | 0 | 46 | 6 | 49 | 55 | 3D |
| Octal | 314 | 360 | 111 | 17 | 0 | 106 | 6 | 111 | 125 | 75 |
| Binary | 11001100 | 11110000 | 1001001 | 1111 | 0 | 1000110 | 110 | 1001001 | 1010101 | 111101 |
Color Harmonies of #CCF049
Complementary color
Monochromatic Colors of #CCF049
Black with #CCF049
Text Example
Text Example
White with #CCF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF049; }
p { color: rgb(204,240,73); }
H1.HeaderClassName
{
color: #CCF049;
}
.AnyTagClassName
{
color: #CCF049;
}
</style>
background-color css
<style>
a { background-color: #CCF049; }
a { background-color: rgb(204,240,73); }
div.DivClassName
{
background-color: #CCF049;
}
.BgClassName
{
background-color: #CCF049;
}
</style>
border-color css
<style>
span { border-color: #CCF049; }
span { border-color: rgb(204,240,73); }
td.TdClassName
{
border-color: #CCF049;
}
.TagClassName
{
border-color: #CCF049;
}
</style>