Shades of Emerald #54D963
Tints of Emerald #54D963
RGB
CMYK
RGB Variations
Color information
#54D963 (or 0x54D963) is known color: Emerald. HEX triplet: 54, D9 and 63. RGB value is (84,217,99). Sum of RGB (Red+Green+Blue) = 84+217+99=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #54D963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54D963 is #AB269C. Grayscale: #A4A4A4. Windows color (decimal): -11216541 or 6543700. OLE color: 6543700.
HSL color Cylindrical-coordinate representation of color #54D963: hue angle of 126.77º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D963 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 217 | 99 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.15 |
| HSL | 126.77º | 0.64% | 0.59% | - |
| HSV(B) | 126.77º | 0.61% | 0.85% | - |
| XYZ | 30.72 | 52.41 | 20.3 | - |
| YUV | 163.78 | 91.44 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 217 | 99 | 0.61 | 0 | 0.54 | 0.15 | 126.77 | 0.64 | 0.59 |
| Hex | 54 | D9 | 63 | 3D | 0 | 36 | F | 7F | 40 | 3B |
| Octal | 124 | 331 | 143 | 75 | 0 | 66 | 17 | 177 | 100 | 73 |
| Binary | 1010100 | 11011001 | 1100011 | 111101 | 0 | 110110 | 1111 | 1111111 | 1000000 | 111011 |
Color Harmonies of #54D963
Complementary color
Monochromatic Colors of #54D963
Black with #54D963
Text Example
Text Example
White with #54D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D963; }
p { color: rgb(84,217,99); }
H1.HeaderClassName
{
color: #54D963;
}
.AnyTagClassName
{
color: #54D963;
}
</style>
background-color css
<style>
a { background-color: #54D963; }
a { background-color: rgb(84,217,99); }
div.DivClassName
{
background-color: #54D963;
}
.BgClassName
{
background-color: #54D963;
}
</style>
border-color css
<style>
span { border-color: #54D963; }
span { border-color: rgb(84,217,99); }
td.TdClassName
{
border-color: #54D963;
}
.TagClassName
{
border-color: #54D963;
}
</style>