Shades of Granny Apple #C5FBCD
Tints of Granny Apple #C5FBCD
RGB
CMYK
RGB Variations
Color information
#C5FBCD (or 0xC5FBCD) is known color: Granny Apple. HEX triplet: C5, FB and CD. RGB value is (197,251,205). Sum of RGB (Red+Green+Blue) = 197+251+205=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBCD is #3A0432. Grayscale: #E5E5E5. Windows color (decimal): -3802163 or 13499333. OLE color: 13499333.
HSL color Cylindrical-coordinate representation of color #C5FBCD: hue angle of 128.89º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FBCD is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 205 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.02 |
| HSL | 128.89º | 0.87% | 0.88% | - |
| HSV(B) | 128.89º | 0.22% | 0.98% | - |
| XYZ | 68.54 | 85.27 | 70.6 | - |
| YUV | 229.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 205 | 0.22 | 0 | 0.18 | 0.02 | 128.89 | 0.87 | 0.88 |
| Hex | C5 | FB | CD | 16 | 0 | 12 | 2 | 81 | 57 | 58 |
| Octal | 305 | 373 | 315 | 26 | 0 | 22 | 2 | 201 | 127 | 130 |
| Binary | 11000101 | 11111011 | 11001101 | 10110 | 0 | 10010 | 10 | 10000001 | 1010111 | 1011000 |
Color Harmonies of #C5FBCD
Complementary color
Monochromatic Colors of #C5FBCD
Black with #C5FBCD
Text Example
Text Example
White with #C5FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBCD; }
p { color: rgb(197,251,205); }
H1.HeaderClassName
{
color: #C5FBCD;
}
.AnyTagClassName
{
color: #C5FBCD;
}
</style>
background-color css
<style>
a { background-color: #C5FBCD; }
a { background-color: rgb(197,251,205); }
div.DivClassName
{
background-color: #C5FBCD;
}
.BgClassName
{
background-color: #C5FBCD;
}
</style>
border-color css
<style>
span { border-color: #C5FBCD; }
span { border-color: rgb(197,251,205); }
td.TdClassName
{
border-color: #C5FBCD;
}
.TagClassName
{
border-color: #C5FBCD;
}
</style>