Shades of Granny Apple #C5FFC6
Tints of Granny Apple #C5FFC6
RGB
CMYK
RGB Variations
Color information
#C5FFC6 (or 0xC5FFC6) is known color: Granny Apple. HEX triplet: C5, FF and C6. RGB value is (197,255,198). Sum of RGB (Red+Green+Blue) = 197+255+198=650 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.31% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFC6 is #3A0039. Grayscale: #E7E7E7. Windows color (decimal): -3801146 or 13041605. OLE color: 13041605.
HSL color Cylindrical-coordinate representation of color #C5FFC6: hue angle of 121.03º 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 #C5FFC6 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 198 | - |
| CMYK | 0.23 | 0 | 0.22 | 0 |
| HSL | 121.03º | 1% | 0.89% | - |
| HSV(B) | 121.03º | 0.23% | 1% | - |
| XYZ | 68.98 | 87.47 | 66.67 | - |
| YUV | 231.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 198 | 0.23 | 0 | 0.22 | 0 | 121.03 | 1 | 0.89 |
| Hex | C5 | FF | C6 | 17 | 0 | 16 | 0 | 79 | 64 | 59 |
| Octal | 305 | 377 | 306 | 27 | 0 | 26 | 0 | 171 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11000110 | 10111 | 0 | 10110 | 0 | 1111001 | 1100100 | 1011001 |
Color Harmonies of #C5FFC6
Complementary color
Monochromatic Colors of #C5FFC6
Black with #C5FFC6
Text Example
Text Example
White with #C5FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFC6; }
p { color: rgb(197,255,198); }
H1.HeaderClassName
{
color: #C5FFC6;
}
.AnyTagClassName
{
color: #C5FFC6;
}
</style>
background-color css
<style>
a { background-color: #C5FFC6; }
a { background-color: rgb(197,255,198); }
div.DivClassName
{
background-color: #C5FFC6;
}
.BgClassName
{
background-color: #C5FFC6;
}
</style>
border-color css
<style>
span { border-color: #C5FFC6; }
span { border-color: rgb(197,255,198); }
td.TdClassName
{
border-color: #C5FFC6;
}
.TagClassName
{
border-color: #C5FFC6;
}
</style>