Shades of Fern #70BC7C
Tints of Fern #70BC7C
RGB
CMYK
RGB Variations
Color information
#70BC7C (or 0x70BC7C) is known color: Fern. HEX triplet: 70, BC and 7C. RGB value is (112,188,124). Sum of RGB (Red+Green+Blue) = 112+188+124=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC7C is #8F4383. Grayscale: #9E9E9E. Windows color (decimal): -9388932 or 8174704. OLE color: 8174704.
HSL color Cylindrical-coordinate representation of color #70BC7C: hue angle of 129.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC7C is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 124 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.26 |
| HSL | 129.47º | 0.36% | 0.59% | - |
| HSV(B) | 129.47º | 0.4% | 0.74% | - |
| XYZ | 28.3 | 40.87 | 25.47 | - |
| YUV | 157.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 124 | 0.40 | 0 | 0.34 | 0.26 | 129.47 | 0.36 | 0.59 |
| Hex | 70 | BC | 7C | 28 | 0 | 22 | 1A | 81 | 24 | 3B |
| Octal | 160 | 274 | 174 | 50 | 0 | 42 | 32 | 201 | 44 | 73 |
| Binary | 1110000 | 10111100 | 1111100 | 101000 | 0 | 100010 | 11010 | 10000001 | 100100 | 111011 |
Color Harmonies of #70BC7C
Complementary color
Monochromatic Colors of #70BC7C
Black with #70BC7C
Text Example
Text Example
White with #70BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC7C; }
p { color: rgb(112,188,124); }
H1.HeaderClassName
{
color: #70BC7C;
}
.AnyTagClassName
{
color: #70BC7C;
}
</style>
background-color css
<style>
a { background-color: #70BC7C; }
a { background-color: rgb(112,188,124); }
div.DivClassName
{
background-color: #70BC7C;
}
.BgClassName
{
background-color: #70BC7C;
}
</style>
border-color css
<style>
span { border-color: #70BC7C; }
span { border-color: rgb(112,188,124); }
td.TdClassName
{
border-color: #70BC7C;
}
.TagClassName
{
border-color: #70BC7C;
}
</style>