Shades of Fern #54D25A
Tints of Fern #54D25A
RGB
CMYK
RGB Variations
Color information
#54D25A (or 0x54D25A) is known color: Fern. HEX triplet: 54, D2 and 5A. RGB value is (84,210,90). Sum of RGB (Red+Green+Blue) = 84+210+90=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #54D25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54D25A is #AB2DA5. Grayscale: #9F9F9F. Windows color (decimal): -11218342 or 5952084. OLE color: 5952084.
HSL color Cylindrical-coordinate representation of color #54D25A: hue angle of 122.86º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D25A is Cyan = 0.6, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 210 | 90 | - |
| CMYK | 0.6 | 0 | 0.57 | 0.18 |
| HSL | 122.86º | 0.58% | 0.58% | - |
| HSV(B) | 122.86º | 0.6% | 0.82% | - |
| XYZ | 28.55 | 48.72 | 17.57 | - |
| YUV | 158.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 210 | 90 | 0.6 | 0 | 0.57 | 0.18 | 122.86 | 0.58 | 0.58 |
| Hex | 54 | D2 | 5A | 3C | 0 | 39 | 12 | 7B | 3A | 3A |
| Octal | 124 | 322 | 132 | 74 | 0 | 71 | 22 | 173 | 72 | 72 |
| Binary | 1010100 | 11010010 | 1011010 | 111100 | 0 | 111001 | 10010 | 1111011 | 111010 | 111010 |
Color Harmonies of #54D25A
Complementary color
Monochromatic Colors of #54D25A
Black with #54D25A
Text Example
Text Example
White with #54D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D25A; }
p { color: rgb(84,210,90); }
H1.HeaderClassName
{
color: #54D25A;
}
.AnyTagClassName
{
color: #54D25A;
}
</style>
background-color css
<style>
a { background-color: #54D25A; }
a { background-color: rgb(84,210,90); }
div.DivClassName
{
background-color: #54D25A;
}
.BgClassName
{
background-color: #54D25A;
}
</style>
border-color css
<style>
span { border-color: #54D25A; }
span { border-color: rgb(84,210,90); }
td.TdClassName
{
border-color: #54D25A;
}
.TagClassName
{
border-color: #54D25A;
}
</style>