Shades of Granny Apple #C0FECD
Tints of Granny Apple #C0FECD
RGB
CMYK
RGB Variations
Color information
#C0FECD (or 0xC0FECD) is known color: Granny Apple. HEX triplet: C0, FE and CD. RGB value is (192,254,205). Sum of RGB (Red+Green+Blue) = 192+254+205=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FECD is #3F0132. Grayscale: #E6E6E6. Windows color (decimal): -4129075 or 13500096. OLE color: 13500096.
HSL color Cylindrical-coordinate representation of color #C0FECD: hue angle of 132.58º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FECD is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 205 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.00 |
| HSL | 132.58º | 0.97% | 0.87% | - |
| HSV(B) | 132.58º | 0.24% | 1% | - |
| XYZ | 68.2 | 86.5 | 70.86 | - |
| YUV | 229.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 205 | 0.24 | 0 | 0.19 | 0.00 | 132.58 | 0.97 | 0.87 |
| Hex | C0 | FE | CD | 18 | 0 | 13 | 0 | 85 | 61 | 57 |
| Octal | 300 | 376 | 315 | 30 | 0 | 23 | 0 | 205 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11001101 | 11000 | 0 | 10011 | 0 | 10000101 | 1100001 | 1010111 |
Color Harmonies of #C0FECD
Complementary color
Monochromatic Colors of #C0FECD
Black with #C0FECD
Text Example
Text Example
White with #C0FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FECD; }
p { color: rgb(192,254,205); }
H1.HeaderClassName
{
color: #C0FECD;
}
.AnyTagClassName
{
color: #C0FECD;
}
</style>
background-color css
<style>
a { background-color: #C0FECD; }
a { background-color: rgb(192,254,205); }
div.DivClassName
{
background-color: #C0FECD;
}
.BgClassName
{
background-color: #C0FECD;
}
</style>
border-color css
<style>
span { border-color: #C0FECD; }
span { border-color: rgb(192,254,205); }
td.TdClassName
{
border-color: #C0FECD;
}
.TagClassName
{
border-color: #C0FECD;
}
</style>