Shades of Granny Apple #C2F4CF
Tints of Granny Apple #C2F4CF
RGB
CMYK
RGB Variations
Color information
#C2F4CF (or 0xC2F4CF) is known color: Granny Apple. HEX triplet: C2, F4 and CF. RGB value is (194,244,207). Sum of RGB (Red+Green+Blue) = 194+244+207=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4CF is #3D0B30. Grayscale: #E0E0E0. Windows color (decimal): -4000561 or 13628610. OLE color: 13628610.
HSL color Cylindrical-coordinate representation of color #C2F4CF: hue angle of 135.6º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F4CF is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 207 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.04 |
| HSL | 135.6º | 0.69% | 0.86% | - |
| HSV(B) | 135.6º | 0.2% | 0.96% | - |
| XYZ | 65.86 | 80.68 | 71.13 | - |
| YUV | 224.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 207 | 0.20 | 0 | 0.15 | 0.04 | 135.6 | 0.69 | 0.86 |
| Hex | C2 | F4 | CF | 14 | 0 | F | 4 | 88 | 45 | 56 |
| Octal | 302 | 364 | 317 | 24 | 0 | 17 | 4 | 210 | 105 | 126 |
| Binary | 11000010 | 11110100 | 11001111 | 10100 | 0 | 1111 | 100 | 10001000 | 1000101 | 1010110 |
Color Harmonies of #C2F4CF
Complementary color
Monochromatic Colors of #C2F4CF
Black with #C2F4CF
Text Example
Text Example
White with #C2F4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F4CF; }
p { color: rgb(194,244,207); }
H1.HeaderClassName
{
color: #C2F4CF;
}
.AnyTagClassName
{
color: #C2F4CF;
}
</style>
background-color css
<style>
a { background-color: #C2F4CF; }
a { background-color: rgb(194,244,207); }
div.DivClassName
{
background-color: #C2F4CF;
}
.BgClassName
{
background-color: #C2F4CF;
}
</style>
border-color css
<style>
span { border-color: #C2F4CF; }
span { border-color: rgb(194,244,207); }
td.TdClassName
{
border-color: #C2F4CF;
}
.TagClassName
{
border-color: #C2F4CF;
}
</style>