Shades of Granny Apple #C5EFCD
Tints of Granny Apple #C5EFCD
RGB
CMYK
RGB Variations
Color information
#C5EFCD (or 0xC5EFCD) is known color: Granny Apple. HEX triplet: C5, EF and CD. RGB value is (197,239,205). Sum of RGB (Red+Green+Blue) = 197+239+205=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFCD is #3A1032. Grayscale: #DEDEDE. Windows color (decimal): -3805235 or 13496261. OLE color: 13496261.
HSL color Cylindrical-coordinate representation of color #C5EFCD: hue angle of 131.43º 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 #C5EFCD is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 197 | 239 | 205 | - |
CMYK | 0.18 | 0 | 0.14 | 0.06 |
HSL | 131.43º | 0.57% | 0.85% | - |
HSV(B) | 131.43º | 0.18% | 0.94% | - |
XYZ | 64.91 | 78.01 | 69.39 | - |
YUV | 222.57 | 118.09 | 109.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 239 | 205 | 0.18 | 0 | 0.14 | 0.06 | 131.43 | 0.57 | 0.85 |
Hex | C5 | EF | CD | 12 | 0 | E | 6 | 83 | 39 | 55 |
Octal | 305 | 357 | 315 | 22 | 0 | 16 | 6 | 203 | 71 | 125 |
Binary | 11000101 | 11101111 | 11001101 | 10010 | 0 | 1110 | 110 | 10000011 | 111001 | 1010101 |
Color Harmonies of #C5EFCD
Complementary color
Monochromatic Colors of #C5EFCD
Black with #C5EFCD
Text Example
Text Example
White with #C5EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFCD; }
p { color: rgb(197,239,205); }
H1.HeaderClassName
{
color: #C5EFCD;
}
.AnyTagClassName
{
color: #C5EFCD;
}
</style>
background-color css
<style>
a { background-color: #C5EFCD; }
a { background-color: rgb(197,239,205); }
div.DivClassName
{
background-color: #C5EFCD;
}
.BgClassName
{
background-color: #C5EFCD;
}
</style>
border-color css
<style>
span { border-color: #C5EFCD; }
span { border-color: rgb(197,239,205); }
td.TdClassName
{
border-color: #C5EFCD;
}
.TagClassName
{
border-color: #C5EFCD;
}
</style>