Shades of Granny Apple #C2F8CA
Tints of Granny Apple #C2F8CA
RGB
CMYK
RGB Variations
Color information
#C2F8CA (or 0xC2F8CA) is known color: Granny Apple. HEX triplet: C2, F8 and CA. RGB value is (194,248,202). Sum of RGB (Red+Green+Blue) = 194+248+202=644 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.12% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F8CA is #3D0735. Grayscale: #E2E2E2. Windows color (decimal): -3999542 or 13301954. OLE color: 13301954.
HSL color Cylindrical-coordinate representation of color #C2F8CA: hue angle of 128.89º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F8CA is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 202 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.03 |
| HSL | 128.89º | 0.79% | 0.87% | - |
| HSV(B) | 128.89º | 0.22% | 0.97% | - |
| XYZ | 66.48 | 82.87 | 68.37 | - |
| YUV | 226.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 202 | 0.22 | 0 | 0.19 | 0.03 | 128.89 | 0.79 | 0.87 |
| Hex | C2 | F8 | CA | 16 | 0 | 13 | 3 | 81 | 4F | 57 |
| Octal | 302 | 370 | 312 | 26 | 0 | 23 | 3 | 201 | 117 | 127 |
| Binary | 11000010 | 11111000 | 11001010 | 10110 | 0 | 10011 | 11 | 10000001 | 1001111 | 1010111 |
Color Harmonies of #C2F8CA
Complementary color
Monochromatic Colors of #C2F8CA
Black with #C2F8CA
Text Example
Text Example
White with #C2F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F8CA; }
p { color: rgb(194,248,202); }
H1.HeaderClassName
{
color: #C2F8CA;
}
.AnyTagClassName
{
color: #C2F8CA;
}
</style>
background-color css
<style>
a { background-color: #C2F8CA; }
a { background-color: rgb(194,248,202); }
div.DivClassName
{
background-color: #C2F8CA;
}
.BgClassName
{
background-color: #C2F8CA;
}
</style>
border-color css
<style>
span { border-color: #C2F8CA; }
span { border-color: rgb(194,248,202); }
td.TdClassName
{
border-color: #C2F8CA;
}
.TagClassName
{
border-color: #C2F8CA;
}
</style>