Shades of Granny Apple #C4EFCD
Tints of Granny Apple #C4EFCD
RGB
CMYK
RGB Variations
Color information
#C4EFCD (or 0xC4EFCD) is known color: Granny Apple. HEX triplet: C4, EF and CD. RGB value is (196,239,205). Sum of RGB (Red+Green+Blue) = 196+239+205=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EFCD is #3B1032. Grayscale: #DEDEDE. Windows color (decimal): -3870771 or 13496260. OLE color: 13496260.
HSL color Cylindrical-coordinate representation of color #C4EFCD: hue angle of 132.56º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4EFCD is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 239 | 205 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.06 |
| HSL | 132.56º | 0.57% | 0.85% | - |
| HSV(B) | 132.56º | 0.18% | 0.94% | - |
| XYZ | 64.65 | 77.88 | 69.38 | - |
| YUV | 222.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 205 | 0.18 | 0 | 0.14 | 0.06 | 132.56 | 0.57 | 0.85 |
| Hex | C4 | EF | CD | 12 | 0 | E | 6 | 85 | 39 | 55 |
| Octal | 304 | 357 | 315 | 22 | 0 | 16 | 6 | 205 | 71 | 125 |
| Binary | 11000100 | 11101111 | 11001101 | 10010 | 0 | 1110 | 110 | 10000101 | 111001 | 1010101 |
Color Harmonies of #C4EFCD
Complementary color
Monochromatic Colors of #C4EFCD
Black with #C4EFCD
Text Example
Text Example
White with #C4EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EFCD; }
p { color: rgb(196,239,205); }
H1.HeaderClassName
{
color: #C4EFCD;
}
.AnyTagClassName
{
color: #C4EFCD;
}
</style>
background-color css
<style>
a { background-color: #C4EFCD; }
a { background-color: rgb(196,239,205); }
div.DivClassName
{
background-color: #C4EFCD;
}
.BgClassName
{
background-color: #C4EFCD;
}
</style>
border-color css
<style>
span { border-color: #C4EFCD; }
span { border-color: rgb(196,239,205); }
td.TdClassName
{
border-color: #C4EFCD;
}
.TagClassName
{
border-color: #C4EFCD;
}
</style>