Shades of Fern #5EAF5E
Tints of Fern #5EAF5E
RGB
CMYK
RGB Variations
Color information
#5EAF5E (or 0x5EAF5E) is known color: Fern. HEX triplet: 5E, AF and 5E. RGB value is (94,175,94). Sum of RGB (Red+Green+Blue) = 94+175+94=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF5E is #A150A1. Grayscale: #8D8D8D. Windows color (decimal): -10571938 or 6205278. OLE color: 6205278.
HSL color Cylindrical-coordinate representation of color #5EAF5E: hue angle of 120º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF5E is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
RGB | 94 | 175 | 94 | - |
CMYK | 0.46 | 0 | 0.46 | 0.31 |
HSL | 120º | 0.34% | 0.53% | - |
HSV(B) | 120º | 0.46% | 0.69% | - |
XYZ | 21.97 | 33.85 | 15.97 | - |
YUV | 141.55 | 101.16 | 94.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 175 | 94 | 0.46 | 0 | 0.46 | 0.31 | 120 | 0.34 | 0.53 |
Hex | 5E | AF | 5E | 2E | 0 | 2E | 1F | 78 | 22 | 35 |
Octal | 136 | 257 | 136 | 56 | 0 | 56 | 37 | 170 | 42 | 65 |
Binary | 1011110 | 10101111 | 1011110 | 101110 | 0 | 101110 | 11111 | 1111000 | 100010 | 110101 |
Color Harmonies of #5EAF5E
Complementary color
Monochromatic Colors of #5EAF5E
Black with #5EAF5E
Text Example
Text Example
White with #5EAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF5E; }
p { color: rgb(94,175,94); }
H1.HeaderClassName
{
color: #5EAF5E;
}
.AnyTagClassName
{
color: #5EAF5E;
}
</style>
background-color css
<style>
a { background-color: #5EAF5E; }
a { background-color: rgb(94,175,94); }
div.DivClassName
{
background-color: #5EAF5E;
}
.BgClassName
{
background-color: #5EAF5E;
}
</style>
border-color css
<style>
span { border-color: #5EAF5E; }
span { border-color: rgb(94,175,94); }
td.TdClassName
{
border-color: #5EAF5E;
}
.TagClassName
{
border-color: #5EAF5E;
}
</style>