Shades of Granny Apple #C2EBC8
Tints of Granny Apple #C2EBC8
RGB
CMYK
RGB Variations
Color information
#C2EBC8 (or 0xC2EBC8) is known color: Granny Apple. HEX triplet: C2, EB and C8. RGB value is (194,235,200). Sum of RGB (Red+Green+Blue) = 194+235+200=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBC8 is #3D1437. Grayscale: #DADADA. Windows color (decimal): -4002872 or 13167554. OLE color: 13167554.
HSL color Cylindrical-coordinate representation of color #C2EBC8: hue angle of 128.78º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBC8 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 200 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.08 |
| HSL | 128.78º | 0.51% | 0.84% | - |
| HSV(B) | 128.78º | 0.17% | 0.92% | - |
| XYZ | 62.38 | 75.06 | 65.84 | - |
| YUV | 218.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 200 | 0.17 | 0 | 0.15 | 0.08 | 128.78 | 0.51 | 0.84 |
| Hex | C2 | EB | C8 | 11 | 0 | F | 8 | 81 | 33 | 54 |
| Octal | 302 | 353 | 310 | 21 | 0 | 17 | 10 | 201 | 63 | 124 |
| Binary | 11000010 | 11101011 | 11001000 | 10001 | 0 | 1111 | 1000 | 10000001 | 110011 | 1010100 |
Color Harmonies of #C2EBC8
Complementary color
Monochromatic Colors of #C2EBC8
Black with #C2EBC8
Text Example
Text Example
White with #C2EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBC8; }
p { color: rgb(194,235,200); }
H1.HeaderClassName
{
color: #C2EBC8;
}
.AnyTagClassName
{
color: #C2EBC8;
}
</style>
background-color css
<style>
a { background-color: #C2EBC8; }
a { background-color: rgb(194,235,200); }
div.DivClassName
{
background-color: #C2EBC8;
}
.BgClassName
{
background-color: #C2EBC8;
}
</style>
border-color css
<style>
span { border-color: #C2EBC8; }
span { border-color: rgb(194,235,200); }
td.TdClassName
{
border-color: #C2EBC8;
}
.TagClassName
{
border-color: #C2EBC8;
}
</style>