Shades of Fern #70C366
Tints of Fern #70C366
RGB
CMYK
RGB Variations
Color information
#70C366 (or 0x70C366) is known color: Fern. HEX triplet: 70, C3 and 66. RGB value is (112,195,102). Sum of RGB (Red+Green+Blue) = 112+195+102=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #70C366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C366 is #8F3C99. Grayscale: #9F9F9F. Windows color (decimal): -9387162 or 6734704. OLE color: 6734704.
HSL color Cylindrical-coordinate representation of color #70C366: hue angle of 113.55º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70C366 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 102 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.24 |
| HSL | 113.55º | 0.44% | 0.58% | - |
| HSV(B) | 113.55º | 0.48% | 0.76% | - |
| XYZ | 28.6 | 43.43 | 19.45 | - |
| YUV | 159.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 102 | 0.43 | 0 | 0.48 | 0.24 | 113.55 | 0.44 | 0.58 |
| Hex | 70 | C3 | 66 | 2B | 0 | 30 | 18 | 72 | 2C | 3A |
| Octal | 160 | 303 | 146 | 53 | 0 | 60 | 30 | 162 | 54 | 72 |
| Binary | 1110000 | 11000011 | 1100110 | 101011 | 0 | 110000 | 11000 | 1110010 | 101100 | 111010 |
Color Harmonies of #70C366
Complementary color
Monochromatic Colors of #70C366
Black with #70C366
Text Example
Text Example
White with #70C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C366; }
p { color: rgb(112,195,102); }
H1.HeaderClassName
{
color: #70C366;
}
.AnyTagClassName
{
color: #70C366;
}
</style>
background-color css
<style>
a { background-color: #70C366; }
a { background-color: rgb(112,195,102); }
div.DivClassName
{
background-color: #70C366;
}
.BgClassName
{
background-color: #70C366;
}
</style>
border-color css
<style>
span { border-color: #70C366; }
span { border-color: rgb(112,195,102); }
td.TdClassName
{
border-color: #70C366;
}
.TagClassName
{
border-color: #70C366;
}
</style>