Shades of Granny Apple #C2ECC8
Tints of Granny Apple #C2ECC8
RGB
CMYK
RGB Variations
Color information
#C2ECC8 (or 0xC2ECC8) is known color: Granny Apple. HEX triplet: C2, EC and C8. RGB value is (194,236,200). Sum of RGB (Red+Green+Blue) = 194+236+200=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECC8 is #3D1337. Grayscale: #DBDBDB. Windows color (decimal): -4002616 or 13167810. OLE color: 13167810.
HSL color Cylindrical-coordinate representation of color #C2ECC8: hue angle of 128.57º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECC8 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 200 | - |
CMYK | 0.18 | 0 | 0.15 | 0.07 |
HSL | 128.57º | 0.53% | 0.84% | - |
HSV(B) | 128.57º | 0.18% | 0.93% | - |
XYZ | 62.67 | 75.63 | 65.94 | - |
YUV | 219.34 | 117.09 | 109.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 200 | 0.18 | 0 | 0.15 | 0.07 | 128.57 | 0.53 | 0.84 |
Hex | C2 | EC | C8 | 12 | 0 | F | 7 | 81 | 34 | 54 |
Octal | 302 | 354 | 310 | 22 | 0 | 17 | 7 | 201 | 64 | 124 |
Binary | 11000010 | 11101100 | 11001000 | 10010 | 0 | 1111 | 111 | 10000001 | 110100 | 1010100 |
Color Harmonies of #C2ECC8
Complementary color
Monochromatic Colors of #C2ECC8
Black with #C2ECC8
Text Example
Text Example
White with #C2ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECC8; }
p { color: rgb(194,236,200); }
H1.HeaderClassName
{
color: #C2ECC8;
}
.AnyTagClassName
{
color: #C2ECC8;
}
</style>
background-color css
<style>
a { background-color: #C2ECC8; }
a { background-color: rgb(194,236,200); }
div.DivClassName
{
background-color: #C2ECC8;
}
.BgClassName
{
background-color: #C2ECC8;
}
</style>
border-color css
<style>
span { border-color: #C2ECC8; }
span { border-color: rgb(194,236,200); }
td.TdClassName
{
border-color: #C2ECC8;
}
.TagClassName
{
border-color: #C2ECC8;
}
</style>