Shades of Granny Apple #C5FACC
Tints of Granny Apple #C5FACC
RGB
CMYK
RGB Variations
Color information
#C5FACC (or 0xC5FACC) is known color: Granny Apple. HEX triplet: C5, FA and CC. RGB value is (197,250,204). Sum of RGB (Red+Green+Blue) = 197+250+204=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FACC is #3A0533. Grayscale: #E5E5E5. Windows color (decimal): -3802420 or 13433541. OLE color: 13433541.
HSL color Cylindrical-coordinate representation of color #C5FACC: hue angle of 127.92º 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 #C5FACC is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 204 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.02 |
| HSL | 127.92º | 0.84% | 0.88% | - |
| HSV(B) | 127.92º | 0.21% | 0.98% | - |
| XYZ | 68.11 | 84.6 | 69.87 | - |
| YUV | 228.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 204 | 0.21 | 0 | 0.18 | 0.02 | 127.92 | 0.84 | 0.88 |
| Hex | C5 | FA | CC | 15 | 0 | 12 | 2 | 80 | 54 | 58 |
| Octal | 305 | 372 | 314 | 25 | 0 | 22 | 2 | 200 | 124 | 130 |
| Binary | 11000101 | 11111010 | 11001100 | 10101 | 0 | 10010 | 10 | 10000000 | 1010100 | 1011000 |
Color Harmonies of #C5FACC
Complementary color
Monochromatic Colors of #C5FACC
Black with #C5FACC
Text Example
Text Example
White with #C5FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FACC; }
p { color: rgb(197,250,204); }
H1.HeaderClassName
{
color: #C5FACC;
}
.AnyTagClassName
{
color: #C5FACC;
}
</style>
background-color css
<style>
a { background-color: #C5FACC; }
a { background-color: rgb(197,250,204); }
div.DivClassName
{
background-color: #C5FACC;
}
.BgClassName
{
background-color: #C5FACC;
}
</style>
border-color css
<style>
span { border-color: #C5FACC; }
span { border-color: rgb(197,250,204); }
td.TdClassName
{
border-color: #C5FACC;
}
.TagClassName
{
border-color: #C5FACC;
}
</style>