Shades of Granny Apple #CCFED0
Tints of Granny Apple #CCFED0
RGB
CMYK
RGB Variations
Color information
#CCFED0 (or 0xCCFED0) is known color: Granny Apple. HEX triplet: CC, FE and D0. RGB value is (204,254,208). Sum of RGB (Red+Green+Blue) = 204+254+208=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFED0 is #33012F. Grayscale: #E9E9E9. Windows color (decimal): -3342640 or 13696716. OLE color: 13696716.
HSL color Cylindrical-coordinate representation of color #CCFED0: hue angle of 124.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFED0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 208 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.00 |
| HSL | 124.8º | 0.96% | 0.9% | - |
| HSV(B) | 124.8º | 0.2% | 1% | - |
| XYZ | 71.73 | 88.28 | 72.93 | - |
| YUV | 233.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 208 | 0.20 | 0 | 0.18 | 0.00 | 124.8 | 0.96 | 0.9 |
| Hex | CC | FE | D0 | 14 | 0 | 12 | 0 | 7D | 60 | 5A |
| Octal | 314 | 376 | 320 | 24 | 0 | 22 | 0 | 175 | 140 | 132 |
| Binary | 11001100 | 11111110 | 11010000 | 10100 | 0 | 10010 | 0 | 1111101 | 1100000 | 1011010 |
Color Harmonies of #CCFED0
Complementary color
Monochromatic Colors of #CCFED0
Black with #CCFED0
Text Example
Text Example
White with #CCFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFED0; }
p { color: rgb(204,254,208); }
H1.HeaderClassName
{
color: #CCFED0;
}
.AnyTagClassName
{
color: #CCFED0;
}
</style>
background-color css
<style>
a { background-color: #CCFED0; }
a { background-color: rgb(204,254,208); }
div.DivClassName
{
background-color: #CCFED0;
}
.BgClassName
{
background-color: #CCFED0;
}
</style>
border-color css
<style>
span { border-color: #CCFED0; }
span { border-color: rgb(204,254,208); }
td.TdClassName
{
border-color: #CCFED0;
}
.TagClassName
{
border-color: #CCFED0;
}
</style>