Shades of Granny Apple #C5FECA
Tints of Granny Apple #C5FECA
RGB
CMYK
RGB Variations
Color information
#C5FECA (or 0xC5FECA) is known color: Granny Apple. HEX triplet: C5, FE and CA. RGB value is (197,254,202). Sum of RGB (Red+Green+Blue) = 197+254+202=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FECA is #3A0135. Grayscale: #E7E7E7. Windows color (decimal): -3801398 or 13303493. OLE color: 13303493.
HSL color Cylindrical-coordinate representation of color #C5FECA: hue angle of 125.26º 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 #C5FECA is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 202 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.00 |
| HSL | 125.26º | 0.97% | 0.88% | - |
| HSV(B) | 125.26º | 0.22% | 1% | - |
| XYZ | 69.13 | 87.02 | 69.03 | - |
| YUV | 231.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 202 | 0.22 | 0 | 0.20 | 0.00 | 125.26 | 0.97 | 0.88 |
| Hex | C5 | FE | CA | 16 | 0 | 14 | 0 | 7D | 61 | 58 |
| Octal | 305 | 376 | 312 | 26 | 0 | 24 | 0 | 175 | 141 | 130 |
| Binary | 11000101 | 11111110 | 11001010 | 10110 | 0 | 10100 | 0 | 1111101 | 1100001 | 1011000 |
Color Harmonies of #C5FECA
Complementary color
Monochromatic Colors of #C5FECA
Black with #C5FECA
Text Example
Text Example
White with #C5FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FECA; }
p { color: rgb(197,254,202); }
H1.HeaderClassName
{
color: #C5FECA;
}
.AnyTagClassName
{
color: #C5FECA;
}
</style>
background-color css
<style>
a { background-color: #C5FECA; }
a { background-color: rgb(197,254,202); }
div.DivClassName
{
background-color: #C5FECA;
}
.BgClassName
{
background-color: #C5FECA;
}
</style>
border-color css
<style>
span { border-color: #C5FECA; }
span { border-color: rgb(197,254,202); }
td.TdClassName
{
border-color: #C5FECA;
}
.TagClassName
{
border-color: #C5FECA;
}
</style>