Shades of Fern #70C17B
Tints of Fern #70C17B
RGB
CMYK
RGB Variations
Color information
#70C17B (or 0x70C17B) is known color: Fern. HEX triplet: 70, C1 and 7B. RGB value is (112,193,123). Sum of RGB (Red+Green+Blue) = 112+193+123=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #70C17B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C17B is #8F3E84. Grayscale: #A1A1A1. Windows color (decimal): -9387653 or 8110448. OLE color: 8110448.
HSL color Cylindrical-coordinate representation of color #70C17B: hue angle of 128.15º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C17B is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 123 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.24 |
| HSL | 128.15º | 0.4% | 0.6% | - |
| HSV(B) | 128.15º | 0.42% | 0.76% | - |
| XYZ | 29.33 | 43.01 | 25.5 | - |
| YUV | 160.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 123 | 0.42 | 0 | 0.36 | 0.24 | 128.15 | 0.4 | 0.6 |
| Hex | 70 | C1 | 7B | 2A | 0 | 24 | 18 | 80 | 28 | 3C |
| Octal | 160 | 301 | 173 | 52 | 0 | 44 | 30 | 200 | 50 | 74 |
| Binary | 1110000 | 11000001 | 1111011 | 101010 | 0 | 100100 | 11000 | 10000000 | 101000 | 111100 |
Color Harmonies of #70C17B
Complementary color
Monochromatic Colors of #70C17B
Black with #70C17B
Text Example
Text Example
White with #70C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C17B; }
p { color: rgb(112,193,123); }
H1.HeaderClassName
{
color: #70C17B;
}
.AnyTagClassName
{
color: #70C17B;
}
</style>
background-color css
<style>
a { background-color: #70C17B; }
a { background-color: rgb(112,193,123); }
div.DivClassName
{
background-color: #70C17B;
}
.BgClassName
{
background-color: #70C17B;
}
</style>
border-color css
<style>
span { border-color: #70C17B; }
span { border-color: rgb(112,193,123); }
td.TdClassName
{
border-color: #70C17B;
}
.TagClassName
{
border-color: #70C17B;
}
</style>