Shades of Granny Apple #C5FFC5
Tints of Granny Apple #C5FFC5
RGB
CMYK
RGB Variations
Color information
#C5FFC5 (or 0xC5FFC5) is known color: Granny Apple. HEX triplet: C5, FF and C5. RGB value is (197,255,197). Sum of RGB (Red+Green+Blue) = 197+255+197=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFC5 is #3A003A. Grayscale: #E7E7E7. Windows color (decimal): -3801147 or 12976069. OLE color: 12976069.
HSL color Cylindrical-coordinate representation of color #C5FFC5: hue angle of 120º 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 #C5FFC5 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 255 | 197 | - |
CMYK | 0.23 | 0 | 0.23 | 0 |
HSL | 120º | 1% | 0.89% | - |
HSV(B) | 120º | 0.23% | 1% | - |
XYZ | 68.86 | 87.42 | 66.07 | - |
YUV | 231.05 | 108.78 | 103.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 255 | 197 | 0.23 | 0 | 0.23 | 0 | 120 | 1 | 0.89 |
Hex | C5 | FF | C5 | 17 | 0 | 17 | 0 | 78 | 64 | 59 |
Octal | 305 | 377 | 305 | 27 | 0 | 27 | 0 | 170 | 144 | 131 |
Binary | 11000101 | 11111111 | 11000101 | 10111 | 0 | 10111 | 0 | 1111000 | 1100100 | 1011001 |
Color Harmonies of #C5FFC5
Complementary color
Monochromatic Colors of #C5FFC5
Black with #C5FFC5
Text Example
Text Example
White with #C5FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFC5; }
p { color: rgb(197,255,197); }
H1.HeaderClassName
{
color: #C5FFC5;
}
.AnyTagClassName
{
color: #C5FFC5;
}
</style>
background-color css
<style>
a { background-color: #C5FFC5; }
a { background-color: rgb(197,255,197); }
div.DivClassName
{
background-color: #C5FFC5;
}
.BgClassName
{
background-color: #C5FFC5;
}
</style>
border-color css
<style>
span { border-color: #C5FFC5; }
span { border-color: rgb(197,255,197); }
td.TdClassName
{
border-color: #C5FFC5;
}
.TagClassName
{
border-color: #C5FFC5;
}
</style>