Shades of Fern #70C16D
Tints of Fern #70C16D
RGB
CMYK
RGB Variations
Color information
#70C16D (or 0x70C16D) is known color: Fern. HEX triplet: 70, C1 and 6D. RGB value is (112,193,109). Sum of RGB (Red+Green+Blue) = 112+193+109=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #70C16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C16D is #8F3E92. Grayscale: #9F9F9F. Windows color (decimal): -9387667 or 7192944. OLE color: 7192944.
HSL color Cylindrical-coordinate representation of color #70C16D: hue angle of 117.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C16D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 109 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.24 |
| HSL | 117.86º | 0.4% | 0.59% | - |
| HSV(B) | 117.86º | 0.44% | 0.76% | - |
| XYZ | 28.51 | 42.69 | 21.21 | - |
| YUV | 159.21 | 99.66 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 109 | 0.42 | 0 | 0.44 | 0.24 | 117.86 | 0.4 | 0.59 |
| Hex | 70 | C1 | 6D | 2A | 0 | 2C | 18 | 76 | 28 | 3B |
| Octal | 160 | 301 | 155 | 52 | 0 | 54 | 30 | 166 | 50 | 73 |
| Binary | 1110000 | 11000001 | 1101101 | 101010 | 0 | 101100 | 11000 | 1110110 | 101000 | 111011 |
Color Harmonies of #70C16D
Complementary color
Monochromatic Colors of #70C16D
Black with #70C16D
Text Example
Text Example
White with #70C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C16D; }
p { color: rgb(112,193,109); }
H1.HeaderClassName
{
color: #70C16D;
}
.AnyTagClassName
{
color: #70C16D;
}
</style>
background-color css
<style>
a { background-color: #70C16D; }
a { background-color: rgb(112,193,109); }
div.DivClassName
{
background-color: #70C16D;
}
.BgClassName
{
background-color: #70C16D;
}
</style>
border-color css
<style>
span { border-color: #70C16D; }
span { border-color: rgb(112,193,109); }
td.TdClassName
{
border-color: #70C16D;
}
.TagClassName
{
border-color: #70C16D;
}
</style>