Shades of Fern #75BE71
Tints of Fern #75BE71
RGB
CMYK
RGB Variations
Color information
#75BE71 (or 0x75BE71) is known color: Fern. HEX triplet: 75, BE and 71. RGB value is (117,190,113). Sum of RGB (Red+Green+Blue) = 117+190+113=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE71 is #8A418E. Grayscale: #9F9F9F. Windows color (decimal): -9060751 or 7454325. OLE color: 7454325.
HSL color Cylindrical-coordinate representation of color #75BE71: hue angle of 116.88º degrees, saturation: 0.37, 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 #75BE71 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 113 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.25 |
| HSL | 116.88º | 0.37% | 0.59% | - |
| HSV(B) | 116.88º | 0.41% | 0.75% | - |
| XYZ | 28.73 | 41.8 | 22.18 | - |
| YUV | 159.4 | 101.82 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 113 | 0.38 | 0 | 0.41 | 0.25 | 116.88 | 0.37 | 0.59 |
| Hex | 75 | BE | 71 | 26 | 0 | 29 | 19 | 75 | 25 | 3B |
| Octal | 165 | 276 | 161 | 46 | 0 | 51 | 31 | 165 | 45 | 73 |
| Binary | 1110101 | 10111110 | 1110001 | 100110 | 0 | 101001 | 11001 | 1110101 | 100101 | 111011 |
Color Harmonies of #75BE71
Complementary color
Monochromatic Colors of #75BE71
Black with #75BE71
Text Example
Text Example
White with #75BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BE71; }
p { color: rgb(117,190,113); }
H1.HeaderClassName
{
color: #75BE71;
}
.AnyTagClassName
{
color: #75BE71;
}
</style>
background-color css
<style>
a { background-color: #75BE71; }
a { background-color: rgb(117,190,113); }
div.DivClassName
{
background-color: #75BE71;
}
.BgClassName
{
background-color: #75BE71;
}
</style>
border-color css
<style>
span { border-color: #75BE71; }
span { border-color: rgb(117,190,113); }
td.TdClassName
{
border-color: #75BE71;
}
.TagClassName
{
border-color: #75BE71;
}
</style>