Shades of Granny Apple #C8EDCD
Tints of Granny Apple #C8EDCD
RGB
CMYK
RGB Variations
Color information
#C8EDCD (or 0xC8EDCD) is known color: Granny Apple. HEX triplet: C8, ED and CD. RGB value is (200,237,205). Sum of RGB (Red+Green+Blue) = 200+237+205=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDCD is #371232. Grayscale: #DEDEDE. Windows color (decimal): -3609139 or 13495752. OLE color: 13495752.
HSL color Cylindrical-coordinate representation of color #C8EDCD: hue angle of 128.11º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDCD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 205 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.07 |
| HSL | 128.11º | 0.51% | 0.86% | - |
| HSV(B) | 128.11º | 0.16% | 0.93% | - |
| XYZ | 65.12 | 77.26 | 69.24 | - |
| YUV | 222.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 205 | 0.16 | 0 | 0.14 | 0.07 | 128.11 | 0.51 | 0.86 |
| Hex | C8 | ED | CD | 10 | 0 | E | 7 | 80 | 33 | 56 |
| Octal | 310 | 355 | 315 | 20 | 0 | 16 | 7 | 200 | 63 | 126 |
| Binary | 11001000 | 11101101 | 11001101 | 10000 | 0 | 1110 | 111 | 10000000 | 110011 | 1010110 |
Color Harmonies of #C8EDCD
Complementary color
Monochromatic Colors of #C8EDCD
Black with #C8EDCD
Text Example
Text Example
White with #C8EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDCD; }
p { color: rgb(200,237,205); }
H1.HeaderClassName
{
color: #C8EDCD;
}
.AnyTagClassName
{
color: #C8EDCD;
}
</style>
background-color css
<style>
a { background-color: #C8EDCD; }
a { background-color: rgb(200,237,205); }
div.DivClassName
{
background-color: #C8EDCD;
}
.BgClassName
{
background-color: #C8EDCD;
}
</style>
border-color css
<style>
span { border-color: #C8EDCD; }
span { border-color: rgb(200,237,205); }
td.TdClassName
{
border-color: #C8EDCD;
}
.TagClassName
{
border-color: #C8EDCD;
}
</style>