Shades of Fern #54C360
Tints of Fern #54C360
RGB
CMYK
RGB Variations
Color information
#54C360 (or 0x54C360) is known color: Fern. HEX triplet: 54, C3 and 60. RGB value is (84,195,96). Sum of RGB (Red+Green+Blue) = 84+195+96=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #54C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C360 is #AB3C9F. Grayscale: #969696. Windows color (decimal): -11222176 or 6341460. OLE color: 6341460.
HSL color Cylindrical-coordinate representation of color #54C360: hue angle of 126.49º degrees, saturation: 0.48, 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 #54C360 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 195 | 96 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.24 |
| HSL | 126.49º | 0.48% | 0.55% | - |
| HSV(B) | 126.49º | 0.57% | 0.76% | - |
| XYZ | 25.28 | 41.76 | 17.79 | - |
| YUV | 150.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 96 | 0.57 | 0 | 0.51 | 0.24 | 126.49 | 0.48 | 0.55 |
| Hex | 54 | C3 | 60 | 39 | 0 | 33 | 18 | 7E | 30 | 37 |
| Octal | 124 | 303 | 140 | 71 | 0 | 63 | 30 | 176 | 60 | 67 |
| Binary | 1010100 | 11000011 | 1100000 | 111001 | 0 | 110011 | 11000 | 1111110 | 110000 | 110111 |
Color Harmonies of #54C360
Complementary color
Monochromatic Colors of #54C360
Black with #54C360
Text Example
Text Example
White with #54C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C360; }
p { color: rgb(84,195,96); }
H1.HeaderClassName
{
color: #54C360;
}
.AnyTagClassName
{
color: #54C360;
}
</style>
background-color css
<style>
a { background-color: #54C360; }
a { background-color: rgb(84,195,96); }
div.DivClassName
{
background-color: #54C360;
}
.BgClassName
{
background-color: #54C360;
}
</style>
border-color css
<style>
span { border-color: #54C360; }
span { border-color: rgb(84,195,96); }
td.TdClassName
{
border-color: #54C360;
}
.TagClassName
{
border-color: #54C360;
}
</style>