Shades of Granny Apple #C0F5C5
Tints of Granny Apple #C0F5C5
RGB
CMYK
RGB Variations
Color information
#C0F5C5 (or 0xC0F5C5) is known color: Granny Apple. HEX triplet: C0, F5 and C5. RGB value is (192,245,197). Sum of RGB (Red+Green+Blue) = 192+245+197=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5C5 is #3F0A3A. Grayscale: #DFDFDF. Windows color (decimal): -4131387 or 12973504. OLE color: 12973504.
HSL color Cylindrical-coordinate representation of color #C0F5C5: hue angle of 125.66º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5C5 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 197 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.04 |
| HSL | 125.66º | 0.73% | 0.86% | - |
| HSV(B) | 125.66º | 0.22% | 0.96% | - |
| XYZ | 64.47 | 80.54 | 64.97 | - |
| YUV | 223.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 197 | 0.22 | 0 | 0.20 | 0.04 | 125.66 | 0.73 | 0.86 |
| Hex | C0 | F5 | C5 | 16 | 0 | 14 | 4 | 7E | 49 | 56 |
| Octal | 300 | 365 | 305 | 26 | 0 | 24 | 4 | 176 | 111 | 126 |
| Binary | 11000000 | 11110101 | 11000101 | 10110 | 0 | 10100 | 100 | 1111110 | 1001001 | 1010110 |
Color Harmonies of #C0F5C5
Complementary color
Monochromatic Colors of #C0F5C5
Black with #C0F5C5
Text Example
Text Example
White with #C0F5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5C5; }
p { color: rgb(192,245,197); }
H1.HeaderClassName
{
color: #C0F5C5;
}
.AnyTagClassName
{
color: #C0F5C5;
}
</style>
background-color css
<style>
a { background-color: #C0F5C5; }
a { background-color: rgb(192,245,197); }
div.DivClassName
{
background-color: #C0F5C5;
}
.BgClassName
{
background-color: #C0F5C5;
}
</style>
border-color css
<style>
span { border-color: #C0F5C5; }
span { border-color: rgb(192,245,197); }
td.TdClassName
{
border-color: #C0F5C5;
}
.TagClassName
{
border-color: #C0F5C5;
}
</style>