Shades of Fern #70C37A
Tints of Fern #70C37A
RGB
CMYK
RGB Variations
Color information
#70C37A (or 0x70C37A) is known color: Fern. HEX triplet: 70, C3 and 7A. RGB value is (112,195,122). Sum of RGB (Red+Green+Blue) = 112+195+122=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #70C37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C37A is #8F3C85. Grayscale: #A2A2A2. Windows color (decimal): -9387142 or 8045424. OLE color: 8045424.
HSL color Cylindrical-coordinate representation of color #70C37A: hue angle of 127.23º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C37A is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 122 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.24 |
| HSL | 127.23º | 0.41% | 0.6% | - |
| HSV(B) | 127.23º | 0.43% | 0.76% | - |
| XYZ | 29.71 | 43.88 | 25.32 | - |
| YUV | 161.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 122 | 0.43 | 0 | 0.37 | 0.24 | 127.23 | 0.41 | 0.6 |
| Hex | 70 | C3 | 7A | 2B | 0 | 25 | 18 | 7F | 29 | 3C |
| Octal | 160 | 303 | 172 | 53 | 0 | 45 | 30 | 177 | 51 | 74 |
| Binary | 1110000 | 11000011 | 1111010 | 101011 | 0 | 100101 | 11000 | 1111111 | 101001 | 111100 |
Color Harmonies of #70C37A
Complementary color
Monochromatic Colors of #70C37A
Black with #70C37A
Text Example
Text Example
White with #70C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C37A; }
p { color: rgb(112,195,122); }
H1.HeaderClassName
{
color: #70C37A;
}
.AnyTagClassName
{
color: #70C37A;
}
</style>
background-color css
<style>
a { background-color: #70C37A; }
a { background-color: rgb(112,195,122); }
div.DivClassName
{
background-color: #70C37A;
}
.BgClassName
{
background-color: #70C37A;
}
</style>
border-color css
<style>
span { border-color: #70C37A; }
span { border-color: rgb(112,195,122); }
td.TdClassName
{
border-color: #70C37A;
}
.TagClassName
{
border-color: #70C37A;
}
</style>