Shades of Fern #70C467
Tints of Fern #70C467
RGB
CMYK
RGB Variations
Color information
#70C467 (or 0x70C467) is known color: Fern. HEX triplet: 70, C4 and 67. RGB value is (112,196,103). Sum of RGB (Red+Green+Blue) = 112+196+103=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #70C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C467 is #8F3B98. Grayscale: #A0A0A0. Windows color (decimal): -9386905 or 6800496. OLE color: 6800496.
HSL color Cylindrical-coordinate representation of color #70C467: hue angle of 114.19º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70C467 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 103 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.23 |
| HSL | 114.19º | 0.44% | 0.59% | - |
| HSV(B) | 114.19º | 0.47% | 0.77% | - |
| XYZ | 28.87 | 43.9 | 19.78 | - |
| YUV | 160.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 103 | 0.43 | 0 | 0.47 | 0.23 | 114.19 | 0.44 | 0.59 |
| Hex | 70 | C4 | 67 | 2B | 0 | 2F | 17 | 72 | 2C | 3B |
| Octal | 160 | 304 | 147 | 53 | 0 | 57 | 27 | 162 | 54 | 73 |
| Binary | 1110000 | 11000100 | 1100111 | 101011 | 0 | 101111 | 10111 | 1110010 | 101100 | 111011 |
Color Harmonies of #70C467
Complementary color
Monochromatic Colors of #70C467
Black with #70C467
Text Example
Text Example
White with #70C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C467; }
p { color: rgb(112,196,103); }
H1.HeaderClassName
{
color: #70C467;
}
.AnyTagClassName
{
color: #70C467;
}
</style>
background-color css
<style>
a { background-color: #70C467; }
a { background-color: rgb(112,196,103); }
div.DivClassName
{
background-color: #70C467;
}
.BgClassName
{
background-color: #70C467;
}
</style>
border-color css
<style>
span { border-color: #70C467; }
span { border-color: rgb(112,196,103); }
td.TdClassName
{
border-color: #70C467;
}
.TagClassName
{
border-color: #70C467;
}
</style>