Shades of Pear #CCF447
Tints of Pear #CCF447
RGB
CMYK
RGB Variations
Color information
#CCF447 (or 0xCCF447) is known color: Pear. HEX triplet: CC, F4 and 47. RGB value is (204,244,71). Sum of RGB (Red+Green+Blue) = 204+244+71=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF447 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF447 is #330BB8. Grayscale: #D4D4D4. Windows color (decimal): -3345337 or 4715724. OLE color: 4715724.
HSL color Cylindrical-coordinate representation of color #CCF447: hue angle of 73.87º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCF447 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 71 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.04 |
| HSL | 73.87º | 0.89% | 0.62% | - |
| HSV(B) | 73.87º | 0.71% | 0.96% | - |
| XYZ | 58.39 | 77.99 | 17.94 | - |
| YUV | 212.32 | 48.25 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 71 | 0.16 | 0 | 0.71 | 0.04 | 73.87 | 0.89 | 0.62 |
| Hex | CC | F4 | 47 | 10 | 0 | 47 | 4 | 4A | 59 | 3E |
| Octal | 314 | 364 | 107 | 20 | 0 | 107 | 4 | 112 | 131 | 76 |
| Binary | 11001100 | 11110100 | 1000111 | 10000 | 0 | 1000111 | 100 | 1001010 | 1011001 | 111110 |
Color Harmonies of #CCF447
Complementary color
Monochromatic Colors of #CCF447
Black with #CCF447
Text Example
Text Example
White with #CCF447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF447; }
p { color: rgb(204,244,71); }
H1.HeaderClassName
{
color: #CCF447;
}
.AnyTagClassName
{
color: #CCF447;
}
</style>
background-color css
<style>
a { background-color: #CCF447; }
a { background-color: rgb(204,244,71); }
div.DivClassName
{
background-color: #CCF447;
}
.BgClassName
{
background-color: #CCF447;
}
</style>
border-color css
<style>
span { border-color: #CCF447; }
span { border-color: rgb(204,244,71); }
td.TdClassName
{
border-color: #CCF447;
}
.TagClassName
{
border-color: #CCF447;
}
</style>