Shades of Granny Apple #C8F6CA
Tints of Granny Apple #C8F6CA
RGB
CMYK
RGB Variations
Color information
#C8F6CA (or 0xC8F6CA) is known color: Granny Apple. HEX triplet: C8, F6 and CA. RGB value is (200,246,202). Sum of RGB (Red+Green+Blue) = 200+246+202=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F6CA is #370935. Grayscale: #E3E3E3. Windows color (decimal): -3606838 or 13301448. OLE color: 13301448.
HSL color Cylindrical-coordinate representation of color #C8F6CA: hue angle of 122.61º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F6CA is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 202 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.04 |
| HSL | 122.61º | 0.72% | 0.87% | - |
| HSV(B) | 122.61º | 0.19% | 0.96% | - |
| XYZ | 67.44 | 82.46 | 68.24 | - |
| YUV | 227.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 202 | 0.19 | 0 | 0.18 | 0.04 | 122.61 | 0.72 | 0.87 |
| Hex | C8 | F6 | CA | 13 | 0 | 12 | 4 | 7B | 48 | 57 |
| Octal | 310 | 366 | 312 | 23 | 0 | 22 | 4 | 173 | 110 | 127 |
| Binary | 11001000 | 11110110 | 11001010 | 10011 | 0 | 10010 | 100 | 1111011 | 1001000 | 1010111 |
Color Harmonies of #C8F6CA
Complementary color
Monochromatic Colors of #C8F6CA
Black with #C8F6CA
Text Example
Text Example
White with #C8F6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6CA; }
p { color: rgb(200,246,202); }
H1.HeaderClassName
{
color: #C8F6CA;
}
.AnyTagClassName
{
color: #C8F6CA;
}
</style>
background-color css
<style>
a { background-color: #C8F6CA; }
a { background-color: rgb(200,246,202); }
div.DivClassName
{
background-color: #C8F6CA;
}
.BgClassName
{
background-color: #C8F6CA;
}
</style>
border-color css
<style>
span { border-color: #C8F6CA; }
span { border-color: rgb(200,246,202); }
td.TdClassName
{
border-color: #C8F6CA;
}
.TagClassName
{
border-color: #C8F6CA;
}
</style>