Shades of Granny Apple #C5FACA
Tints of Granny Apple #C5FACA
RGB
CMYK
RGB Variations
Color information
#C5FACA (or 0xC5FACA) is known color: Granny Apple. HEX triplet: C5, FA and CA. RGB value is (197,250,202). Sum of RGB (Red+Green+Blue) = 197+250+202=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FACA is #3A0535. Grayscale: #E4E4E4. Windows color (decimal): -3802422 or 13302469. OLE color: 13302469.
HSL color Cylindrical-coordinate representation of color #C5FACA: hue angle of 125.66º 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 #C5FACA is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 202 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.02 |
| HSL | 125.66º | 0.84% | 0.88% | - |
| HSV(B) | 125.66º | 0.21% | 0.98% | - |
| XYZ | 67.87 | 84.51 | 68.61 | - |
| YUV | 228.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 202 | 0.21 | 0 | 0.19 | 0.02 | 125.66 | 0.84 | 0.88 |
| Hex | C5 | FA | CA | 15 | 0 | 13 | 2 | 7E | 54 | 58 |
| Octal | 305 | 372 | 312 | 25 | 0 | 23 | 2 | 176 | 124 | 130 |
| Binary | 11000101 | 11111010 | 11001010 | 10101 | 0 | 10011 | 10 | 1111110 | 1010100 | 1011000 |
Color Harmonies of #C5FACA
Complementary color
Monochromatic Colors of #C5FACA
Black with #C5FACA
Text Example
Text Example
White with #C5FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FACA; }
p { color: rgb(197,250,202); }
H1.HeaderClassName
{
color: #C5FACA;
}
.AnyTagClassName
{
color: #C5FACA;
}
</style>
background-color css
<style>
a { background-color: #C5FACA; }
a { background-color: rgb(197,250,202); }
div.DivClassName
{
background-color: #C5FACA;
}
.BgClassName
{
background-color: #C5FACA;
}
</style>
border-color css
<style>
span { border-color: #C5FACA; }
span { border-color: rgb(197,250,202); }
td.TdClassName
{
border-color: #C5FACA;
}
.TagClassName
{
border-color: #C5FACA;
}
</style>