Shades of Granny Apple #C2FFD7
Tints of Granny Apple #C2FFD7
RGB
CMYK
RGB Variations
Color information
#C2FFD7 (or 0xC2FFD7) is known color: Granny Apple. HEX triplet: C2, FF and D7. RGB value is (194,255,215). Sum of RGB (Red+Green+Blue) = 194+255+215=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFD7 is #3D0028. Grayscale: #E8E8E8. Windows color (decimal): -3997737 or 14155714. OLE color: 14155714.
HSL color Cylindrical-coordinate representation of color #C2FFD7: hue angle of 140.66º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFD7 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 215 | - |
| CMYK | 0.24 | 0 | 0.16 | 0 |
| HSL | 140.66º | 1% | 0.88% | - |
| HSV(B) | 140.66º | 0.24% | 1% | - |
| XYZ | 70.27 | 87.9 | 77.55 | - |
| YUV | 232.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 215 | 0.24 | 0 | 0.16 | 0 | 140.66 | 1 | 0.88 |
| Hex | C2 | FF | D7 | 18 | 0 | 10 | 0 | 8D | 64 | 58 |
| Octal | 302 | 377 | 327 | 30 | 0 | 20 | 0 | 215 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11010111 | 11000 | 0 | 10000 | 0 | 10001101 | 1100100 | 1011000 |
Color Harmonies of #C2FFD7
Complementary color
Monochromatic Colors of #C2FFD7
Black with #C2FFD7
Text Example
Text Example
White with #C2FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFD7; }
p { color: rgb(194,255,215); }
H1.HeaderClassName
{
color: #C2FFD7;
}
.AnyTagClassName
{
color: #C2FFD7;
}
</style>
background-color css
<style>
a { background-color: #C2FFD7; }
a { background-color: rgb(194,255,215); }
div.DivClassName
{
background-color: #C2FFD7;
}
.BgClassName
{
background-color: #C2FFD7;
}
</style>
border-color css
<style>
span { border-color: #C2FFD7; }
span { border-color: rgb(194,255,215); }
td.TdClassName
{
border-color: #C2FFD7;
}
.TagClassName
{
border-color: #C2FFD7;
}
</style>