Shades of Granny Apple #C8F0CA
Tints of Granny Apple #C8F0CA
RGB
CMYK
RGB Variations
Color information
#C8F0CA (or 0xC8F0CA) is known color: Granny Apple. HEX triplet: C8, F0 and CA. RGB value is (200,240,202). Sum of RGB (Red+Green+Blue) = 200+240+202=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0CA is #370F35. Grayscale: #DFDFDF. Windows color (decimal): -3608374 or 13299912. OLE color: 13299912.
HSL color Cylindrical-coordinate representation of color #C8F0CA: hue angle of 123º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F0CA is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 202 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.06 |
| HSL | 123º | 0.57% | 0.86% | - |
| HSV(B) | 123º | 0.17% | 0.94% | - |
| XYZ | 65.64 | 78.86 | 67.64 | - |
| YUV | 223.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 202 | 0.17 | 0 | 0.16 | 0.06 | 123 | 0.57 | 0.86 |
| Hex | C8 | F0 | CA | 11 | 0 | 10 | 6 | 7B | 39 | 56 |
| Octal | 310 | 360 | 312 | 21 | 0 | 20 | 6 | 173 | 71 | 126 |
| Binary | 11001000 | 11110000 | 11001010 | 10001 | 0 | 10000 | 110 | 1111011 | 111001 | 1010110 |
Color Harmonies of #C8F0CA
Complementary color
Monochromatic Colors of #C8F0CA
Black with #C8F0CA
Text Example
Text Example
White with #C8F0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0CA; }
p { color: rgb(200,240,202); }
H1.HeaderClassName
{
color: #C8F0CA;
}
.AnyTagClassName
{
color: #C8F0CA;
}
</style>
background-color css
<style>
a { background-color: #C8F0CA; }
a { background-color: rgb(200,240,202); }
div.DivClassName
{
background-color: #C8F0CA;
}
.BgClassName
{
background-color: #C8F0CA;
}
</style>
border-color css
<style>
span { border-color: #C8F0CA; }
span { border-color: rgb(200,240,202); }
td.TdClassName
{
border-color: #C8F0CA;
}
.TagClassName
{
border-color: #C8F0CA;
}
</style>