Shades of Fern #54C25B
Tints of Fern #54C25B
RGB
CMYK
RGB Variations
Color information
#54C25B (or 0x54C25B) is known color: Fern. HEX triplet: 54, C2 and 5B. RGB value is (84,194,91). Sum of RGB (Red+Green+Blue) = 84+194+91=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #54C25B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C25B is #AB3DA4. Grayscale: #959595. Windows color (decimal): -11222437 or 6013524. OLE color: 6013524.
HSL color Cylindrical-coordinate representation of color #54C25B: hue angle of 123.82º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C25B is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 91 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.24 |
| HSL | 123.82º | 0.47% | 0.55% | - |
| HSV(B) | 123.82º | 0.57% | 0.76% | - |
| XYZ | 24.84 | 41.22 | 16.55 | - |
| YUV | 149.37 | 95.06 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 91 | 0.57 | 0 | 0.53 | 0.24 | 123.82 | 0.47 | 0.55 |
| Hex | 54 | C2 | 5B | 39 | 0 | 35 | 18 | 7C | 2F | 37 |
| Octal | 124 | 302 | 133 | 71 | 0 | 65 | 30 | 174 | 57 | 67 |
| Binary | 1010100 | 11000010 | 1011011 | 111001 | 0 | 110101 | 11000 | 1111100 | 101111 | 110111 |
Color Harmonies of #54C25B
Complementary color
Monochromatic Colors of #54C25B
Black with #54C25B
Text Example
Text Example
White with #54C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C25B; }
p { color: rgb(84,194,91); }
H1.HeaderClassName
{
color: #54C25B;
}
.AnyTagClassName
{
color: #54C25B;
}
</style>
background-color css
<style>
a { background-color: #54C25B; }
a { background-color: rgb(84,194,91); }
div.DivClassName
{
background-color: #54C25B;
}
.BgClassName
{
background-color: #54C25B;
}
</style>
border-color css
<style>
span { border-color: #54C25B; }
span { border-color: rgb(84,194,91); }
td.TdClassName
{
border-color: #54C25B;
}
.TagClassName
{
border-color: #54C25B;
}
</style>