Shades of Granny Apple #C5FFCA
Tints of Granny Apple #C5FFCA
RGB
CMYK
RGB Variations
Color information
#C5FFCA (or 0xC5FFCA) is known color: Granny Apple. HEX triplet: C5, FF and CA. RGB value is (197,255,202). Sum of RGB (Red+Green+Blue) = 197+255+202=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFCA is #3A0035. Grayscale: #E7E7E7. Windows color (decimal): -3801142 or 13303749. OLE color: 13303749.
HSL color Cylindrical-coordinate representation of color #C5FFCA: hue angle of 125.17º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFCA is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 202 | - |
| CMYK | 0.23 | 0 | 0.21 | 0 |
| HSL | 125.17º | 1% | 0.89% | - |
| HSV(B) | 125.17º | 0.23% | 1% | - |
| XYZ | 69.45 | 87.65 | 69.14 | - |
| YUV | 231.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 202 | 0.23 | 0 | 0.21 | 0 | 125.17 | 1 | 0.89 |
| Hex | C5 | FF | CA | 17 | 0 | 15 | 0 | 7D | 64 | 59 |
| Octal | 305 | 377 | 312 | 27 | 0 | 25 | 0 | 175 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11001010 | 10111 | 0 | 10101 | 0 | 1111101 | 1100100 | 1011001 |
Color Harmonies of #C5FFCA
Complementary color
Monochromatic Colors of #C5FFCA
Black with #C5FFCA
Text Example
Text Example
White with #C5FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFCA; }
p { color: rgb(197,255,202); }
H1.HeaderClassName
{
color: #C5FFCA;
}
.AnyTagClassName
{
color: #C5FFCA;
}
</style>
background-color css
<style>
a { background-color: #C5FFCA; }
a { background-color: rgb(197,255,202); }
div.DivClassName
{
background-color: #C5FFCA;
}
.BgClassName
{
background-color: #C5FFCA;
}
</style>
border-color css
<style>
span { border-color: #C5FFCA; }
span { border-color: rgb(197,255,202); }
td.TdClassName
{
border-color: #C5FFCA;
}
.TagClassName
{
border-color: #C5FFCA;
}
</style>