Shades of Granny Apple #C5FAC8
Tints of Granny Apple #C5FAC8
RGB
CMYK
RGB Variations
Color information
#C5FAC8 (or 0xC5FAC8) is known color: Granny Apple. HEX triplet: C5, FA and C8. RGB value is (197,250,200). Sum of RGB (Red+Green+Blue) = 197+250+200=647 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.45% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FAC8 is #3A0537. Grayscale: #E4E4E4. Windows color (decimal): -3802424 or 13171397. OLE color: 13171397.
HSL color Cylindrical-coordinate representation of color #C5FAC8: hue angle of 123.4º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FAC8 is Cyan = 0.21, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 200 | - |
| CMYK | 0.21 | 0 | 0.2 | 0.02 |
| HSL | 123.4º | 0.84% | 0.88% | - |
| HSV(B) | 123.4º | 0.21% | 0.98% | - |
| XYZ | 67.64 | 84.41 | 67.37 | - |
| YUV | 228.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 200 | 0.21 | 0 | 0.2 | 0.02 | 123.4 | 0.84 | 0.88 |
| Hex | C5 | FA | C8 | 15 | 0 | 14 | 2 | 7B | 54 | 58 |
| Octal | 305 | 372 | 310 | 25 | 0 | 24 | 2 | 173 | 124 | 130 |
| Binary | 11000101 | 11111010 | 11001000 | 10101 | 0 | 10100 | 10 | 1111011 | 1010100 | 1011000 |
Color Harmonies of #C5FAC8
Complementary color
Monochromatic Colors of #C5FAC8
Black with #C5FAC8
Text Example
Text Example
White with #C5FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FAC8; }
p { color: rgb(197,250,200); }
H1.HeaderClassName
{
color: #C5FAC8;
}
.AnyTagClassName
{
color: #C5FAC8;
}
</style>
background-color css
<style>
a { background-color: #C5FAC8; }
a { background-color: rgb(197,250,200); }
div.DivClassName
{
background-color: #C5FAC8;
}
.BgClassName
{
background-color: #C5FAC8;
}
</style>
border-color css
<style>
span { border-color: #C5FAC8; }
span { border-color: rgb(197,250,200); }
td.TdClassName
{
border-color: #C5FAC8;
}
.TagClassName
{
border-color: #C5FAC8;
}
</style>