Shades of Emerald #53E268
Tints of Emerald #53E268
RGB
CMYK
RGB Variations
Color information
#53E268 (or 0x53E268) is known color: Emerald. HEX triplet: 53, E2 and 68. RGB value is (83,226,104). Sum of RGB (Red+Green+Blue) = 83+226+104=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #53E268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53E268 is #AC1D97. Grayscale: #A9A9A9. Windows color (decimal): -11279768 or 6873683. OLE color: 6873683.
HSL color Cylindrical-coordinate representation of color #53E268: hue angle of 128.81º 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 #53E268 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 226 | 104 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.11 |
| HSL | 128.81º | 0.71% | 0.61% | - |
| HSV(B) | 128.81º | 0.63% | 0.89% | - |
| XYZ | 33.26 | 57.23 | 22.39 | - |
| YUV | 169.34 | 91.12 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 226 | 104 | 0.63 | 0 | 0.54 | 0.11 | 128.81 | 0.71 | 0.61 |
| Hex | 53 | E2 | 68 | 3F | 0 | 36 | B | 81 | 47 | 3D |
| Octal | 123 | 342 | 150 | 77 | 0 | 66 | 13 | 201 | 107 | 75 |
| Binary | 1010011 | 11100010 | 1101000 | 111111 | 0 | 110110 | 1011 | 10000001 | 1000111 | 111101 |
Color Harmonies of #53E268
Complementary color
Monochromatic Colors of #53E268
Black with #53E268
Text Example
Text Example
White with #53E268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E268; }
p { color: rgb(83,226,104); }
H1.HeaderClassName
{
color: #53E268;
}
.AnyTagClassName
{
color: #53E268;
}
</style>
background-color css
<style>
a { background-color: #53E268; }
a { background-color: rgb(83,226,104); }
div.DivClassName
{
background-color: #53E268;
}
.BgClassName
{
background-color: #53E268;
}
</style>
border-color css
<style>
span { border-color: #53E268; }
span { border-color: rgb(83,226,104); }
td.TdClassName
{
border-color: #53E268;
}
.TagClassName
{
border-color: #53E268;
}
</style>