Shades of Emerald #54CA86
Tints of Emerald #54CA86
RGB
CMYK
RGB Variations
Color information
#54CA86 (or 0x54CA86) is known color: Emerald. HEX triplet: 54, CA and 86. RGB value is (84,202,134). Sum of RGB (Red+Green+Blue) = 84+202+134=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #54CA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CA86 is #AB3579. Grayscale: #9F9F9F. Windows color (decimal): -11220346 or 8833620. OLE color: 8833620.
HSL color Cylindrical-coordinate representation of color #54CA86: hue angle of 145.42º 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 #54CA86 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 134 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.21 |
| HSL | 145.42º | 0.53% | 0.56% | - |
| HSV(B) | 145.42º | 0.58% | 0.79% | - |
| XYZ | 29.08 | 45.85 | 29.87 | - |
| YUV | 158.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 134 | 0.58 | 0 | 0.34 | 0.21 | 145.42 | 0.53 | 0.56 |
| Hex | 54 | CA | 86 | 3A | 0 | 22 | 15 | 91 | 35 | 38 |
| Octal | 124 | 312 | 206 | 72 | 0 | 42 | 25 | 221 | 65 | 70 |
| Binary | 1010100 | 11001010 | 10000110 | 111010 | 0 | 100010 | 10101 | 10010001 | 110101 | 111000 |
Color Harmonies of #54CA86
Complementary color
Monochromatic Colors of #54CA86
Black with #54CA86
Text Example
Text Example
White with #54CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CA86; }
p { color: rgb(84,202,134); }
H1.HeaderClassName
{
color: #54CA86;
}
.AnyTagClassName
{
color: #54CA86;
}
</style>
background-color css
<style>
a { background-color: #54CA86; }
a { background-color: rgb(84,202,134); }
div.DivClassName
{
background-color: #54CA86;
}
.BgClassName
{
background-color: #54CA86;
}
</style>
border-color css
<style>
span { border-color: #54CA86; }
span { border-color: rgb(84,202,134); }
td.TdClassName
{
border-color: #54CA86;
}
.TagClassName
{
border-color: #54CA86;
}
</style>