Shades of Granny Apple #C4EDCB
Tints of Granny Apple #C4EDCB
RGB
CMYK
RGB Variations
Color information
#C4EDCB (or 0xC4EDCB) is known color: Granny Apple. HEX triplet: C4, ED and CB. RGB value is (196,237,203). Sum of RGB (Red+Green+Blue) = 196+237+203=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDCB is #3B1234. Grayscale: #DCDCDC. Windows color (decimal): -3871285 or 13364676. OLE color: 13364676.
HSL color Cylindrical-coordinate representation of color #C4EDCB: hue angle of 130.24º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4EDCB is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 203 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.07 |
| HSL | 130.24º | 0.53% | 0.85% | - |
| HSV(B) | 130.24º | 0.17% | 0.93% | - |
| XYZ | 63.83 | 76.62 | 67.92 | - |
| YUV | 220.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 203 | 0.17 | 0 | 0.14 | 0.07 | 130.24 | 0.53 | 0.85 |
| Hex | C4 | ED | CB | 11 | 0 | E | 7 | 82 | 35 | 55 |
| Octal | 304 | 355 | 313 | 21 | 0 | 16 | 7 | 202 | 65 | 125 |
| Binary | 11000100 | 11101101 | 11001011 | 10001 | 0 | 1110 | 111 | 10000010 | 110101 | 1010101 |
Color Harmonies of #C4EDCB
Complementary color
Monochromatic Colors of #C4EDCB
Black with #C4EDCB
Text Example
Text Example
White with #C4EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDCB; }
p { color: rgb(196,237,203); }
H1.HeaderClassName
{
color: #C4EDCB;
}
.AnyTagClassName
{
color: #C4EDCB;
}
</style>
background-color css
<style>
a { background-color: #C4EDCB; }
a { background-color: rgb(196,237,203); }
div.DivClassName
{
background-color: #C4EDCB;
}
.BgClassName
{
background-color: #C4EDCB;
}
</style>
border-color css
<style>
span { border-color: #C4EDCB; }
span { border-color: rgb(196,237,203); }
td.TdClassName
{
border-color: #C4EDCB;
}
.TagClassName
{
border-color: #C4EDCB;
}
</style>