Shades of Fern #54C952
Tints of Fern #54C952
RGB
CMYK
RGB Variations
Color information
#54C952 (or 0x54C952) is known color: Fern. HEX triplet: 54, C9 and 52. RGB value is (84,201,82). Sum of RGB (Red+Green+Blue) = 84+201+82=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #54C952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C952 is #AB36AD. Grayscale: #989898. Windows color (decimal): -11220654 or 5425492. OLE color: 5425492.
HSL color Cylindrical-coordinate representation of color #54C952: hue angle of 118.99º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54C952 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 82 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.21 |
| HSL | 118.99º | 0.52% | 0.55% | - |
| HSV(B) | 118.99º | 0.59% | 0.79% | - |
| XYZ | 26.07 | 44.27 | 15.15 | - |
| YUV | 152.45 | 88.24 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 82 | 0.58 | 0 | 0.59 | 0.21 | 118.99 | 0.52 | 0.55 |
| Hex | 54 | C9 | 52 | 3A | 0 | 3B | 15 | 77 | 34 | 37 |
| Octal | 124 | 311 | 122 | 72 | 0 | 73 | 25 | 167 | 64 | 67 |
| Binary | 1010100 | 11001001 | 1010010 | 111010 | 0 | 111011 | 10101 | 1110111 | 110100 | 110111 |
Color Harmonies of #54C952
Complementary color
Monochromatic Colors of #54C952
Black with #54C952
Text Example
Text Example
White with #54C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C952; }
p { color: rgb(84,201,82); }
H1.HeaderClassName
{
color: #54C952;
}
.AnyTagClassName
{
color: #54C952;
}
</style>
background-color css
<style>
a { background-color: #54C952; }
a { background-color: rgb(84,201,82); }
div.DivClassName
{
background-color: #54C952;
}
.BgClassName
{
background-color: #54C952;
}
</style>
border-color css
<style>
span { border-color: #54C952; }
span { border-color: rgb(84,201,82); }
td.TdClassName
{
border-color: #54C952;
}
.TagClassName
{
border-color: #54C952;
}
</style>