Shades of Granny Apple #C2EDCD
Tints of Granny Apple #C2EDCD
RGB
CMYK
RGB Variations
Color information
#C2EDCD (or 0xC2EDCD) is known color: Granny Apple. HEX triplet: C2, ED and CD. RGB value is (194,237,205). Sum of RGB (Red+Green+Blue) = 194+237+205=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDCD is #3D1232. Grayscale: #DCDCDC. Windows color (decimal): -4002355 or 13495746. OLE color: 13495746.
HSL color Cylindrical-coordinate representation of color #C2EDCD: hue angle of 135.35º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDCD is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 237 | 205 | - |
CMYK | 0.18 | 0 | 0.14 | 0.07 |
HSL | 135.35º | 0.54% | 0.85% | - |
HSV(B) | 135.35º | 0.18% | 0.93% | - |
XYZ | 63.55 | 76.45 | 69.16 | - |
YUV | 220.5 | 119.25 | 109.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 237 | 205 | 0.18 | 0 | 0.14 | 0.07 | 135.35 | 0.54 | 0.85 |
Hex | C2 | ED | CD | 12 | 0 | E | 7 | 87 | 36 | 55 |
Octal | 302 | 355 | 315 | 22 | 0 | 16 | 7 | 207 | 66 | 125 |
Binary | 11000010 | 11101101 | 11001101 | 10010 | 0 | 1110 | 111 | 10000111 | 110110 | 1010101 |
Color Harmonies of #C2EDCD
Complementary color
Monochromatic Colors of #C2EDCD
Black with #C2EDCD
Text Example
Text Example
White with #C2EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDCD; }
p { color: rgb(194,237,205); }
H1.HeaderClassName
{
color: #C2EDCD;
}
.AnyTagClassName
{
color: #C2EDCD;
}
</style>
background-color css
<style>
a { background-color: #C2EDCD; }
a { background-color: rgb(194,237,205); }
div.DivClassName
{
background-color: #C2EDCD;
}
.BgClassName
{
background-color: #C2EDCD;
}
</style>
border-color css
<style>
span { border-color: #C2EDCD; }
span { border-color: rgb(194,237,205); }
td.TdClassName
{
border-color: #C2EDCD;
}
.TagClassName
{
border-color: #C2EDCD;
}
</style>