Shades of Fern #70C172
Tints of Fern #70C172
RGB
CMYK
RGB Variations
Color information
#70C172 (or 0x70C172) is known color: Fern. HEX triplet: 70, C1 and 72. RGB value is (112,193,114). Sum of RGB (Red+Green+Blue) = 112+193+114=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #70C172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C172 is #8F3E8D. Grayscale: #A0A0A0. Windows color (decimal): -9387662 or 7520624. OLE color: 7520624.
HSL color Cylindrical-coordinate representation of color #70C172: hue angle of 121.48º 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 #70C172 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 114 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.24 |
| HSL | 121.48º | 0.4% | 0.6% | - |
| HSV(B) | 121.48º | 0.42% | 0.76% | - |
| XYZ | 28.79 | 42.8 | 22.66 | - |
| YUV | 159.78 | 102.16 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 114 | 0.42 | 0 | 0.41 | 0.24 | 121.48 | 0.4 | 0.6 |
| Hex | 70 | C1 | 72 | 2A | 0 | 29 | 18 | 79 | 28 | 3C |
| Octal | 160 | 301 | 162 | 52 | 0 | 51 | 30 | 171 | 50 | 74 |
| Binary | 1110000 | 11000001 | 1110010 | 101010 | 0 | 101001 | 11000 | 1111001 | 101000 | 111100 |
Color Harmonies of #70C172
Complementary color
Monochromatic Colors of #70C172
Black with #70C172
Text Example
Text Example
White with #70C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C172; }
p { color: rgb(112,193,114); }
H1.HeaderClassName
{
color: #70C172;
}
.AnyTagClassName
{
color: #70C172;
}
</style>
background-color css
<style>
a { background-color: #70C172; }
a { background-color: rgb(112,193,114); }
div.DivClassName
{
background-color: #70C172;
}
.BgClassName
{
background-color: #70C172;
}
</style>
border-color css
<style>
span { border-color: #70C172; }
span { border-color: rgb(112,193,114); }
td.TdClassName
{
border-color: #70C172;
}
.TagClassName
{
border-color: #70C172;
}
</style>