Shades of Granny Apple #C0FFC5
Tints of Granny Apple #C0FFC5
RGB
CMYK
RGB Variations
Color information
#C0FFC5 (or 0xC0FFC5) is known color: Granny Apple. HEX triplet: C0, FF and C5. RGB value is (192,255,197). Sum of RGB (Red+Green+Blue) = 192+255+197=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFC5 is #3F003A. Grayscale: #E5E5E5. Windows color (decimal): -4128827 or 12976064. OLE color: 12976064.
HSL color Cylindrical-coordinate representation of color #C0FFC5: hue angle of 124.76º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFC5 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 197 | - |
| CMYK | 0.25 | 0 | 0.23 | 0 |
| HSL | 124.76º | 1% | 0.88% | - |
| HSV(B) | 124.76º | 0.25% | 1% | - |
| XYZ | 67.58 | 86.76 | 66.01 | - |
| YUV | 229.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 197 | 0.25 | 0 | 0.23 | 0 | 124.76 | 1 | 0.88 |
| Hex | C0 | FF | C5 | 19 | 0 | 17 | 0 | 7D | 64 | 58 |
| Octal | 300 | 377 | 305 | 31 | 0 | 27 | 0 | 175 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11000101 | 11001 | 0 | 10111 | 0 | 1111101 | 1100100 | 1011000 |
Color Harmonies of #C0FFC5
Complementary color
Monochromatic Colors of #C0FFC5
Black with #C0FFC5
Text Example
Text Example
White with #C0FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFC5; }
p { color: rgb(192,255,197); }
H1.HeaderClassName
{
color: #C0FFC5;
}
.AnyTagClassName
{
color: #C0FFC5;
}
</style>
background-color css
<style>
a { background-color: #C0FFC5; }
a { background-color: rgb(192,255,197); }
div.DivClassName
{
background-color: #C0FFC5;
}
.BgClassName
{
background-color: #C0FFC5;
}
</style>
border-color css
<style>
span { border-color: #C0FFC5; }
span { border-color: rgb(192,255,197); }
td.TdClassName
{
border-color: #C0FFC5;
}
.TagClassName
{
border-color: #C0FFC5;
}
</style>