Shades of Fern #70C16F
Tints of Fern #70C16F
RGB
CMYK
RGB Variations
Color information
#70C16F (or 0x70C16F) is known color: Fern. HEX triplet: 70, C1 and 6F. RGB value is (112,193,111). Sum of RGB (Red+Green+Blue) = 112+193+111=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #70C16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C16F is #8F3E90. Grayscale: #9F9F9F. Windows color (decimal): -9387665 or 7324016. OLE color: 7324016.
HSL color Cylindrical-coordinate representation of color #70C16F: hue angle of 119.27º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C16F is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 111 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.24 |
| HSL | 119.27º | 0.4% | 0.6% | - |
| HSV(B) | 119.27º | 0.42% | 0.76% | - |
| XYZ | 28.62 | 42.73 | 21.78 | - |
| YUV | 159.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 111 | 0.42 | 0 | 0.42 | 0.24 | 119.27 | 0.4 | 0.6 |
| Hex | 70 | C1 | 6F | 2A | 0 | 2A | 18 | 77 | 28 | 3C |
| Octal | 160 | 301 | 157 | 52 | 0 | 52 | 30 | 167 | 50 | 74 |
| Binary | 1110000 | 11000001 | 1101111 | 101010 | 0 | 101010 | 11000 | 1110111 | 101000 | 111100 |
Color Harmonies of #70C16F
Complementary color
Monochromatic Colors of #70C16F
Black with #70C16F
Text Example
Text Example
White with #70C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C16F; }
p { color: rgb(112,193,111); }
H1.HeaderClassName
{
color: #70C16F;
}
.AnyTagClassName
{
color: #70C16F;
}
</style>
background-color css
<style>
a { background-color: #70C16F; }
a { background-color: rgb(112,193,111); }
div.DivClassName
{
background-color: #70C16F;
}
.BgClassName
{
background-color: #70C16F;
}
</style>
border-color css
<style>
span { border-color: #70C16F; }
span { border-color: rgb(112,193,111); }
td.TdClassName
{
border-color: #70C16F;
}
.TagClassName
{
border-color: #70C16F;
}
</style>