Shades of Granny Apple #C0EECD
Tints of Granny Apple #C0EECD
RGB
CMYK
RGB Variations
Color information
#C0EECD (or 0xC0EECD) is known color: Granny Apple. HEX triplet: C0, EE and CD. RGB value is (192,238,205). Sum of RGB (Red+Green+Blue) = 192+238+205=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EECD is #3F1132. Grayscale: #DCDCDC. Windows color (decimal): -4133171 or 13496000. OLE color: 13496000.
HSL color Cylindrical-coordinate representation of color #C0EECD: hue angle of 136.96º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EECD is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 205 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.07 |
| HSL | 136.96º | 0.58% | 0.84% | - |
| HSV(B) | 136.96º | 0.19% | 0.93% | - |
| XYZ | 63.33 | 76.76 | 69.24 | - |
| YUV | 220.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 205 | 0.19 | 0 | 0.14 | 0.07 | 136.96 | 0.58 | 0.84 |
| Hex | C0 | EE | CD | 13 | 0 | E | 7 | 89 | 3A | 54 |
| Octal | 300 | 356 | 315 | 23 | 0 | 16 | 7 | 211 | 72 | 124 |
| Binary | 11000000 | 11101110 | 11001101 | 10011 | 0 | 1110 | 111 | 10001001 | 111010 | 1010100 |
Color Harmonies of #C0EECD
Complementary color
Monochromatic Colors of #C0EECD
Black with #C0EECD
Text Example
Text Example
White with #C0EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EECD; }
p { color: rgb(192,238,205); }
H1.HeaderClassName
{
color: #C0EECD;
}
.AnyTagClassName
{
color: #C0EECD;
}
</style>
background-color css
<style>
a { background-color: #C0EECD; }
a { background-color: rgb(192,238,205); }
div.DivClassName
{
background-color: #C0EECD;
}
.BgClassName
{
background-color: #C0EECD;
}
</style>
border-color css
<style>
span { border-color: #C0EECD; }
span { border-color: rgb(192,238,205); }
td.TdClassName
{
border-color: #C0EECD;
}
.TagClassName
{
border-color: #C0EECD;
}
</style>