Shades of Granny Apple #C0F8C8
Tints of Granny Apple #C0F8C8
RGB
CMYK
RGB Variations
Color information
#C0F8C8 (or 0xC0F8C8) is known color: Granny Apple. HEX triplet: C0, F8 and C8. RGB value is (192,248,200). Sum of RGB (Red+Green+Blue) = 192+248+200=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8C8 is #3F0737. Grayscale: #E1E1E1. Windows color (decimal): -4130616 or 13170880. OLE color: 13170880.
HSL color Cylindrical-coordinate representation of color #C0F8C8: hue angle of 128.57º 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 #C0F8C8 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 200 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.03 |
| HSL | 128.57º | 0.8% | 0.86% | - |
| HSV(B) | 128.57º | 0.23% | 0.97% | - |
| XYZ | 65.73 | 82.51 | 67.11 | - |
| YUV | 225.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 200 | 0.23 | 0 | 0.19 | 0.03 | 128.57 | 0.8 | 0.86 |
| Hex | C0 | F8 | C8 | 17 | 0 | 13 | 3 | 81 | 50 | 56 |
| Octal | 300 | 370 | 310 | 27 | 0 | 23 | 3 | 201 | 120 | 126 |
| Binary | 11000000 | 11111000 | 11001000 | 10111 | 0 | 10011 | 11 | 10000001 | 1010000 | 1010110 |
Color Harmonies of #C0F8C8
Complementary color
Monochromatic Colors of #C0F8C8
Black with #C0F8C8
Text Example
Text Example
White with #C0F8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8C8; }
p { color: rgb(192,248,200); }
H1.HeaderClassName
{
color: #C0F8C8;
}
.AnyTagClassName
{
color: #C0F8C8;
}
</style>
background-color css
<style>
a { background-color: #C0F8C8; }
a { background-color: rgb(192,248,200); }
div.DivClassName
{
background-color: #C0F8C8;
}
.BgClassName
{
background-color: #C0F8C8;
}
</style>
border-color css
<style>
span { border-color: #C0F8C8; }
span { border-color: rgb(192,248,200); }
td.TdClassName
{
border-color: #C0F8C8;
}
.TagClassName
{
border-color: #C0F8C8;
}
</style>