Shades of Granny Apple #C0F1D1
Tints of Granny Apple #C0F1D1
RGB
CMYK
RGB Variations
Color information
#C0F1D1 (or 0xC0F1D1) is known color: Granny Apple. HEX triplet: C0, F1 and D1. RGB value is (192,241,209). Sum of RGB (Red+Green+Blue) = 192+241+209=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F1D1 is #3F0E2E. Grayscale: #DEDEDE. Windows color (decimal): -4132399 or 13758912. OLE color: 13758912.
HSL color Cylindrical-coordinate representation of color #C0F1D1: hue angle of 140.82º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F1D1 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 209 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.05 |
| HSL | 140.82º | 0.64% | 0.85% | - |
| HSV(B) | 140.82º | 0.2% | 0.95% | - |
| XYZ | 64.7 | 78.72 | 72.11 | - |
| YUV | 222.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 209 | 0.20 | 0 | 0.13 | 0.05 | 140.82 | 0.64 | 0.85 |
| Hex | C0 | F1 | D1 | 14 | 0 | D | 5 | 8D | 40 | 55 |
| Octal | 300 | 361 | 321 | 24 | 0 | 15 | 5 | 215 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11010001 | 10100 | 0 | 1101 | 101 | 10001101 | 1000000 | 1010101 |
Color Harmonies of #C0F1D1
Complementary color
Monochromatic Colors of #C0F1D1
Black with #C0F1D1
Text Example
Text Example
White with #C0F1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1D1; }
p { color: rgb(192,241,209); }
H1.HeaderClassName
{
color: #C0F1D1;
}
.AnyTagClassName
{
color: #C0F1D1;
}
</style>
background-color css
<style>
a { background-color: #C0F1D1; }
a { background-color: rgb(192,241,209); }
div.DivClassName
{
background-color: #C0F1D1;
}
.BgClassName
{
background-color: #C0F1D1;
}
</style>
border-color css
<style>
span { border-color: #C0F1D1; }
span { border-color: rgb(192,241,209); }
td.TdClassName
{
border-color: #C0F1D1;
}
.TagClassName
{
border-color: #C0F1D1;
}
</style>