Shades of Granny Apple #C8EFCD
Tints of Granny Apple #C8EFCD
RGB
CMYK
RGB Variations
Color information
#C8EFCD (or 0xC8EFCD) is known color: Granny Apple. HEX triplet: C8, EF and CD. RGB value is (200,239,205). Sum of RGB (Red+Green+Blue) = 200+239+205=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFCD is #371032. Grayscale: #DFDFDF. Windows color (decimal): -3608627 or 13496264. OLE color: 13496264.
HSL color Cylindrical-coordinate representation of color #C8EFCD: hue angle of 127.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFCD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 205 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.06 |
| HSL | 127.69º | 0.55% | 0.86% | - |
| HSV(B) | 127.69º | 0.16% | 0.94% | - |
| XYZ | 65.71 | 78.42 | 69.43 | - |
| YUV | 223.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 205 | 0.16 | 0 | 0.14 | 0.06 | 127.69 | 0.55 | 0.86 |
| Hex | C8 | EF | CD | 10 | 0 | E | 6 | 80 | 37 | 56 |
| Octal | 310 | 357 | 315 | 20 | 0 | 16 | 6 | 200 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11001101 | 10000 | 0 | 1110 | 110 | 10000000 | 110111 | 1010110 |
Color Harmonies of #C8EFCD
Complementary color
Monochromatic Colors of #C8EFCD
Black with #C8EFCD
Text Example
Text Example
White with #C8EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFCD; }
p { color: rgb(200,239,205); }
H1.HeaderClassName
{
color: #C8EFCD;
}
.AnyTagClassName
{
color: #C8EFCD;
}
</style>
background-color css
<style>
a { background-color: #C8EFCD; }
a { background-color: rgb(200,239,205); }
div.DivClassName
{
background-color: #C8EFCD;
}
.BgClassName
{
background-color: #C8EFCD;
}
</style>
border-color css
<style>
span { border-color: #C8EFCD; }
span { border-color: rgb(200,239,205); }
td.TdClassName
{
border-color: #C8EFCD;
}
.TagClassName
{
border-color: #C8EFCD;
}
</style>