Shades of Fern #54CB5D
Tints of Fern #54CB5D
RGB
CMYK
RGB Variations
Color information
#54CB5D (or 0x54CB5D) is known color: Fern. HEX triplet: 54, CB and 5D. RGB value is (84,203,93). Sum of RGB (Red+Green+Blue) = 84+203+93=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CB5D is #AB34A2. Grayscale: #9B9B9B. Windows color (decimal): -11220131 or 6146900. OLE color: 6146900.
HSL color Cylindrical-coordinate representation of color #54CB5D: hue angle of 124.54º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CB5D is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 93 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.20 |
| HSL | 124.54º | 0.53% | 0.56% | - |
| HSV(B) | 124.54º | 0.59% | 0.8% | - |
| XYZ | 26.99 | 45.39 | 17.69 | - |
| YUV | 154.88 | 93.08 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 93 | 0.59 | 0 | 0.54 | 0.20 | 124.54 | 0.53 | 0.56 |
| Hex | 54 | CB | 5D | 3B | 0 | 36 | 14 | 7D | 35 | 38 |
| Octal | 124 | 313 | 135 | 73 | 0 | 66 | 24 | 175 | 65 | 70 |
| Binary | 1010100 | 11001011 | 1011101 | 111011 | 0 | 110110 | 10100 | 1111101 | 110101 | 111000 |
Color Harmonies of #54CB5D
Complementary color
Monochromatic Colors of #54CB5D
Black with #54CB5D
Text Example
Text Example
White with #54CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB5D; }
p { color: rgb(84,203,93); }
H1.HeaderClassName
{
color: #54CB5D;
}
.AnyTagClassName
{
color: #54CB5D;
}
</style>
background-color css
<style>
a { background-color: #54CB5D; }
a { background-color: rgb(84,203,93); }
div.DivClassName
{
background-color: #54CB5D;
}
.BgClassName
{
background-color: #54CB5D;
}
</style>
border-color css
<style>
span { border-color: #54CB5D; }
span { border-color: rgb(84,203,93); }
td.TdClassName
{
border-color: #54CB5D;
}
.TagClassName
{
border-color: #54CB5D;
}
</style>