Shades of Pear #CCF549
Tints of Pear #CCF549
RGB
CMYK
RGB Variations
Color information
#CCF549 (or 0xCCF549) is known color: Pear. HEX triplet: CC, F5 and 49. RGB value is (204,245,73). Sum of RGB (Red+Green+Blue) = 204+245+73=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF549 is #330AB6. Grayscale: #D5D5D5. Windows color (decimal): -3345079 or 4847052. OLE color: 4847052.
HSL color Cylindrical-coordinate representation of color #CCF549: hue angle of 74.3º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF549 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 73 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.04 |
| HSL | 74.3º | 0.9% | 0.62% | - |
| HSV(B) | 74.3º | 0.7% | 0.96% | - |
| XYZ | 58.76 | 78.62 | 18.38 | - |
| YUV | 213.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 73 | 0.17 | 0 | 0.70 | 0.04 | 74.3 | 0.9 | 0.62 |
| Hex | CC | F5 | 49 | 11 | 0 | 46 | 4 | 4A | 5A | 3E |
| Octal | 314 | 365 | 111 | 21 | 0 | 106 | 4 | 112 | 132 | 76 |
| Binary | 11001100 | 11110101 | 1001001 | 10001 | 0 | 1000110 | 100 | 1001010 | 1011010 | 111110 |
Color Harmonies of #CCF549
Complementary color
Monochromatic Colors of #CCF549
Black with #CCF549
Text Example
Text Example
White with #CCF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF549; }
p { color: rgb(204,245,73); }
H1.HeaderClassName
{
color: #CCF549;
}
.AnyTagClassName
{
color: #CCF549;
}
</style>
background-color css
<style>
a { background-color: #CCF549; }
a { background-color: rgb(204,245,73); }
div.DivClassName
{
background-color: #CCF549;
}
.BgClassName
{
background-color: #CCF549;
}
</style>
border-color css
<style>
span { border-color: #CCF549; }
span { border-color: rgb(204,245,73); }
td.TdClassName
{
border-color: #CCF549;
}
.TagClassName
{
border-color: #CCF549;
}
</style>