Shades of Pear #CCF444
Tints of Pear #CCF444
RGB
CMYK
RGB Variations
Color information
#CCF444 (or 0xCCF444) is known color: Pear. HEX triplet: CC, F4 and 44. RGB value is (204,244,68). Sum of RGB (Red+Green+Blue) = 204+244+68=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF444 is #330BBB. Grayscale: #D4D4D4. Windows color (decimal): -3345340 or 4519116. OLE color: 4519116.
HSL color Cylindrical-coordinate representation of color #CCF444: hue angle of 73.64º 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 #CCF444 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 68 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.64º | 0.89% | 0.61% | - |
| HSV(B) | 73.64º | 0.72% | 0.96% | - |
| XYZ | 58.3 | 77.96 | 17.44 | - |
| YUV | 211.98 | 46.75 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 68 | 0.16 | 0 | 0.72 | 0.04 | 73.64 | 0.89 | 0.61 |
| Hex | CC | F4 | 44 | 10 | 0 | 48 | 4 | 4A | 59 | 3D |
| Octal | 314 | 364 | 104 | 20 | 0 | 110 | 4 | 112 | 131 | 75 |
| Binary | 11001100 | 11110100 | 1000100 | 10000 | 0 | 1001000 | 100 | 1001010 | 1011001 | 111101 |
Color Harmonies of #CCF444
Complementary color
Monochromatic Colors of #CCF444
Black with #CCF444
Text Example
Text Example
White with #CCF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF444; }
p { color: rgb(204,244,68); }
H1.HeaderClassName
{
color: #CCF444;
}
.AnyTagClassName
{
color: #CCF444;
}
</style>
background-color css
<style>
a { background-color: #CCF444; }
a { background-color: rgb(204,244,68); }
div.DivClassName
{
background-color: #CCF444;
}
.BgClassName
{
background-color: #CCF444;
}
</style>
border-color css
<style>
span { border-color: #CCF444; }
span { border-color: rgb(204,244,68); }
td.TdClassName
{
border-color: #CCF444;
}
.TagClassName
{
border-color: #CCF444;
}
</style>