Shades of Granny Apple #C0F0C5
Tints of Granny Apple #C0F0C5
RGB
CMYK
RGB Variations
Color information
#C0F0C5 (or 0xC0F0C5) is known color: Granny Apple. HEX triplet: C0, F0 and C5. RGB value is (192,240,197). Sum of RGB (Red+Green+Blue) = 192+240+197=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0C5 is #3F0F3A. Grayscale: #DCDCDC. Windows color (decimal): -4132667 or 12972224. OLE color: 12972224.
HSL color Cylindrical-coordinate representation of color #C0F0C5: hue angle of 126.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F0C5 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 197 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.06 |
| HSL | 126.25º | 0.62% | 0.85% | - |
| HSV(B) | 126.25º | 0.2% | 0.94% | - |
| XYZ | 62.98 | 77.56 | 64.47 | - |
| YUV | 220.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 197 | 0.20 | 0 | 0.18 | 0.06 | 126.25 | 0.62 | 0.85 |
| Hex | C0 | F0 | C5 | 14 | 0 | 12 | 6 | 7E | 3E | 55 |
| Octal | 300 | 360 | 305 | 24 | 0 | 22 | 6 | 176 | 76 | 125 |
| Binary | 11000000 | 11110000 | 11000101 | 10100 | 0 | 10010 | 110 | 1111110 | 111110 | 1010101 |
Color Harmonies of #C0F0C5
Complementary color
Monochromatic Colors of #C0F0C5
Black with #C0F0C5
Text Example
Text Example
White with #C0F0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0C5; }
p { color: rgb(192,240,197); }
H1.HeaderClassName
{
color: #C0F0C5;
}
.AnyTagClassName
{
color: #C0F0C5;
}
</style>
background-color css
<style>
a { background-color: #C0F0C5; }
a { background-color: rgb(192,240,197); }
div.DivClassName
{
background-color: #C0F0C5;
}
.BgClassName
{
background-color: #C0F0C5;
}
</style>
border-color css
<style>
span { border-color: #C0F0C5; }
span { border-color: rgb(192,240,197); }
td.TdClassName
{
border-color: #C0F0C5;
}
.TagClassName
{
border-color: #C0F0C5;
}
</style>