Shades of Granny Apple #C6EDC8
Tints of Granny Apple #C6EDC8
RGB
CMYK
RGB Variations
Color information
#C6EDC8 (or 0xC6EDC8) is known color: Granny Apple. HEX triplet: C6, ED and C8. RGB value is (198,237,200). Sum of RGB (Red+Green+Blue) = 198+237+200=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDC8 is #391237. Grayscale: #DDDDDD. Windows color (decimal): -3740216 or 13168070. OLE color: 13168070.
HSL color Cylindrical-coordinate representation of color #C6EDC8: hue angle of 123.08º 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 #C6EDC8 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 200 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.07 |
| HSL | 123.08º | 0.52% | 0.85% | - |
| HSV(B) | 123.08º | 0.16% | 0.93% | - |
| XYZ | 64 | 76.74 | 66.08 | - |
| YUV | 221.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 200 | 0.16 | 0 | 0.16 | 0.07 | 123.08 | 0.52 | 0.85 |
| Hex | C6 | ED | C8 | 10 | 0 | 10 | 7 | 7B | 34 | 55 |
| Octal | 306 | 355 | 310 | 20 | 0 | 20 | 7 | 173 | 64 | 125 |
| Binary | 11000110 | 11101101 | 11001000 | 10000 | 0 | 10000 | 111 | 1111011 | 110100 | 1010101 |
Color Harmonies of #C6EDC8
Complementary color
Monochromatic Colors of #C6EDC8
Black with #C6EDC8
Text Example
Text Example
White with #C6EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDC8; }
p { color: rgb(198,237,200); }
H1.HeaderClassName
{
color: #C6EDC8;
}
.AnyTagClassName
{
color: #C6EDC8;
}
</style>
background-color css
<style>
a { background-color: #C6EDC8; }
a { background-color: rgb(198,237,200); }
div.DivClassName
{
background-color: #C6EDC8;
}
.BgClassName
{
background-color: #C6EDC8;
}
</style>
border-color css
<style>
span { border-color: #C6EDC8; }
span { border-color: rgb(198,237,200); }
td.TdClassName
{
border-color: #C6EDC8;
}
.TagClassName
{
border-color: #C6EDC8;
}
</style>