Shades of Emerald #53EA85
Tints of Emerald #53EA85
RGB
CMYK
RGB Variations
Color information
#53EA85 (or 0x53EA85) is known color: Emerald. HEX triplet: 53, EA and 85. RGB value is (83,234,133). Sum of RGB (Red+Green+Blue) = 83+234+133=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #53EA85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EA85 is #AC157A. Grayscale: #B1B1B1. Windows color (decimal): -11277691 or 8776275. OLE color: 8776275.
HSL color Cylindrical-coordinate representation of color #53EA85: hue angle of 139.87º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EA85 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 234 | 133 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.08 |
| HSL | 139.87º | 0.78% | 0.62% | - |
| HSV(B) | 139.87º | 0.65% | 0.92% | - |
| XYZ | 37.22 | 62.38 | 32.27 | - |
| YUV | 177.34 | 102.97 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 234 | 133 | 0.65 | 0 | 0.43 | 0.08 | 139.87 | 0.78 | 0.62 |
| Hex | 53 | EA | 85 | 41 | 0 | 2B | 8 | 8C | 4E | 3E |
| Octal | 123 | 352 | 205 | 101 | 0 | 53 | 10 | 214 | 116 | 76 |
| Binary | 1010011 | 11101010 | 10000101 | 1000001 | 0 | 101011 | 1000 | 10001100 | 1001110 | 111110 |
Color Harmonies of #53EA85
Complementary color
Monochromatic Colors of #53EA85
Black with #53EA85
Text Example
Text Example
White with #53EA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EA85; }
p { color: rgb(83,234,133); }
H1.HeaderClassName
{
color: #53EA85;
}
.AnyTagClassName
{
color: #53EA85;
}
</style>
background-color css
<style>
a { background-color: #53EA85; }
a { background-color: rgb(83,234,133); }
div.DivClassName
{
background-color: #53EA85;
}
.BgClassName
{
background-color: #53EA85;
}
</style>
border-color css
<style>
span { border-color: #53EA85; }
span { border-color: rgb(83,234,133); }
td.TdClassName
{
border-color: #53EA85;
}
.TagClassName
{
border-color: #53EA85;
}
</style>