Shades of Fern #70BE7B
Tints of Fern #70BE7B
RGB
CMYK
RGB Variations
Color information
#70BE7B (or 0x70BE7B) is known color: Fern. HEX triplet: 70, BE and 7B. RGB value is (112,190,123). Sum of RGB (Red+Green+Blue) = 112+190+123=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE7B is #8F4184. Grayscale: #9F9F9F. Windows color (decimal): -9388421 or 8109680. OLE color: 8109680.
HSL color Cylindrical-coordinate representation of color #70BE7B: hue angle of 128.46º 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 #70BE7B is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 123 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.25 |
| HSL | 128.46º | 0.38% | 0.59% | - |
| HSV(B) | 128.46º | 0.41% | 0.75% | - |
| XYZ | 28.67 | 41.7 | 25.28 | - |
| YUV | 159.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 123 | 0.41 | 0 | 0.35 | 0.25 | 128.46 | 0.38 | 0.59 |
| Hex | 70 | BE | 7B | 29 | 0 | 23 | 19 | 80 | 26 | 3B |
| Octal | 160 | 276 | 173 | 51 | 0 | 43 | 31 | 200 | 46 | 73 |
| Binary | 1110000 | 10111110 | 1111011 | 101001 | 0 | 100011 | 11001 | 10000000 | 100110 | 111011 |
Color Harmonies of #70BE7B
Complementary color
Monochromatic Colors of #70BE7B
Black with #70BE7B
Text Example
Text Example
White with #70BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE7B; }
p { color: rgb(112,190,123); }
H1.HeaderClassName
{
color: #70BE7B;
}
.AnyTagClassName
{
color: #70BE7B;
}
</style>
background-color css
<style>
a { background-color: #70BE7B; }
a { background-color: rgb(112,190,123); }
div.DivClassName
{
background-color: #70BE7B;
}
.BgClassName
{
background-color: #70BE7B;
}
</style>
border-color css
<style>
span { border-color: #70BE7B; }
span { border-color: rgb(112,190,123); }
td.TdClassName
{
border-color: #70BE7B;
}
.TagClassName
{
border-color: #70BE7B;
}
</style>