Shades of Pear #CCF545
Tints of Pear #CCF545
RGB
CMYK
RGB Variations
Color information
#CCF545 (or 0xCCF545) is known color: Pear. HEX triplet: CC, F5 and 45. RGB value is (204,245,69). Sum of RGB (Red+Green+Blue) = 204+245+69=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF545 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF545 is #330ABA. Grayscale: #D5D5D5. Windows color (decimal): -3345083 or 4584908. OLE color: 4584908.
HSL color Cylindrical-coordinate representation of color #CCF545: hue angle of 73.98º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCF545 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 69 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.04 |
| HSL | 73.98º | 0.9% | 0.62% | - |
| HSV(B) | 73.98º | 0.72% | 0.96% | - |
| XYZ | 58.63 | 78.57 | 17.71 | - |
| YUV | 212.68 | 46.92 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 69 | 0.17 | 0 | 0.72 | 0.04 | 73.98 | 0.9 | 0.62 |
| Hex | CC | F5 | 45 | 11 | 0 | 48 | 4 | 4A | 5A | 3E |
| Octal | 314 | 365 | 105 | 21 | 0 | 110 | 4 | 112 | 132 | 76 |
| Binary | 11001100 | 11110101 | 1000101 | 10001 | 0 | 1001000 | 100 | 1001010 | 1011010 | 111110 |
Color Harmonies of #CCF545
Complementary color
Monochromatic Colors of #CCF545
Black with #CCF545
Text Example
Text Example
White with #CCF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF545; }
p { color: rgb(204,245,69); }
H1.HeaderClassName
{
color: #CCF545;
}
.AnyTagClassName
{
color: #CCF545;
}
</style>
background-color css
<style>
a { background-color: #CCF545; }
a { background-color: rgb(204,245,69); }
div.DivClassName
{
background-color: #CCF545;
}
.BgClassName
{
background-color: #CCF545;
}
</style>
border-color css
<style>
span { border-color: #CCF545; }
span { border-color: rgb(204,245,69); }
td.TdClassName
{
border-color: #CCF545;
}
.TagClassName
{
border-color: #CCF545;
}
</style>