Shades of Fern #70BC65
Tints of Fern #70BC65
RGB
CMYK
RGB Variations
Color information
#70BC65 (or 0x70BC65) is known color: Fern. HEX triplet: 70, BC and 65. RGB value is (112,188,101). Sum of RGB (Red+Green+Blue) = 112+188+101=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC65 is #8F439A. Grayscale: #9B9B9B. Windows color (decimal): -9388955 or 6667376. OLE color: 6667376.
HSL color Cylindrical-coordinate representation of color #70BC65: hue angle of 112.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70BC65 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 101 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.26 |
| HSL | 112.41º | 0.39% | 0.57% | - |
| HSV(B) | 112.41º | 0.46% | 0.74% | - |
| XYZ | 27.01 | 40.35 | 18.68 | - |
| YUV | 155.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 101 | 0.40 | 0 | 0.46 | 0.26 | 112.41 | 0.39 | 0.57 |
| Hex | 70 | BC | 65 | 28 | 0 | 2E | 1A | 70 | 27 | 39 |
| Octal | 160 | 274 | 145 | 50 | 0 | 56 | 32 | 160 | 47 | 71 |
| Binary | 1110000 | 10111100 | 1100101 | 101000 | 0 | 101110 | 11010 | 1110000 | 100111 | 111001 |
Color Harmonies of #70BC65
Complementary color
Monochromatic Colors of #70BC65
Black with #70BC65
Text Example
Text Example
White with #70BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC65; }
p { color: rgb(112,188,101); }
H1.HeaderClassName
{
color: #70BC65;
}
.AnyTagClassName
{
color: #70BC65;
}
</style>
background-color css
<style>
a { background-color: #70BC65; }
a { background-color: rgb(112,188,101); }
div.DivClassName
{
background-color: #70BC65;
}
.BgClassName
{
background-color: #70BC65;
}
</style>
border-color css
<style>
span { border-color: #70BC65; }
span { border-color: rgb(112,188,101); }
td.TdClassName
{
border-color: #70BC65;
}
.TagClassName
{
border-color: #70BC65;
}
</style>