Shades of Granny Apple #C5FFD2
Tints of Granny Apple #C5FFD2
RGB
CMYK
RGB Variations
Color information
#C5FFD2 (or 0xC5FFD2) is known color: Granny Apple. HEX triplet: C5, FF and D2. RGB value is (197,255,210). Sum of RGB (Red+Green+Blue) = 197+255+210=662 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.76% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFD2 is #3A002D. Grayscale: #E8E8E8. Windows color (decimal): -3801134 or 13828037. OLE color: 13828037.
HSL color Cylindrical-coordinate representation of color #C5FFD2: hue angle of 133.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFD2 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 210 | - |
| CMYK | 0.23 | 0 | 0.18 | 0 |
| HSL | 133.45º | 1% | 0.89% | - |
| HSV(B) | 133.45º | 0.23% | 1% | - |
| XYZ | 70.42 | 88.04 | 74.26 | - |
| YUV | 232.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 210 | 0.23 | 0 | 0.18 | 0 | 133.45 | 1 | 0.89 |
| Hex | C5 | FF | D2 | 17 | 0 | 12 | 0 | 85 | 64 | 59 |
| Octal | 305 | 377 | 322 | 27 | 0 | 22 | 0 | 205 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11010010 | 10111 | 0 | 10010 | 0 | 10000101 | 1100100 | 1011001 |
Color Harmonies of #C5FFD2
Complementary color
Monochromatic Colors of #C5FFD2
Black with #C5FFD2
Text Example
Text Example
White with #C5FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFD2; }
p { color: rgb(197,255,210); }
H1.HeaderClassName
{
color: #C5FFD2;
}
.AnyTagClassName
{
color: #C5FFD2;
}
</style>
background-color css
<style>
a { background-color: #C5FFD2; }
a { background-color: rgb(197,255,210); }
div.DivClassName
{
background-color: #C5FFD2;
}
.BgClassName
{
background-color: #C5FFD2;
}
</style>
border-color css
<style>
span { border-color: #C5FFD2; }
span { border-color: rgb(197,255,210); }
td.TdClassName
{
border-color: #C5FFD2;
}
.TagClassName
{
border-color: #C5FFD2;
}
</style>