Shades of Granny Apple #C0EFD0
Tints of Granny Apple #C0EFD0
RGB
CMYK
RGB Variations
Color information
#C0EFD0 (or 0xC0EFD0) is known color: Granny Apple. HEX triplet: C0, EF and D0. RGB value is (192,239,208). Sum of RGB (Red+Green+Blue) = 192+239+208=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFD0 is #3F102F. Grayscale: #DDDDDD. Windows color (decimal): -4132912 or 13692864. OLE color: 13692864.
HSL color Cylindrical-coordinate representation of color #C0EFD0: hue angle of 140.43º 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 #C0EFD0 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 208 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.06 |
| HSL | 140.43º | 0.59% | 0.85% | - |
| HSV(B) | 140.43º | 0.2% | 0.94% | - |
| XYZ | 63.99 | 77.49 | 71.26 | - |
| YUV | 221.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 208 | 0.20 | 0 | 0.13 | 0.06 | 140.43 | 0.59 | 0.85 |
| Hex | C0 | EF | D0 | 14 | 0 | D | 6 | 8C | 3B | 55 |
| Octal | 300 | 357 | 320 | 24 | 0 | 15 | 6 | 214 | 73 | 125 |
| Binary | 11000000 | 11101111 | 11010000 | 10100 | 0 | 1101 | 110 | 10001100 | 111011 | 1010101 |
Color Harmonies of #C0EFD0
Complementary color
Monochromatic Colors of #C0EFD0
Black with #C0EFD0
Text Example
Text Example
White with #C0EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFD0; }
p { color: rgb(192,239,208); }
H1.HeaderClassName
{
color: #C0EFD0;
}
.AnyTagClassName
{
color: #C0EFD0;
}
</style>
background-color css
<style>
a { background-color: #C0EFD0; }
a { background-color: rgb(192,239,208); }
div.DivClassName
{
background-color: #C0EFD0;
}
.BgClassName
{
background-color: #C0EFD0;
}
</style>
border-color css
<style>
span { border-color: #C0EFD0; }
span { border-color: rgb(192,239,208); }
td.TdClassName
{
border-color: #C0EFD0;
}
.TagClassName
{
border-color: #C0EFD0;
}
</style>