Shades of Emerald #54C375
Tints of Emerald #54C375
RGB
CMYK
RGB Variations
Color information
#54C375 (or 0x54C375) is known color: Emerald. HEX triplet: 54, C3 and 75. RGB value is (84,195,117). Sum of RGB (Red+Green+Blue) = 84+195+117=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #54C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C375 is #AB3C8A. Grayscale: #999999. Windows color (decimal): -11222155 or 7717716. OLE color: 7717716.
HSL color Cylindrical-coordinate representation of color #54C375: hue angle of 137.84º 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 #54C375 is Cyan = 0.57, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 195 | 117 | - |
| CMYK | 0.57 | 0 | 0.4 | 0.24 |
| HSL | 137.84º | 0.48% | 0.55% | - |
| HSV(B) | 137.84º | 0.57% | 0.76% | - |
| XYZ | 26.38 | 42.2 | 23.58 | - |
| YUV | 152.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 117 | 0.57 | 0 | 0.4 | 0.24 | 137.84 | 0.48 | 0.55 |
| Hex | 54 | C3 | 75 | 39 | 0 | 28 | 18 | 8A | 30 | 37 |
| Octal | 124 | 303 | 165 | 71 | 0 | 50 | 30 | 212 | 60 | 67 |
| Binary | 1010100 | 11000011 | 1110101 | 111001 | 0 | 101000 | 11000 | 10001010 | 110000 | 110111 |
Color Harmonies of #54C375
Complementary color
Monochromatic Colors of #54C375
Black with #54C375
Text Example
Text Example
White with #54C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C375; }
p { color: rgb(84,195,117); }
H1.HeaderClassName
{
color: #54C375;
}
.AnyTagClassName
{
color: #54C375;
}
</style>
background-color css
<style>
a { background-color: #54C375; }
a { background-color: rgb(84,195,117); }
div.DivClassName
{
background-color: #54C375;
}
.BgClassName
{
background-color: #54C375;
}
</style>
border-color css
<style>
span { border-color: #54C375; }
span { border-color: rgb(84,195,117); }
td.TdClassName
{
border-color: #54C375;
}
.TagClassName
{
border-color: #54C375;
}
</style>