Shades of Fern #70C56D
Tints of Fern #70C56D
RGB
CMYK
RGB Variations
Color information
#70C56D (or 0x70C56D) is known color: Fern. HEX triplet: 70, C5 and 6D. RGB value is (112,197,109). Sum of RGB (Red+Green+Blue) = 112+197+109=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #70C56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C56D is #8F3A92. Grayscale: #A1A1A1. Windows color (decimal): -9386643 or 7193968. OLE color: 7193968.
HSL color Cylindrical-coordinate representation of color #70C56D: hue angle of 117.95º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70C56D is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 109 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.23 |
| HSL | 117.95º | 0.43% | 0.6% | - |
| HSV(B) | 117.95º | 0.45% | 0.77% | - |
| XYZ | 29.41 | 44.48 | 21.5 | - |
| YUV | 161.55 | 98.34 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 109 | 0.43 | 0 | 0.45 | 0.23 | 117.95 | 0.43 | 0.6 |
| Hex | 70 | C5 | 6D | 2B | 0 | 2D | 17 | 76 | 2B | 3C |
| Octal | 160 | 305 | 155 | 53 | 0 | 55 | 27 | 166 | 53 | 74 |
| Binary | 1110000 | 11000101 | 1101101 | 101011 | 0 | 101101 | 10111 | 1110110 | 101011 | 111100 |
Color Harmonies of #70C56D
Complementary color
Monochromatic Colors of #70C56D
Black with #70C56D
Text Example
Text Example
White with #70C56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C56D; }
p { color: rgb(112,197,109); }
H1.HeaderClassName
{
color: #70C56D;
}
.AnyTagClassName
{
color: #70C56D;
}
</style>
background-color css
<style>
a { background-color: #70C56D; }
a { background-color: rgb(112,197,109); }
div.DivClassName
{
background-color: #70C56D;
}
.BgClassName
{
background-color: #70C56D;
}
</style>
border-color css
<style>
span { border-color: #70C56D; }
span { border-color: rgb(112,197,109); }
td.TdClassName
{
border-color: #70C56D;
}
.TagClassName
{
border-color: #70C56D;
}
</style>