Shades of Emerald #53E283
Tints of Emerald #53E283
RGB
CMYK
RGB Variations
Color information
#53E283 (or 0x53E283) is known color: Emerald. HEX triplet: 53, E2 and 83. RGB value is (83,226,131). Sum of RGB (Red+Green+Blue) = 83+226+131=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #53E283 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E283 is #AC1D7C. Grayscale: #ACACAC. Windows color (decimal): -11279741 or 8643155. OLE color: 8643155.
HSL color Cylindrical-coordinate representation of color #53E283: hue angle of 140.14º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E283 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 226 | 131 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.11 |
| HSL | 140.14º | 0.71% | 0.61% | - |
| HSV(B) | 140.14º | 0.63% | 0.89% | - |
| XYZ | 34.86 | 57.87 | 30.81 | - |
| YUV | 172.41 | 104.62 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 226 | 131 | 0.63 | 0 | 0.42 | 0.11 | 140.14 | 0.71 | 0.61 |
| Hex | 53 | E2 | 83 | 3F | 0 | 2A | B | 8C | 47 | 3D |
| Octal | 123 | 342 | 203 | 77 | 0 | 52 | 13 | 214 | 107 | 75 |
| Binary | 1010011 | 11100010 | 10000011 | 111111 | 0 | 101010 | 1011 | 10001100 | 1000111 | 111101 |
Color Harmonies of #53E283
Complementary color
Monochromatic Colors of #53E283
Black with #53E283
Text Example
Text Example
White with #53E283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E283; }
p { color: rgb(83,226,131); }
H1.HeaderClassName
{
color: #53E283;
}
.AnyTagClassName
{
color: #53E283;
}
</style>
background-color css
<style>
a { background-color: #53E283; }
a { background-color: rgb(83,226,131); }
div.DivClassName
{
background-color: #53E283;
}
.BgClassName
{
background-color: #53E283;
}
</style>
border-color css
<style>
span { border-color: #53E283; }
span { border-color: rgb(83,226,131); }
td.TdClassName
{
border-color: #53E283;
}
.TagClassName
{
border-color: #53E283;
}
</style>