Shades of Granny Apple #C5FFCD
Tints of Granny Apple #C5FFCD
RGB
CMYK
RGB Variations
Color information
#C5FFCD (or 0xC5FFCD) is known color: Granny Apple. HEX triplet: C5, FF and CD. RGB value is (197,255,205). Sum of RGB (Red+Green+Blue) = 197+255+205=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFCD is #3A0032. Grayscale: #E8E8E8. Windows color (decimal): -3801139 or 13500357. OLE color: 13500357.
HSL color Cylindrical-coordinate representation of color #C5FFCD: hue angle of 128.28º 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 #C5FFCD is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 255 | 205 | - |
CMYK | 0.23 | 0 | 0.20 | 0 |
HSL | 128.28º | 1% | 0.89% | - |
HSV(B) | 128.28º | 0.23% | 1% | - |
XYZ | 69.81 | 87.8 | 71.03 | - |
YUV | 231.96 | 112.78 | 103.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 255 | 205 | 0.23 | 0 | 0.20 | 0 | 128.28 | 1 | 0.89 |
Hex | C5 | FF | CD | 17 | 0 | 14 | 0 | 80 | 64 | 59 |
Octal | 305 | 377 | 315 | 27 | 0 | 24 | 0 | 200 | 144 | 131 |
Binary | 11000101 | 11111111 | 11001101 | 10111 | 0 | 10100 | 0 | 10000000 | 1100100 | 1011001 |
Color Harmonies of #C5FFCD
Complementary color
Monochromatic Colors of #C5FFCD
Black with #C5FFCD
Text Example
Text Example
White with #C5FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFCD; }
p { color: rgb(197,255,205); }
H1.HeaderClassName
{
color: #C5FFCD;
}
.AnyTagClassName
{
color: #C5FFCD;
}
</style>
background-color css
<style>
a { background-color: #C5FFCD; }
a { background-color: rgb(197,255,205); }
div.DivClassName
{
background-color: #C5FFCD;
}
.BgClassName
{
background-color: #C5FFCD;
}
</style>
border-color css
<style>
span { border-color: #C5FFCD; }
span { border-color: rgb(197,255,205); }
td.TdClassName
{
border-color: #C5FFCD;
}
.TagClassName
{
border-color: #C5FFCD;
}
</style>