Shades of Granny Apple #C5FECD
Tints of Granny Apple #C5FECD
RGB
CMYK
RGB Variations
Color information
#C5FECD (or 0xC5FECD) is known color: Granny Apple. HEX triplet: C5, FE and CD. RGB value is (197,254,205). Sum of RGB (Red+Green+Blue) = 197+254+205=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FECD is #3A0132. Grayscale: #E7E7E7. Windows color (decimal): -3801395 or 13500101. OLE color: 13500101.
HSL color Cylindrical-coordinate representation of color #C5FECD: hue angle of 128.42º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FECD is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 205 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.00 |
| HSL | 128.42º | 0.97% | 0.88% | - |
| HSV(B) | 128.42º | 0.22% | 1% | - |
| XYZ | 69.49 | 87.16 | 70.92 | - |
| YUV | 231.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 205 | 0.22 | 0 | 0.19 | 0.00 | 128.42 | 0.97 | 0.88 |
| Hex | C5 | FE | CD | 16 | 0 | 13 | 0 | 80 | 61 | 58 |
| Octal | 305 | 376 | 315 | 26 | 0 | 23 | 0 | 200 | 141 | 130 |
| Binary | 11000101 | 11111110 | 11001101 | 10110 | 0 | 10011 | 0 | 10000000 | 1100001 | 1011000 |
Color Harmonies of #C5FECD
Complementary color
Monochromatic Colors of #C5FECD
Black with #C5FECD
Text Example
Text Example
White with #C5FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FECD; }
p { color: rgb(197,254,205); }
H1.HeaderClassName
{
color: #C5FECD;
}
.AnyTagClassName
{
color: #C5FECD;
}
</style>
background-color css
<style>
a { background-color: #C5FECD; }
a { background-color: rgb(197,254,205); }
div.DivClassName
{
background-color: #C5FECD;
}
.BgClassName
{
background-color: #C5FECD;
}
</style>
border-color css
<style>
span { border-color: #C5FECD; }
span { border-color: rgb(197,254,205); }
td.TdClassName
{
border-color: #C5FECD;
}
.TagClassName
{
border-color: #C5FECD;
}
</style>