Shades of Granny Apple #C4EDC2
Tints of Granny Apple #C4EDC2
RGB
CMYK
RGB Variations
Color information
#C4EDC2 (or 0xC4EDC2) is known color: Granny Apple. HEX triplet: C4, ED and C2. RGB value is (196,237,194). Sum of RGB (Red+Green+Blue) = 196+237+194=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDC2 is #3B123D. Grayscale: #DBDBDB. Windows color (decimal): -3871294 or 12774852. OLE color: 12774852.
HSL color Cylindrical-coordinate representation of color #C4EDC2: hue angle of 117.21º 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 #C4EDC2 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 194 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.07 |
| HSL | 117.21º | 0.54% | 0.85% | - |
| HSV(B) | 117.21º | 0.18% | 0.93% | - |
| XYZ | 62.79 | 76.2 | 62.44 | - |
| YUV | 219.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 194 | 0.17 | 0 | 0.18 | 0.07 | 117.21 | 0.54 | 0.85 |
| Hex | C4 | ED | C2 | 11 | 0 | 12 | 7 | 75 | 36 | 55 |
| Octal | 304 | 355 | 302 | 21 | 0 | 22 | 7 | 165 | 66 | 125 |
| Binary | 11000100 | 11101101 | 11000010 | 10001 | 0 | 10010 | 111 | 1110101 | 110110 | 1010101 |
Color Harmonies of #C4EDC2
Complementary color
Monochromatic Colors of #C4EDC2
Black with #C4EDC2
Text Example
Text Example
White with #C4EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDC2; }
p { color: rgb(196,237,194); }
H1.HeaderClassName
{
color: #C4EDC2;
}
.AnyTagClassName
{
color: #C4EDC2;
}
</style>
background-color css
<style>
a { background-color: #C4EDC2; }
a { background-color: rgb(196,237,194); }
div.DivClassName
{
background-color: #C4EDC2;
}
.BgClassName
{
background-color: #C4EDC2;
}
</style>
border-color css
<style>
span { border-color: #C4EDC2; }
span { border-color: rgb(196,237,194); }
td.TdClassName
{
border-color: #C4EDC2;
}
.TagClassName
{
border-color: #C4EDC2;
}
</style>