Shades of Granny Apple #C2FDD0
Tints of Granny Apple #C2FDD0
RGB
CMYK
RGB Variations
Color information
#C2FDD0 (or 0xC2FDD0) is known color: Granny Apple. HEX triplet: C2, FD and D0. RGB value is (194,253,208). Sum of RGB (Red+Green+Blue) = 194+253+208=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDD0 is #3D022F. Grayscale: #E6E6E6. Windows color (decimal): -3998256 or 13696450. OLE color: 13696450.
HSL color Cylindrical-coordinate representation of color #C2FDD0: hue angle of 134.24º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDD0 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 208 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.01 |
| HSL | 134.24º | 0.94% | 0.88% | - |
| HSV(B) | 134.24º | 0.23% | 0.99% | - |
| XYZ | 68.76 | 86.27 | 72.7 | - |
| YUV | 230.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 208 | 0.23 | 0 | 0.18 | 0.01 | 134.24 | 0.94 | 0.88 |
| Hex | C2 | FD | D0 | 17 | 0 | 12 | 1 | 86 | 5E | 58 |
| Octal | 302 | 375 | 320 | 27 | 0 | 22 | 1 | 206 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11010000 | 10111 | 0 | 10010 | 1 | 10000110 | 1011110 | 1011000 |
Color Harmonies of #C2FDD0
Complementary color
Monochromatic Colors of #C2FDD0
Black with #C2FDD0
Text Example
Text Example
White with #C2FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDD0; }
p { color: rgb(194,253,208); }
H1.HeaderClassName
{
color: #C2FDD0;
}
.AnyTagClassName
{
color: #C2FDD0;
}
</style>
background-color css
<style>
a { background-color: #C2FDD0; }
a { background-color: rgb(194,253,208); }
div.DivClassName
{
background-color: #C2FDD0;
}
.BgClassName
{
background-color: #C2FDD0;
}
</style>
border-color css
<style>
span { border-color: #C2FDD0; }
span { border-color: rgb(194,253,208); }
td.TdClassName
{
border-color: #C2FDD0;
}
.TagClassName
{
border-color: #C2FDD0;
}
</style>