Shades of Granny Apple #C8F1CF
Tints of Granny Apple #C8F1CF
RGB
CMYK
RGB Variations
Color information
#C8F1CF (or 0xC8F1CF) is known color: Granny Apple. HEX triplet: C8, F1 and CF. RGB value is (200,241,207). Sum of RGB (Red+Green+Blue) = 200+241+207=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F1CF is #370E30. Grayscale: #E0E0E0. Windows color (decimal): -3608113 or 13627848. OLE color: 13627848.
HSL color Cylindrical-coordinate representation of color #C8F1CF: hue angle of 130.24º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F1CF is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 207 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.05 |
| HSL | 130.24º | 0.59% | 0.86% | - |
| HSV(B) | 130.24º | 0.17% | 0.95% | - |
| XYZ | 66.54 | 79.69 | 70.91 | - |
| YUV | 224.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 207 | 0.17 | 0 | 0.14 | 0.05 | 130.24 | 0.59 | 0.86 |
| Hex | C8 | F1 | CF | 11 | 0 | E | 5 | 82 | 3B | 56 |
| Octal | 310 | 361 | 317 | 21 | 0 | 16 | 5 | 202 | 73 | 126 |
| Binary | 11001000 | 11110001 | 11001111 | 10001 | 0 | 1110 | 101 | 10000010 | 111011 | 1010110 |
Color Harmonies of #C8F1CF
Complementary color
Monochromatic Colors of #C8F1CF
Black with #C8F1CF
Text Example
Text Example
White with #C8F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1CF; }
p { color: rgb(200,241,207); }
H1.HeaderClassName
{
color: #C8F1CF;
}
.AnyTagClassName
{
color: #C8F1CF;
}
</style>
background-color css
<style>
a { background-color: #C8F1CF; }
a { background-color: rgb(200,241,207); }
div.DivClassName
{
background-color: #C8F1CF;
}
.BgClassName
{
background-color: #C8F1CF;
}
</style>
border-color css
<style>
span { border-color: #C8F1CF; }
span { border-color: rgb(200,241,207); }
td.TdClassName
{
border-color: #C8F1CF;
}
.TagClassName
{
border-color: #C8F1CF;
}
</style>