Shades of Fern #70BE7E
Tints of Fern #70BE7E
RGB
CMYK
RGB Variations
Color information
#70BE7E (or 0x70BE7E) is known color: Fern. HEX triplet: 70, BE and 7E. RGB value is (112,190,126). Sum of RGB (Red+Green+Blue) = 112+190+126=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE7E is #8F4181. Grayscale: #9F9F9F. Windows color (decimal): -9388418 or 8306288. OLE color: 8306288.
HSL color Cylindrical-coordinate representation of color #70BE7E: hue angle of 130.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BE7E is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 126 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.25 |
| HSL | 130.77º | 0.38% | 0.59% | - |
| HSV(B) | 130.77º | 0.41% | 0.75% | - |
| XYZ | 28.86 | 41.78 | 26.28 | - |
| YUV | 159.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 126 | 0.41 | 0 | 0.34 | 0.25 | 130.77 | 0.38 | 0.59 |
| Hex | 70 | BE | 7E | 29 | 0 | 22 | 19 | 83 | 26 | 3B |
| Octal | 160 | 276 | 176 | 51 | 0 | 42 | 31 | 203 | 46 | 73 |
| Binary | 1110000 | 10111110 | 1111110 | 101001 | 0 | 100010 | 11001 | 10000011 | 100110 | 111011 |
Color Harmonies of #70BE7E
Complementary color
Monochromatic Colors of #70BE7E
Black with #70BE7E
Text Example
Text Example
White with #70BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE7E; }
p { color: rgb(112,190,126); }
H1.HeaderClassName
{
color: #70BE7E;
}
.AnyTagClassName
{
color: #70BE7E;
}
</style>
background-color css
<style>
a { background-color: #70BE7E; }
a { background-color: rgb(112,190,126); }
div.DivClassName
{
background-color: #70BE7E;
}
.BgClassName
{
background-color: #70BE7E;
}
</style>
border-color css
<style>
span { border-color: #70BE7E; }
span { border-color: rgb(112,190,126); }
td.TdClassName
{
border-color: #70BE7E;
}
.TagClassName
{
border-color: #70BE7E;
}
</style>