Shades of Granny Apple #C2F5CF
Tints of Granny Apple #C2F5CF
RGB
CMYK
RGB Variations
Color information
#C2F5CF (or 0xC2F5CF) is known color: Granny Apple. HEX triplet: C2, F5 and CF. RGB value is (194,245,207). Sum of RGB (Red+Green+Blue) = 194+245+207=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5CF is #3D0A30. Grayscale: #E1E1E1. Windows color (decimal): -4000305 or 13628866. OLE color: 13628866.
HSL color Cylindrical-coordinate representation of color #C2F5CF: hue angle of 135.29º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F5CF is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 207 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.04 |
| HSL | 135.29º | 0.72% | 0.86% | - |
| HSV(B) | 135.29º | 0.21% | 0.96% | - |
| XYZ | 66.16 | 81.28 | 71.23 | - |
| YUV | 225.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 207 | 0.21 | 0 | 0.16 | 0.04 | 135.29 | 0.72 | 0.86 |
| Hex | C2 | F5 | CF | 15 | 0 | 10 | 4 | 87 | 48 | 56 |
| Octal | 302 | 365 | 317 | 25 | 0 | 20 | 4 | 207 | 110 | 126 |
| Binary | 11000010 | 11110101 | 11001111 | 10101 | 0 | 10000 | 100 | 10000111 | 1001000 | 1010110 |
Color Harmonies of #C2F5CF
Complementary color
Monochromatic Colors of #C2F5CF
Black with #C2F5CF
Text Example
Text Example
White with #C2F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5CF; }
p { color: rgb(194,245,207); }
H1.HeaderClassName
{
color: #C2F5CF;
}
.AnyTagClassName
{
color: #C2F5CF;
}
</style>
background-color css
<style>
a { background-color: #C2F5CF; }
a { background-color: rgb(194,245,207); }
div.DivClassName
{
background-color: #C2F5CF;
}
.BgClassName
{
background-color: #C2F5CF;
}
</style>
border-color css
<style>
span { border-color: #C2F5CF; }
span { border-color: rgb(194,245,207); }
td.TdClassName
{
border-color: #C2F5CF;
}
.TagClassName
{
border-color: #C2F5CF;
}
</style>