Shades of Fern #54B85B
Tints of Fern #54B85B
RGB
CMYK
RGB Variations
Color information
#54B85B (or 0x54B85B) is known color: Fern. HEX triplet: 54, B8 and 5B. RGB value is (84,184,91). Sum of RGB (Red+Green+Blue) = 84+184+91=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #54B85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B85B is #AB47A4. Grayscale: #8F8F8F. Windows color (decimal): -11224997 or 6010964. OLE color: 6010964.
HSL color Cylindrical-coordinate representation of color #54B85B: hue angle of 124.2º 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 #54B85B is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 184 | 91 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.28 |
| HSL | 124.2º | 0.41% | 0.53% | - |
| HSV(B) | 124.2º | 0.54% | 0.72% | - |
| XYZ | 22.68 | 36.92 | 15.83 | - |
| YUV | 143.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 184 | 91 | 0.54 | 0 | 0.51 | 0.28 | 124.2 | 0.41 | 0.53 |
| Hex | 54 | B8 | 5B | 36 | 0 | 33 | 1C | 7C | 29 | 35 |
| Octal | 124 | 270 | 133 | 66 | 0 | 63 | 34 | 174 | 51 | 65 |
| Binary | 1010100 | 10111000 | 1011011 | 110110 | 0 | 110011 | 11100 | 1111100 | 101001 | 110101 |
Color Harmonies of #54B85B
Complementary color
Monochromatic Colors of #54B85B
Black with #54B85B
Text Example
Text Example
White with #54B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B85B; }
p { color: rgb(84,184,91); }
H1.HeaderClassName
{
color: #54B85B;
}
.AnyTagClassName
{
color: #54B85B;
}
</style>
background-color css
<style>
a { background-color: #54B85B; }
a { background-color: rgb(84,184,91); }
div.DivClassName
{
background-color: #54B85B;
}
.BgClassName
{
background-color: #54B85B;
}
</style>
border-color css
<style>
span { border-color: #54B85B; }
span { border-color: rgb(84,184,91); }
td.TdClassName
{
border-color: #54B85B;
}
.TagClassName
{
border-color: #54B85B;
}
</style>