Shades of Granny Apple #C6EDCC
Tints of Granny Apple #C6EDCC
RGB
CMYK
RGB Variations
Color information
#C6EDCC (or 0xC6EDCC) is known color: Granny Apple. HEX triplet: C6, ED and CC. RGB value is (198,237,204). Sum of RGB (Red+Green+Blue) = 198+237+204=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDCC is #391233. Grayscale: #DDDDDD. Windows color (decimal): -3740212 or 13430214. OLE color: 13430214.
HSL color Cylindrical-coordinate representation of color #C6EDCC: hue angle of 129.23º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6EDCC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 204 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.07 |
| HSL | 129.23º | 0.52% | 0.85% | - |
| HSV(B) | 129.23º | 0.16% | 0.93% | - |
| XYZ | 64.47 | 76.93 | 68.58 | - |
| YUV | 221.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 204 | 0.16 | 0 | 0.14 | 0.07 | 129.23 | 0.52 | 0.85 |
| Hex | C6 | ED | CC | 10 | 0 | E | 7 | 81 | 34 | 55 |
| Octal | 306 | 355 | 314 | 20 | 0 | 16 | 7 | 201 | 64 | 125 |
| Binary | 11000110 | 11101101 | 11001100 | 10000 | 0 | 1110 | 111 | 10000001 | 110100 | 1010101 |
Color Harmonies of #C6EDCC
Complementary color
Monochromatic Colors of #C6EDCC
Black with #C6EDCC
Text Example
Text Example
White with #C6EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDCC; }
p { color: rgb(198,237,204); }
H1.HeaderClassName
{
color: #C6EDCC;
}
.AnyTagClassName
{
color: #C6EDCC;
}
</style>
background-color css
<style>
a { background-color: #C6EDCC; }
a { background-color: rgb(198,237,204); }
div.DivClassName
{
background-color: #C6EDCC;
}
.BgClassName
{
background-color: #C6EDCC;
}
</style>
border-color css
<style>
span { border-color: #C6EDCC; }
span { border-color: rgb(198,237,204); }
td.TdClassName
{
border-color: #C6EDCC;
}
.TagClassName
{
border-color: #C6EDCC;
}
</style>