Shades of Granny Apple #C0F8CF
Tints of Granny Apple #C0F8CF
RGB
CMYK
RGB Variations
Color information
#C0F8CF (or 0xC0F8CF) is known color: Granny Apple. HEX triplet: C0, F8 and CF. RGB value is (192,248,207). Sum of RGB (Red+Green+Blue) = 192+248+207=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8CF is #3F0730. Grayscale: #E2E2E2. Windows color (decimal): -4130609 or 13629632. OLE color: 13629632.
HSL color Cylindrical-coordinate representation of color #C0F8CF: hue angle of 136.07º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8CF is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 207 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.03 |
| HSL | 136.07º | 0.8% | 0.86% | - |
| HSV(B) | 136.07º | 0.23% | 0.97% | - |
| XYZ | 66.57 | 82.85 | 71.51 | - |
| YUV | 226.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 207 | 0.23 | 0 | 0.17 | 0.03 | 136.07 | 0.8 | 0.86 |
| Hex | C0 | F8 | CF | 17 | 0 | 11 | 3 | 88 | 50 | 56 |
| Octal | 300 | 370 | 317 | 27 | 0 | 21 | 3 | 210 | 120 | 126 |
| Binary | 11000000 | 11111000 | 11001111 | 10111 | 0 | 10001 | 11 | 10001000 | 1010000 | 1010110 |
Color Harmonies of #C0F8CF
Complementary color
Monochromatic Colors of #C0F8CF
Black with #C0F8CF
Text Example
Text Example
White with #C0F8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8CF; }
p { color: rgb(192,248,207); }
H1.HeaderClassName
{
color: #C0F8CF;
}
.AnyTagClassName
{
color: #C0F8CF;
}
</style>
background-color css
<style>
a { background-color: #C0F8CF; }
a { background-color: rgb(192,248,207); }
div.DivClassName
{
background-color: #C0F8CF;
}
.BgClassName
{
background-color: #C0F8CF;
}
</style>
border-color css
<style>
span { border-color: #C0F8CF; }
span { border-color: rgb(192,248,207); }
td.TdClassName
{
border-color: #C0F8CF;
}
.TagClassName
{
border-color: #C0F8CF;
}
</style>