Shades of Fern #74BF70
Tints of Fern #74BF70
RGB
CMYK
RGB Variations
Color information
#74BF70 (or 0x74BF70) is known color: Fern. HEX triplet: 74, BF and 70. RGB value is (116,191,112). Sum of RGB (Red+Green+Blue) = 116+191+112=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF70 is #8B408F. Grayscale: #9F9F9F. Windows color (decimal): -9126032 or 7389044. OLE color: 7389044.
HSL color Cylindrical-coordinate representation of color #74BF70: hue angle of 116.96º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74BF70 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 112 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.25 |
| HSL | 116.96º | 0.38% | 0.59% | - |
| HSV(B) | 116.96º | 0.41% | 0.75% | - |
| XYZ | 28.76 | 42.14 | 21.95 | - |
| YUV | 159.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 112 | 0.39 | 0 | 0.41 | 0.25 | 116.96 | 0.38 | 0.59 |
| Hex | 74 | BF | 70 | 27 | 0 | 29 | 19 | 75 | 26 | 3B |
| Octal | 164 | 277 | 160 | 47 | 0 | 51 | 31 | 165 | 46 | 73 |
| Binary | 1110100 | 10111111 | 1110000 | 100111 | 0 | 101001 | 11001 | 1110101 | 100110 | 111011 |
Color Harmonies of #74BF70
Complementary color
Monochromatic Colors of #74BF70
Black with #74BF70
Text Example
Text Example
White with #74BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF70; }
p { color: rgb(116,191,112); }
H1.HeaderClassName
{
color: #74BF70;
}
.AnyTagClassName
{
color: #74BF70;
}
</style>
background-color css
<style>
a { background-color: #74BF70; }
a { background-color: rgb(116,191,112); }
div.DivClassName
{
background-color: #74BF70;
}
.BgClassName
{
background-color: #74BF70;
}
</style>
border-color css
<style>
span { border-color: #74BF70; }
span { border-color: rgb(116,191,112); }
td.TdClassName
{
border-color: #74BF70;
}
.TagClassName
{
border-color: #74BF70;
}
</style>