Shades of Granny Apple #C8FAD4
Tints of Granny Apple #C8FAD4
RGB
CMYK
RGB Variations
Color information
#C8FAD4 (or 0xC8FAD4) is known color: Granny Apple. HEX triplet: C8, FA and D4. RGB value is (200,250,212). Sum of RGB (Red+Green+Blue) = 200+250+212=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAD4 is #37052B. Grayscale: #E6E6E6. Windows color (decimal): -3605804 or 13957832. OLE color: 13957832.
HSL color Cylindrical-coordinate representation of color #C8FAD4: hue angle of 134.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FAD4 is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 212 | - |
| CMYK | 0.2 | 0 | 0.15 | 0.02 |
| HSL | 134.4º | 0.83% | 0.88% | - |
| HSV(B) | 134.4º | 0.2% | 0.98% | - |
| XYZ | 69.89 | 85.4 | 75.09 | - |
| YUV | 230.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 212 | 0.2 | 0 | 0.15 | 0.02 | 134.4 | 0.83 | 0.88 |
| Hex | C8 | FA | D4 | 14 | 0 | F | 2 | 86 | 53 | 58 |
| Octal | 310 | 372 | 324 | 24 | 0 | 17 | 2 | 206 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11010100 | 10100 | 0 | 1111 | 10 | 10000110 | 1010011 | 1011000 |
Color Harmonies of #C8FAD4
Complementary color
Monochromatic Colors of #C8FAD4
Black with #C8FAD4
Text Example
Text Example
White with #C8FAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAD4; }
p { color: rgb(200,250,212); }
H1.HeaderClassName
{
color: #C8FAD4;
}
.AnyTagClassName
{
color: #C8FAD4;
}
</style>
background-color css
<style>
a { background-color: #C8FAD4; }
a { background-color: rgb(200,250,212); }
div.DivClassName
{
background-color: #C8FAD4;
}
.BgClassName
{
background-color: #C8FAD4;
}
</style>
border-color css
<style>
span { border-color: #C8FAD4; }
span { border-color: rgb(200,250,212); }
td.TdClassName
{
border-color: #C8FAD4;
}
.TagClassName
{
border-color: #C8FAD4;
}
</style>