Shades of Granny Apple #C6FACA
Tints of Granny Apple #C6FACA
RGB
CMYK
RGB Variations
Color information
#C6FACA (or 0xC6FACA) is known color: Granny Apple. HEX triplet: C6, FA and CA. RGB value is (198,250,202). Sum of RGB (Red+Green+Blue) = 198+250+202=650 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.46% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FACA is #390535. Grayscale: #E5E5E5. Windows color (decimal): -3736886 or 13302470. OLE color: 13302470.
HSL color Cylindrical-coordinate representation of color #C6FACA: hue angle of 124.62º 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 #C6FACA is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 202 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.02 |
| HSL | 124.62º | 0.84% | 0.88% | - |
| HSV(B) | 124.62º | 0.21% | 0.98% | - |
| XYZ | 68.13 | 84.64 | 68.62 | - |
| YUV | 228.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 202 | 0.21 | 0 | 0.19 | 0.02 | 124.62 | 0.84 | 0.88 |
| Hex | C6 | FA | CA | 15 | 0 | 13 | 2 | 7D | 54 | 58 |
| Octal | 306 | 372 | 312 | 25 | 0 | 23 | 2 | 175 | 124 | 130 |
| Binary | 11000110 | 11111010 | 11001010 | 10101 | 0 | 10011 | 10 | 1111101 | 1010100 | 1011000 |
Color Harmonies of #C6FACA
Complementary color
Monochromatic Colors of #C6FACA
Black with #C6FACA
Text Example
Text Example
White with #C6FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FACA; }
p { color: rgb(198,250,202); }
H1.HeaderClassName
{
color: #C6FACA;
}
.AnyTagClassName
{
color: #C6FACA;
}
</style>
background-color css
<style>
a { background-color: #C6FACA; }
a { background-color: rgb(198,250,202); }
div.DivClassName
{
background-color: #C6FACA;
}
.BgClassName
{
background-color: #C6FACA;
}
</style>
border-color css
<style>
span { border-color: #C6FACA; }
span { border-color: rgb(198,250,202); }
td.TdClassName
{
border-color: #C6FACA;
}
.TagClassName
{
border-color: #C6FACA;
}
</style>