Shades of Pear #CCF445
Tints of Pear #CCF445
RGB
CMYK
RGB Variations
Color information
#CCF445 (or 0xCCF445) is known color: Pear. HEX triplet: CC, F4 and 45. RGB value is (204,244,69). Sum of RGB (Red+Green+Blue) = 204+244+69=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF445 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF445 is #330BBA. Grayscale: #D4D4D4. Windows color (decimal): -3345339 or 4584652. OLE color: 4584652.
HSL color Cylindrical-coordinate representation of color #CCF445: hue angle of 73.71º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCF445 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 69 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.71º | 0.89% | 0.61% | - |
| HSV(B) | 73.71º | 0.72% | 0.96% | - |
| XYZ | 58.33 | 77.97 | 17.61 | - |
| YUV | 212.09 | 47.25 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 69 | 0.16 | 0 | 0.72 | 0.04 | 73.71 | 0.89 | 0.61 |
| Hex | CC | F4 | 45 | 10 | 0 | 48 | 4 | 4A | 59 | 3D |
| Octal | 314 | 364 | 105 | 20 | 0 | 110 | 4 | 112 | 131 | 75 |
| Binary | 11001100 | 11110100 | 1000101 | 10000 | 0 | 1001000 | 100 | 1001010 | 1011001 | 111101 |
Color Harmonies of #CCF445
Complementary color
Monochromatic Colors of #CCF445
Black with #CCF445
Text Example
Text Example
White with #CCF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF445; }
p { color: rgb(204,244,69); }
H1.HeaderClassName
{
color: #CCF445;
}
.AnyTagClassName
{
color: #CCF445;
}
</style>
background-color css
<style>
a { background-color: #CCF445; }
a { background-color: rgb(204,244,69); }
div.DivClassName
{
background-color: #CCF445;
}
.BgClassName
{
background-color: #CCF445;
}
</style>
border-color css
<style>
span { border-color: #CCF445; }
span { border-color: rgb(204,244,69); }
td.TdClassName
{
border-color: #CCF445;
}
.TagClassName
{
border-color: #CCF445;
}
</style>