Shades of Granny Apple #C5F2CA
Tints of Granny Apple #C5F2CA
RGB
CMYK
RGB Variations
Color information
#C5F2CA (or 0xC5F2CA) is known color: Granny Apple. HEX triplet: C5, F2 and CA. RGB value is (197,242,202). Sum of RGB (Red+Green+Blue) = 197+242+202=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F2CA is #3A0D35. Grayscale: #E0E0E0. Windows color (decimal): -3804470 or 13300421. OLE color: 13300421.
HSL color Cylindrical-coordinate representation of color #C5F2CA: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F2CA is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 202 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.05 |
| HSL | 126.67º | 0.63% | 0.86% | - |
| HSV(B) | 126.67º | 0.19% | 0.95% | - |
| XYZ | 65.44 | 79.64 | 67.8 | - |
| YUV | 223.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 202 | 0.19 | 0 | 0.17 | 0.05 | 126.67 | 0.63 | 0.86 |
| Hex | C5 | F2 | CA | 13 | 0 | 11 | 5 | 7F | 3F | 56 |
| Octal | 305 | 362 | 312 | 23 | 0 | 21 | 5 | 177 | 77 | 126 |
| Binary | 11000101 | 11110010 | 11001010 | 10011 | 0 | 10001 | 101 | 1111111 | 111111 | 1010110 |
Color Harmonies of #C5F2CA
Complementary color
Monochromatic Colors of #C5F2CA
Black with #C5F2CA
Text Example
Text Example
White with #C5F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F2CA; }
p { color: rgb(197,242,202); }
H1.HeaderClassName
{
color: #C5F2CA;
}
.AnyTagClassName
{
color: #C5F2CA;
}
</style>
background-color css
<style>
a { background-color: #C5F2CA; }
a { background-color: rgb(197,242,202); }
div.DivClassName
{
background-color: #C5F2CA;
}
.BgClassName
{
background-color: #C5F2CA;
}
</style>
border-color css
<style>
span { border-color: #C5F2CA; }
span { border-color: rgb(197,242,202); }
td.TdClassName
{
border-color: #C5F2CA;
}
.TagClassName
{
border-color: #C5F2CA;
}
</style>