Shades of Granny Apple #C0FFCD
Tints of Granny Apple #C0FFCD
RGB
CMYK
RGB Variations
Color information
#C0FFCD (or 0xC0FFCD) is known color: Granny Apple. HEX triplet: C0, FF and CD. RGB value is (192,255,205). Sum of RGB (Red+Green+Blue) = 192+255+205=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFCD is #3F0032. Grayscale: #E6E6E6. Windows color (decimal): -4128819 or 13500352. OLE color: 13500352.
HSL color Cylindrical-coordinate representation of color #C0FFCD: hue angle of 132.38º 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 #C0FFCD is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 205 | - |
| CMYK | 0.25 | 0 | 0.20 | 0 |
| HSL | 132.38º | 1% | 0.88% | - |
| HSV(B) | 132.38º | 0.25% | 1% | - |
| XYZ | 68.52 | 87.13 | 70.96 | - |
| YUV | 230.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 205 | 0.25 | 0 | 0.20 | 0 | 132.38 | 1 | 0.88 |
| Hex | C0 | FF | CD | 19 | 0 | 14 | 0 | 84 | 64 | 58 |
| Octal | 300 | 377 | 315 | 31 | 0 | 24 | 0 | 204 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11001101 | 11001 | 0 | 10100 | 0 | 10000100 | 1100100 | 1011000 |
Color Harmonies of #C0FFCD
Complementary color
Monochromatic Colors of #C0FFCD
Black with #C0FFCD
Text Example
Text Example
White with #C0FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFCD; }
p { color: rgb(192,255,205); }
H1.HeaderClassName
{
color: #C0FFCD;
}
.AnyTagClassName
{
color: #C0FFCD;
}
</style>
background-color css
<style>
a { background-color: #C0FFCD; }
a { background-color: rgb(192,255,205); }
div.DivClassName
{
background-color: #C0FFCD;
}
.BgClassName
{
background-color: #C0FFCD;
}
</style>
border-color css
<style>
span { border-color: #C0FFCD; }
span { border-color: rgb(192,255,205); }
td.TdClassName
{
border-color: #C0FFCD;
}
.TagClassName
{
border-color: #C0FFCD;
}
</style>