Shades of Granny Apple #C0ECC5
Tints of Granny Apple #C0ECC5
RGB
CMYK
RGB Variations
Color information
#C0ECC5 (or 0xC0ECC5) is known color: Granny Apple. HEX triplet: C0, EC and C5. RGB value is (192,236,197). Sum of RGB (Red+Green+Blue) = 192+236+197=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECC5 is #3F133A. Grayscale: #DADADA. Windows color (decimal): -4133691 or 12971200. OLE color: 12971200.
HSL color Cylindrical-coordinate representation of color #C0ECC5: hue angle of 126.82º degrees, saturation: 0.54, 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 #C0ECC5 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 197 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.07 |
| HSL | 126.82º | 0.54% | 0.84% | - |
| HSV(B) | 126.82º | 0.19% | 0.93% | - |
| XYZ | 61.81 | 75.23 | 64.09 | - |
| YUV | 218.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 197 | 0.19 | 0 | 0.17 | 0.07 | 126.82 | 0.54 | 0.84 |
| Hex | C0 | EC | C5 | 13 | 0 | 11 | 7 | 7F | 36 | 54 |
| Octal | 300 | 354 | 305 | 23 | 0 | 21 | 7 | 177 | 66 | 124 |
| Binary | 11000000 | 11101100 | 11000101 | 10011 | 0 | 10001 | 111 | 1111111 | 110110 | 1010100 |
Color Harmonies of #C0ECC5
Complementary color
Monochromatic Colors of #C0ECC5
Black with #C0ECC5
Text Example
Text Example
White with #C0ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECC5; }
p { color: rgb(192,236,197); }
H1.HeaderClassName
{
color: #C0ECC5;
}
.AnyTagClassName
{
color: #C0ECC5;
}
</style>
background-color css
<style>
a { background-color: #C0ECC5; }
a { background-color: rgb(192,236,197); }
div.DivClassName
{
background-color: #C0ECC5;
}
.BgClassName
{
background-color: #C0ECC5;
}
</style>
border-color css
<style>
span { border-color: #C0ECC5; }
span { border-color: rgb(192,236,197); }
td.TdClassName
{
border-color: #C0ECC5;
}
.TagClassName
{
border-color: #C0ECC5;
}
</style>