Shades of Granny Apple #C2E7CF
Tints of Granny Apple #C2E7CF
RGB
CMYK
RGB Variations
Color information
#C2E7CF (or 0xC2E7CF) is known color: Granny Apple. HEX triplet: C2, E7 and CF. RGB value is (194,231,207). Sum of RGB (Red+Green+Blue) = 194+231+207=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E7CF is #3D1830. Grayscale: #D9D9D9. Windows color (decimal): -4003889 or 13625282. OLE color: 13625282.
HSL color Cylindrical-coordinate representation of color #C2E7CF: hue angle of 141.08º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E7CF is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 207 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.09 |
| HSL | 141.08º | 0.44% | 0.83% | - |
| HSV(B) | 141.08º | 0.16% | 0.91% | - |
| XYZ | 62.09 | 73.13 | 69.87 | - |
| YUV | 217.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 207 | 0.16 | 0 | 0.10 | 0.09 | 141.08 | 0.44 | 0.83 |
| Hex | C2 | E7 | CF | 10 | 0 | A | 9 | 8D | 2C | 53 |
| Octal | 302 | 347 | 317 | 20 | 0 | 12 | 11 | 215 | 54 | 123 |
| Binary | 11000010 | 11100111 | 11001111 | 10000 | 0 | 1010 | 1001 | 10001101 | 101100 | 1010011 |
Color Harmonies of #C2E7CF
Complementary color
Monochromatic Colors of #C2E7CF
Black with #C2E7CF
Text Example
Text Example
White with #C2E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E7CF; }
p { color: rgb(194,231,207); }
H1.HeaderClassName
{
color: #C2E7CF;
}
.AnyTagClassName
{
color: #C2E7CF;
}
</style>
background-color css
<style>
a { background-color: #C2E7CF; }
a { background-color: rgb(194,231,207); }
div.DivClassName
{
background-color: #C2E7CF;
}
.BgClassName
{
background-color: #C2E7CF;
}
</style>
border-color css
<style>
span { border-color: #C2E7CF; }
span { border-color: rgb(194,231,207); }
td.TdClassName
{
border-color: #C2E7CF;
}
.TagClassName
{
border-color: #C2E7CF;
}
</style>