Shades of Granny Apple #C5FDD0
Tints of Granny Apple #C5FDD0
RGB
CMYK
RGB Variations
Color information
#C5FDD0 (or 0xC5FDD0) is known color: Granny Apple. HEX triplet: C5, FD and D0. RGB value is (197,253,208). Sum of RGB (Red+Green+Blue) = 197+253+208=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDD0 is #3A022F. Grayscale: #E7E7E7. Windows color (decimal): -3801648 or 13696453. OLE color: 13696453.
HSL color Cylindrical-coordinate representation of color #C5FDD0: hue angle of 131.79º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FDD0 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 208 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.01 |
| HSL | 131.79º | 0.93% | 0.88% | - |
| HSV(B) | 131.79º | 0.22% | 0.99% | - |
| XYZ | 69.54 | 86.67 | 72.74 | - |
| YUV | 231.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 208 | 0.22 | 0 | 0.18 | 0.01 | 131.79 | 0.93 | 0.88 |
| Hex | C5 | FD | D0 | 16 | 0 | 12 | 1 | 84 | 5D | 58 |
| Octal | 305 | 375 | 320 | 26 | 0 | 22 | 1 | 204 | 135 | 130 |
| Binary | 11000101 | 11111101 | 11010000 | 10110 | 0 | 10010 | 1 | 10000100 | 1011101 | 1011000 |
Color Harmonies of #C5FDD0
Complementary color
Monochromatic Colors of #C5FDD0
Black with #C5FDD0
Text Example
Text Example
White with #C5FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDD0; }
p { color: rgb(197,253,208); }
H1.HeaderClassName
{
color: #C5FDD0;
}
.AnyTagClassName
{
color: #C5FDD0;
}
</style>
background-color css
<style>
a { background-color: #C5FDD0; }
a { background-color: rgb(197,253,208); }
div.DivClassName
{
background-color: #C5FDD0;
}
.BgClassName
{
background-color: #C5FDD0;
}
</style>
border-color css
<style>
span { border-color: #C5FDD0; }
span { border-color: rgb(197,253,208); }
td.TdClassName
{
border-color: #C5FDD0;
}
.TagClassName
{
border-color: #C5FDD0;
}
</style>