Shades of Emerald #53E066
Tints of Emerald #53E066
RGB
CMYK
RGB Variations
Color information
#53E066 (or 0x53E066) is known color: Emerald. HEX triplet: 53, E0 and 66. RGB value is (83,224,102). Sum of RGB (Red+Green+Blue) = 83+224+102=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #53E066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53E066 is #AC1F99. Grayscale: #A8A8A8. Windows color (decimal): -11280282 or 6742099. OLE color: 6742099.
HSL color Cylindrical-coordinate representation of color #53E066: hue angle of 128.09º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E066 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 224 | 102 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.12 |
| HSL | 128.09º | 0.69% | 0.6% | - |
| HSV(B) | 128.09º | 0.63% | 0.88% | - |
| XYZ | 32.62 | 56.11 | 21.68 | - |
| YUV | 167.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 224 | 102 | 0.63 | 0 | 0.54 | 0.12 | 128.09 | 0.69 | 0.6 |
| Hex | 53 | E0 | 66 | 3F | 0 | 36 | C | 80 | 45 | 3C |
| Octal | 123 | 340 | 146 | 77 | 0 | 66 | 14 | 200 | 105 | 74 |
| Binary | 1010011 | 11100000 | 1100110 | 111111 | 0 | 110110 | 1100 | 10000000 | 1000101 | 111100 |
Color Harmonies of #53E066
Complementary color
Monochromatic Colors of #53E066
Black with #53E066
Text Example
Text Example
White with #53E066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E066; }
p { color: rgb(83,224,102); }
H1.HeaderClassName
{
color: #53E066;
}
.AnyTagClassName
{
color: #53E066;
}
</style>
background-color css
<style>
a { background-color: #53E066; }
a { background-color: rgb(83,224,102); }
div.DivClassName
{
background-color: #53E066;
}
.BgClassName
{
background-color: #53E066;
}
</style>
border-color css
<style>
span { border-color: #53E066; }
span { border-color: rgb(83,224,102); }
td.TdClassName
{
border-color: #53E066;
}
.TagClassName
{
border-color: #53E066;
}
</style>