Shades of Granny Apple #C8F2D2
Tints of Granny Apple #C8F2D2
RGB
CMYK
RGB Variations
Color information
#C8F2D2 (or 0xC8F2D2) is known color: Granny Apple. HEX triplet: C8, F2 and D2. RGB value is (200,242,210). Sum of RGB (Red+Green+Blue) = 200+242+210=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2D2 is #370D2D. Grayscale: #E1E1E1. Windows color (decimal): -3607854 or 13824712. OLE color: 13824712.
HSL color Cylindrical-coordinate representation of color #C8F2D2: hue angle of 134.29º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F2D2 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 210 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.05 |
| HSL | 134.29º | 0.62% | 0.87% | - |
| HSV(B) | 134.29º | 0.17% | 0.95% | - |
| XYZ | 67.2 | 80.44 | 72.96 | - |
| YUV | 225.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 210 | 0.17 | 0 | 0.13 | 0.05 | 134.29 | 0.62 | 0.87 |
| Hex | C8 | F2 | D2 | 11 | 0 | D | 5 | 86 | 3E | 57 |
| Octal | 310 | 362 | 322 | 21 | 0 | 15 | 5 | 206 | 76 | 127 |
| Binary | 11001000 | 11110010 | 11010010 | 10001 | 0 | 1101 | 101 | 10000110 | 111110 | 1010111 |
Color Harmonies of #C8F2D2
Complementary color
Monochromatic Colors of #C8F2D2
Black with #C8F2D2
Text Example
Text Example
White with #C8F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F2D2; }
p { color: rgb(200,242,210); }
H1.HeaderClassName
{
color: #C8F2D2;
}
.AnyTagClassName
{
color: #C8F2D2;
}
</style>
background-color css
<style>
a { background-color: #C8F2D2; }
a { background-color: rgb(200,242,210); }
div.DivClassName
{
background-color: #C8F2D2;
}
.BgClassName
{
background-color: #C8F2D2;
}
</style>
border-color css
<style>
span { border-color: #C8F2D2; }
span { border-color: rgb(200,242,210); }
td.TdClassName
{
border-color: #C8F2D2;
}
.TagClassName
{
border-color: #C8F2D2;
}
</style>