Shades of Granny Apple #C6EDCD
Tints of Granny Apple #C6EDCD
RGB
CMYK
RGB Variations
Color information
#C6EDCD (or 0xC6EDCD) is known color: Granny Apple. HEX triplet: C6, ED and CD. RGB value is (198,237,205). Sum of RGB (Red+Green+Blue) = 198+237+205=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDCD is #391232. Grayscale: #DDDDDD. Windows color (decimal): -3740211 or 13495750. OLE color: 13495750.
HSL color Cylindrical-coordinate representation of color #C6EDCD: hue angle of 130.77º 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 #C6EDCD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 205 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.07 |
| HSL | 130.77º | 0.52% | 0.85% | - |
| HSV(B) | 130.77º | 0.16% | 0.93% | - |
| XYZ | 64.59 | 76.98 | 69.21 | - |
| YUV | 221.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 205 | 0.16 | 0 | 0.14 | 0.07 | 130.77 | 0.52 | 0.85 |
| Hex | C6 | ED | CD | 10 | 0 | E | 7 | 83 | 34 | 55 |
| Octal | 306 | 355 | 315 | 20 | 0 | 16 | 7 | 203 | 64 | 125 |
| Binary | 11000110 | 11101101 | 11001101 | 10000 | 0 | 1110 | 111 | 10000011 | 110100 | 1010101 |
Color Harmonies of #C6EDCD
Complementary color
Monochromatic Colors of #C6EDCD
Black with #C6EDCD
Text Example
Text Example
White with #C6EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDCD; }
p { color: rgb(198,237,205); }
H1.HeaderClassName
{
color: #C6EDCD;
}
.AnyTagClassName
{
color: #C6EDCD;
}
</style>
background-color css
<style>
a { background-color: #C6EDCD; }
a { background-color: rgb(198,237,205); }
div.DivClassName
{
background-color: #C6EDCD;
}
.BgClassName
{
background-color: #C6EDCD;
}
</style>
border-color css
<style>
span { border-color: #C6EDCD; }
span { border-color: rgb(198,237,205); }
td.TdClassName
{
border-color: #C6EDCD;
}
.TagClassName
{
border-color: #C6EDCD;
}
</style>