Shades of Granny Apple #C8F5CA
Tints of Granny Apple #C8F5CA
RGB
CMYK
RGB Variations
Color information
#C8F5CA (or 0xC8F5CA) is known color: Granny Apple. HEX triplet: C8, F5 and CA. RGB value is (200,245,202). Sum of RGB (Red+Green+Blue) = 200+245+202=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F5CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F5CA is #370A35. Grayscale: #E2E2E2. Windows color (decimal): -3607094 or 13301192. OLE color: 13301192.
HSL color Cylindrical-coordinate representation of color #C8F5CA: hue angle of 122.67º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F5CA is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 202 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.04 |
| HSL | 122.67º | 0.69% | 0.87% | - |
| HSV(B) | 122.67º | 0.18% | 0.96% | - |
| XYZ | 67.13 | 81.85 | 68.14 | - |
| YUV | 226.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 202 | 0.18 | 0 | 0.18 | 0.04 | 122.67 | 0.69 | 0.87 |
| Hex | C8 | F5 | CA | 12 | 0 | 12 | 4 | 7B | 45 | 57 |
| Octal | 310 | 365 | 312 | 22 | 0 | 22 | 4 | 173 | 105 | 127 |
| Binary | 11001000 | 11110101 | 11001010 | 10010 | 0 | 10010 | 100 | 1111011 | 1000101 | 1010111 |
Color Harmonies of #C8F5CA
Complementary color
Monochromatic Colors of #C8F5CA
Black with #C8F5CA
Text Example
Text Example
White with #C8F5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F5CA; }
p { color: rgb(200,245,202); }
H1.HeaderClassName
{
color: #C8F5CA;
}
.AnyTagClassName
{
color: #C8F5CA;
}
</style>
background-color css
<style>
a { background-color: #C8F5CA; }
a { background-color: rgb(200,245,202); }
div.DivClassName
{
background-color: #C8F5CA;
}
.BgClassName
{
background-color: #C8F5CA;
}
</style>
border-color css
<style>
span { border-color: #C8F5CA; }
span { border-color: rgb(200,245,202); }
td.TdClassName
{
border-color: #C8F5CA;
}
.TagClassName
{
border-color: #C8F5CA;
}
</style>