Shades of Granny Apple #C8F9CA
Tints of Granny Apple #C8F9CA
RGB
CMYK
RGB Variations
Color information
#C8F9CA (or 0xC8F9CA) is known color: Granny Apple. HEX triplet: C8, F9 and CA. RGB value is (200,249,202). Sum of RGB (Red+Green+Blue) = 200+249+202=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F9CA is #370635. Grayscale: #E5E5E5. Windows color (decimal): -3606070 or 13302216. OLE color: 13302216.
HSL color Cylindrical-coordinate representation of color #C8F9CA: hue angle of 122.45º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8F9CA is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 202 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.02 |
| HSL | 122.45º | 0.8% | 0.88% | - |
| HSV(B) | 122.45º | 0.2% | 0.98% | - |
| XYZ | 68.36 | 84.29 | 68.54 | - |
| YUV | 228.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 202 | 0.20 | 0 | 0.19 | 0.02 | 122.45 | 0.8 | 0.88 |
| Hex | C8 | F9 | CA | 14 | 0 | 13 | 2 | 7A | 50 | 58 |
| Octal | 310 | 371 | 312 | 24 | 0 | 23 | 2 | 172 | 120 | 130 |
| Binary | 11001000 | 11111001 | 11001010 | 10100 | 0 | 10011 | 10 | 1111010 | 1010000 | 1011000 |
Color Harmonies of #C8F9CA
Complementary color
Monochromatic Colors of #C8F9CA
Black with #C8F9CA
Text Example
Text Example
White with #C8F9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F9CA; }
p { color: rgb(200,249,202); }
H1.HeaderClassName
{
color: #C8F9CA;
}
.AnyTagClassName
{
color: #C8F9CA;
}
</style>
background-color css
<style>
a { background-color: #C8F9CA; }
a { background-color: rgb(200,249,202); }
div.DivClassName
{
background-color: #C8F9CA;
}
.BgClassName
{
background-color: #C8F9CA;
}
</style>
border-color css
<style>
span { border-color: #C8F9CA; }
span { border-color: rgb(200,249,202); }
td.TdClassName
{
border-color: #C8F9CA;
}
.TagClassName
{
border-color: #C8F9CA;
}
</style>