Shades of Granny Apple #C0EFD1
Tints of Granny Apple #C0EFD1
RGB
CMYK
RGB Variations
Color information
#C0EFD1 (or 0xC0EFD1) is known color: Granny Apple. HEX triplet: C0, EF and D1. RGB value is (192,239,209). Sum of RGB (Red+Green+Blue) = 192+239+209=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFD1 is #3F102E. Grayscale: #DDDDDD. Windows color (decimal): -4132911 or 13758400. OLE color: 13758400.
HSL color Cylindrical-coordinate representation of color #C0EFD1: hue angle of 141.7º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EFD1 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 209 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.06 |
| HSL | 141.7º | 0.59% | 0.85% | - |
| HSV(B) | 141.7º | 0.2% | 0.94% | - |
| XYZ | 64.11 | 77.54 | 71.91 | - |
| YUV | 221.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 209 | 0.20 | 0 | 0.13 | 0.06 | 141.7 | 0.59 | 0.85 |
| Hex | C0 | EF | D1 | 14 | 0 | D | 6 | 8E | 3B | 55 |
| Octal | 300 | 357 | 321 | 24 | 0 | 15 | 6 | 216 | 73 | 125 |
| Binary | 11000000 | 11101111 | 11010001 | 10100 | 0 | 1101 | 110 | 10001110 | 111011 | 1010101 |
Color Harmonies of #C0EFD1
Complementary color
Monochromatic Colors of #C0EFD1
Black with #C0EFD1
Text Example
Text Example
White with #C0EFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFD1; }
p { color: rgb(192,239,209); }
H1.HeaderClassName
{
color: #C0EFD1;
}
.AnyTagClassName
{
color: #C0EFD1;
}
</style>
background-color css
<style>
a { background-color: #C0EFD1; }
a { background-color: rgb(192,239,209); }
div.DivClassName
{
background-color: #C0EFD1;
}
.BgClassName
{
background-color: #C0EFD1;
}
</style>
border-color css
<style>
span { border-color: #C0EFD1; }
span { border-color: rgb(192,239,209); }
td.TdClassName
{
border-color: #C0EFD1;
}
.TagClassName
{
border-color: #C0EFD1;
}
</style>