Shades of Granny Apple #C2FACA
Tints of Granny Apple #C2FACA
RGB
CMYK
RGB Variations
Color information
#C2FACA (or 0xC2FACA) is known color: Granny Apple. HEX triplet: C2, FA and CA. RGB value is (194,250,202). Sum of RGB (Red+Green+Blue) = 194+250+202=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FACA is #3D0535. Grayscale: #E3E3E3. Windows color (decimal): -3999030 or 13302466. OLE color: 13302466.
HSL color Cylindrical-coordinate representation of color #C2FACA: hue angle of 128.57º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FACA is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 202 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.02 |
| HSL | 128.57º | 0.85% | 0.87% | - |
| HSV(B) | 128.57º | 0.22% | 0.98% | - |
| XYZ | 67.09 | 84.1 | 68.57 | - |
| YUV | 227.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 202 | 0.22 | 0 | 0.19 | 0.02 | 128.57 | 0.85 | 0.87 |
| Hex | C2 | FA | CA | 16 | 0 | 13 | 2 | 81 | 55 | 57 |
| Octal | 302 | 372 | 312 | 26 | 0 | 23 | 2 | 201 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11001010 | 10110 | 0 | 10011 | 10 | 10000001 | 1010101 | 1010111 |
Color Harmonies of #C2FACA
Complementary color
Monochromatic Colors of #C2FACA
Black with #C2FACA
Text Example
Text Example
White with #C2FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FACA; }
p { color: rgb(194,250,202); }
H1.HeaderClassName
{
color: #C2FACA;
}
.AnyTagClassName
{
color: #C2FACA;
}
</style>
background-color css
<style>
a { background-color: #C2FACA; }
a { background-color: rgb(194,250,202); }
div.DivClassName
{
background-color: #C2FACA;
}
.BgClassName
{
background-color: #C2FACA;
}
</style>
border-color css
<style>
span { border-color: #C2FACA; }
span { border-color: rgb(194,250,202); }
td.TdClassName
{
border-color: #C2FACA;
}
.TagClassName
{
border-color: #C2FACA;
}
</style>