Shades of Fern #54B85E
Tints of Fern #54B85E
RGB
CMYK
RGB Variations
Color information
#54B85E (or 0x54B85E) is known color: Fern. HEX triplet: 54, B8 and 5E. RGB value is (84,184,94). Sum of RGB (Red+Green+Blue) = 84+184+94=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #54B85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B85E is #AB47A1. Grayscale: #909090. Windows color (decimal): -11224994 or 6207572. OLE color: 6207572.
HSL color Cylindrical-coordinate representation of color #54B85E: hue angle of 126º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B85E is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 184 | 94 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.28 |
| HSL | 126º | 0.41% | 0.53% | - |
| HSV(B) | 126º | 0.54% | 0.72% | - |
| XYZ | 22.82 | 36.97 | 16.52 | - |
| YUV | 143.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 184 | 94 | 0.54 | 0 | 0.49 | 0.28 | 126 | 0.41 | 0.53 |
| Hex | 54 | B8 | 5E | 36 | 0 | 31 | 1C | 7E | 29 | 35 |
| Octal | 124 | 270 | 136 | 66 | 0 | 61 | 34 | 176 | 51 | 65 |
| Binary | 1010100 | 10111000 | 1011110 | 110110 | 0 | 110001 | 11100 | 1111110 | 101001 | 110101 |
Color Harmonies of #54B85E
Complementary color
Monochromatic Colors of #54B85E
Black with #54B85E
Text Example
Text Example
White with #54B85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B85E; }
p { color: rgb(84,184,94); }
H1.HeaderClassName
{
color: #54B85E;
}
.AnyTagClassName
{
color: #54B85E;
}
</style>
background-color css
<style>
a { background-color: #54B85E; }
a { background-color: rgb(84,184,94); }
div.DivClassName
{
background-color: #54B85E;
}
.BgClassName
{
background-color: #54B85E;
}
</style>
border-color css
<style>
span { border-color: #54B85E; }
span { border-color: rgb(84,184,94); }
td.TdClassName
{
border-color: #54B85E;
}
.TagClassName
{
border-color: #54B85E;
}
</style>