Shades of Granny Apple #C8F8CF
Tints of Granny Apple #C8F8CF
RGB
CMYK
RGB Variations
Color information
#C8F8CF (or 0xC8F8CF) is known color: Granny Apple. HEX triplet: C8, F8 and CF. RGB value is (200,248,207). Sum of RGB (Red+Green+Blue) = 200+248+207=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8CF is #370730. Grayscale: #E5E5E5. Windows color (decimal): -3606321 or 13629640. OLE color: 13629640.
HSL color Cylindrical-coordinate representation of color #C8F8CF: hue angle of 128.75º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F8CF is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 207 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.03 |
| HSL | 128.75º | 0.77% | 0.88% | - |
| HSV(B) | 128.75º | 0.19% | 0.97% | - |
| XYZ | 68.65 | 83.92 | 71.61 | - |
| YUV | 228.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 207 | 0.19 | 0 | 0.17 | 0.03 | 128.75 | 0.77 | 0.88 |
| Hex | C8 | F8 | CF | 13 | 0 | 11 | 3 | 81 | 4D | 58 |
| Octal | 310 | 370 | 317 | 23 | 0 | 21 | 3 | 201 | 115 | 130 |
| Binary | 11001000 | 11111000 | 11001111 | 10011 | 0 | 10001 | 11 | 10000001 | 1001101 | 1011000 |
Color Harmonies of #C8F8CF
Complementary color
Monochromatic Colors of #C8F8CF
Black with #C8F8CF
Text Example
Text Example
White with #C8F8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8CF; }
p { color: rgb(200,248,207); }
H1.HeaderClassName
{
color: #C8F8CF;
}
.AnyTagClassName
{
color: #C8F8CF;
}
</style>
background-color css
<style>
a { background-color: #C8F8CF; }
a { background-color: rgb(200,248,207); }
div.DivClassName
{
background-color: #C8F8CF;
}
.BgClassName
{
background-color: #C8F8CF;
}
</style>
border-color css
<style>
span { border-color: #C8F8CF; }
span { border-color: rgb(200,248,207); }
td.TdClassName
{
border-color: #C8F8CF;
}
.TagClassName
{
border-color: #C8F8CF;
}
</style>