Shades of Granny Apple #C8EFD2
Tints of Granny Apple #C8EFD2
RGB
CMYK
RGB Variations
Color information
#C8EFD2 (or 0xC8EFD2) is known color: Granny Apple. HEX triplet: C8, EF and D2. RGB value is (200,239,210). Sum of RGB (Red+Green+Blue) = 200+239+210=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFD2 is #37102D. Grayscale: #E0E0E0. Windows color (decimal): -3608622 or 13823944. OLE color: 13823944.
HSL color Cylindrical-coordinate representation of color #C8EFD2: hue angle of 135.38º 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 #C8EFD2 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 210 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.06 |
| HSL | 135.38º | 0.55% | 0.86% | - |
| HSV(B) | 135.38º | 0.16% | 0.94% | - |
| XYZ | 66.32 | 78.67 | 72.66 | - |
| YUV | 224.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 210 | 0.16 | 0 | 0.12 | 0.06 | 135.38 | 0.55 | 0.86 |
| Hex | C8 | EF | D2 | 10 | 0 | C | 6 | 87 | 37 | 56 |
| Octal | 310 | 357 | 322 | 20 | 0 | 14 | 6 | 207 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11010010 | 10000 | 0 | 1100 | 110 | 10000111 | 110111 | 1010110 |
Color Harmonies of #C8EFD2
Complementary color
Monochromatic Colors of #C8EFD2
Black with #C8EFD2
Text Example
Text Example
White with #C8EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFD2; }
p { color: rgb(200,239,210); }
H1.HeaderClassName
{
color: #C8EFD2;
}
.AnyTagClassName
{
color: #C8EFD2;
}
</style>
background-color css
<style>
a { background-color: #C8EFD2; }
a { background-color: rgb(200,239,210); }
div.DivClassName
{
background-color: #C8EFD2;
}
.BgClassName
{
background-color: #C8EFD2;
}
</style>
border-color css
<style>
span { border-color: #C8EFD2; }
span { border-color: rgb(200,239,210); }
td.TdClassName
{
border-color: #C8EFD2;
}
.TagClassName
{
border-color: #C8EFD2;
}
</style>