Shades of Emerald #54CA82
Tints of Emerald #54CA82
RGB
CMYK
RGB Variations
Color information
#54CA82 (or 0x54CA82) is known color: Emerald. HEX triplet: 54, CA and 82. RGB value is (84,202,130). Sum of RGB (Red+Green+Blue) = 84+202+130=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #54CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CA82 is #AB357D. Grayscale: #9E9E9E. Windows color (decimal): -11220350 or 8571476. OLE color: 8571476.
HSL color Cylindrical-coordinate representation of color #54CA82: hue angle of 143.39º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CA82 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 130 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.21 |
| HSL | 143.39º | 0.53% | 0.56% | - |
| HSV(B) | 143.39º | 0.58% | 0.79% | - |
| XYZ | 28.81 | 45.74 | 28.43 | - |
| YUV | 158.51 | 111.91 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 130 | 0.58 | 0 | 0.36 | 0.21 | 143.39 | 0.53 | 0.56 |
| Hex | 54 | CA | 82 | 3A | 0 | 24 | 15 | 8F | 35 | 38 |
| Octal | 124 | 312 | 202 | 72 | 0 | 44 | 25 | 217 | 65 | 70 |
| Binary | 1010100 | 11001010 | 10000010 | 111010 | 0 | 100100 | 10101 | 10001111 | 110101 | 111000 |
Color Harmonies of #54CA82
Complementary color
Monochromatic Colors of #54CA82
Black with #54CA82
Text Example
Text Example
White with #54CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CA82; }
p { color: rgb(84,202,130); }
H1.HeaderClassName
{
color: #54CA82;
}
.AnyTagClassName
{
color: #54CA82;
}
</style>
background-color css
<style>
a { background-color: #54CA82; }
a { background-color: rgb(84,202,130); }
div.DivClassName
{
background-color: #54CA82;
}
.BgClassName
{
background-color: #54CA82;
}
</style>
border-color css
<style>
span { border-color: #54CA82; }
span { border-color: rgb(84,202,130); }
td.TdClassName
{
border-color: #54CA82;
}
.TagClassName
{
border-color: #54CA82;
}
</style>