Shades of Granny Apple #C0F4C5
Tints of Granny Apple #C0F4C5
RGB
CMYK
RGB Variations
Color information
#C0F4C5 (or 0xC0F4C5) is known color: Granny Apple. HEX triplet: C0, F4 and C5. RGB value is (192,244,197). Sum of RGB (Red+Green+Blue) = 192+244+197=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F4C5 is #3F0B3A. Grayscale: #DFDFDF. Windows color (decimal): -4131643 or 12973248. OLE color: 12973248.
HSL color Cylindrical-coordinate representation of color #C0F4C5: hue angle of 125.77º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F4C5 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 197 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.04 |
| HSL | 125.77º | 0.7% | 0.85% | - |
| HSV(B) | 125.77º | 0.21% | 0.96% | - |
| XYZ | 64.17 | 79.94 | 64.87 | - |
| YUV | 223.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 197 | 0.21 | 0 | 0.19 | 0.04 | 125.77 | 0.7 | 0.85 |
| Hex | C0 | F4 | C5 | 15 | 0 | 13 | 4 | 7E | 46 | 55 |
| Octal | 300 | 364 | 305 | 25 | 0 | 23 | 4 | 176 | 106 | 125 |
| Binary | 11000000 | 11110100 | 11000101 | 10101 | 0 | 10011 | 100 | 1111110 | 1000110 | 1010101 |
Color Harmonies of #C0F4C5
Complementary color
Monochromatic Colors of #C0F4C5
Black with #C0F4C5
Text Example
Text Example
White with #C0F4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4C5; }
p { color: rgb(192,244,197); }
H1.HeaderClassName
{
color: #C0F4C5;
}
.AnyTagClassName
{
color: #C0F4C5;
}
</style>
background-color css
<style>
a { background-color: #C0F4C5; }
a { background-color: rgb(192,244,197); }
div.DivClassName
{
background-color: #C0F4C5;
}
.BgClassName
{
background-color: #C0F4C5;
}
</style>
border-color css
<style>
span { border-color: #C0F4C5; }
span { border-color: rgb(192,244,197); }
td.TdClassName
{
border-color: #C0F4C5;
}
.TagClassName
{
border-color: #C0F4C5;
}
</style>