Shades of Granny Apple #C4EDCD
Tints of Granny Apple #C4EDCD
RGB
CMYK
RGB Variations
Color information
#C4EDCD (or 0xC4EDCD) is known color: Granny Apple. HEX triplet: C4, ED and CD. RGB value is (196,237,205). Sum of RGB (Red+Green+Blue) = 196+237+205=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDCD is #3B1232. Grayscale: #DDDDDD. Windows color (decimal): -3871283 or 13495748. OLE color: 13495748.
HSL color Cylindrical-coordinate representation of color #C4EDCD: hue angle of 133.17º 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 #C4EDCD is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 205 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.07 |
| HSL | 133.17º | 0.53% | 0.85% | - |
| HSV(B) | 133.17º | 0.17% | 0.93% | - |
| XYZ | 64.07 | 76.71 | 69.19 | - |
| YUV | 221.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 205 | 0.17 | 0 | 0.14 | 0.07 | 133.17 | 0.53 | 0.85 |
| Hex | C4 | ED | CD | 11 | 0 | E | 7 | 85 | 35 | 55 |
| Octal | 304 | 355 | 315 | 21 | 0 | 16 | 7 | 205 | 65 | 125 |
| Binary | 11000100 | 11101101 | 11001101 | 10001 | 0 | 1110 | 111 | 10000101 | 110101 | 1010101 |
Color Harmonies of #C4EDCD
Complementary color
Monochromatic Colors of #C4EDCD
Black with #C4EDCD
Text Example
Text Example
White with #C4EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDCD; }
p { color: rgb(196,237,205); }
H1.HeaderClassName
{
color: #C4EDCD;
}
.AnyTagClassName
{
color: #C4EDCD;
}
</style>
background-color css
<style>
a { background-color: #C4EDCD; }
a { background-color: rgb(196,237,205); }
div.DivClassName
{
background-color: #C4EDCD;
}
.BgClassName
{
background-color: #C4EDCD;
}
</style>
border-color css
<style>
span { border-color: #C4EDCD; }
span { border-color: rgb(196,237,205); }
td.TdClassName
{
border-color: #C4EDCD;
}
.TagClassName
{
border-color: #C4EDCD;
}
</style>