Shades of Granny Apple #C0EDCE
Tints of Granny Apple #C0EDCE
RGB
CMYK
RGB Variations
Color information
#C0EDCE (or 0xC0EDCE) is known color: Granny Apple. HEX triplet: C0, ED and CE. RGB value is (192,237,206). Sum of RGB (Red+Green+Blue) = 192+237+206=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDCE is #3F1231. Grayscale: #DCDCDC. Windows color (decimal): -4133426 or 13561280. OLE color: 13561280.
HSL color Cylindrical-coordinate representation of color #C0EDCE: hue angle of 138.67º degrees, saturation: 0.56, 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 #C0EDCE is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 237 | 206 | - |
CMYK | 0.19 | 0 | 0.13 | 0.07 |
HSL | 138.67º | 0.56% | 0.84% | - |
HSV(B) | 138.67º | 0.19% | 0.93% | - |
XYZ | 63.16 | 76.23 | 69.78 | - |
YUV | 220.01 | 120.09 | 108.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 206 | 0.19 | 0 | 0.13 | 0.07 | 138.67 | 0.56 | 0.84 |
Hex | C0 | ED | CE | 13 | 0 | D | 7 | 8B | 38 | 54 |
Octal | 300 | 355 | 316 | 23 | 0 | 15 | 7 | 213 | 70 | 124 |
Binary | 11000000 | 11101101 | 11001110 | 10011 | 0 | 1101 | 111 | 10001011 | 111000 | 1010100 |
Color Harmonies of #C0EDCE
Complementary color
Monochromatic Colors of #C0EDCE
Black with #C0EDCE
Text Example
Text Example
White with #C0EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDCE; }
p { color: rgb(192,237,206); }
H1.HeaderClassName
{
color: #C0EDCE;
}
.AnyTagClassName
{
color: #C0EDCE;
}
</style>
background-color css
<style>
a { background-color: #C0EDCE; }
a { background-color: rgb(192,237,206); }
div.DivClassName
{
background-color: #C0EDCE;
}
.BgClassName
{
background-color: #C0EDCE;
}
</style>
border-color css
<style>
span { border-color: #C0EDCE; }
span { border-color: rgb(192,237,206); }
td.TdClassName
{
border-color: #C0EDCE;
}
.TagClassName
{
border-color: #C0EDCE;
}
</style>