Shades of Granny Apple #C8EFD1
Tints of Granny Apple #C8EFD1
RGB
CMYK
RGB Variations
Color information
#C8EFD1 (or 0xC8EFD1) is known color: Granny Apple. HEX triplet: C8, EF and D1. RGB value is (200,239,209). Sum of RGB (Red+Green+Blue) = 200+239+209=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFD1 is #37102E. Grayscale: #E0E0E0. Windows color (decimal): -3608623 or 13758408. OLE color: 13758408.
HSL color Cylindrical-coordinate representation of color #C8EFD1: hue angle of 133.85º 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 #C8EFD1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 209 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.06 |
| HSL | 133.85º | 0.55% | 0.86% | - |
| HSV(B) | 133.85º | 0.16% | 0.94% | - |
| XYZ | 66.19 | 78.62 | 72.01 | - |
| YUV | 223.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 209 | 0.16 | 0 | 0.13 | 0.06 | 133.85 | 0.55 | 0.86 |
| Hex | C8 | EF | D1 | 10 | 0 | D | 6 | 86 | 37 | 56 |
| Octal | 310 | 357 | 321 | 20 | 0 | 15 | 6 | 206 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11010001 | 10000 | 0 | 1101 | 110 | 10000110 | 110111 | 1010110 |
Color Harmonies of #C8EFD1
Complementary color
Monochromatic Colors of #C8EFD1
Black with #C8EFD1
Text Example
Text Example
White with #C8EFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFD1; }
p { color: rgb(200,239,209); }
H1.HeaderClassName
{
color: #C8EFD1;
}
.AnyTagClassName
{
color: #C8EFD1;
}
</style>
background-color css
<style>
a { background-color: #C8EFD1; }
a { background-color: rgb(200,239,209); }
div.DivClassName
{
background-color: #C8EFD1;
}
.BgClassName
{
background-color: #C8EFD1;
}
</style>
border-color css
<style>
span { border-color: #C8EFD1; }
span { border-color: rgb(200,239,209); }
td.TdClassName
{
border-color: #C8EFD1;
}
.TagClassName
{
border-color: #C8EFD1;
}
</style>