Shades of Emerald #53E075
Tints of Emerald #53E075
RGB
CMYK
RGB Variations
Color information
#53E075 (or 0x53E075) is known color: Emerald. HEX triplet: 53, E0 and 75. RGB value is (83,224,117). Sum of RGB (Red+Green+Blue) = 83+224+117=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #53E075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53E075 is #AC1F8A. Grayscale: #A9A9A9. Windows color (decimal): -11280267 or 7725139. OLE color: 7725139.
HSL color Cylindrical-coordinate representation of color #53E075: hue angle of 134.47º 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 #53E075 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 224 | 117 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.12 |
| HSL | 134.47º | 0.69% | 0.6% | - |
| HSV(B) | 134.47º | 0.63% | 0.88% | - |
| XYZ | 33.43 | 56.43 | 25.96 | - |
| YUV | 169.64 | 98.29 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 224 | 117 | 0.63 | 0 | 0.48 | 0.12 | 134.47 | 0.69 | 0.6 |
| Hex | 53 | E0 | 75 | 3F | 0 | 30 | C | 86 | 45 | 3C |
| Octal | 123 | 340 | 165 | 77 | 0 | 60 | 14 | 206 | 105 | 74 |
| Binary | 1010011 | 11100000 | 1110101 | 111111 | 0 | 110000 | 1100 | 10000110 | 1000101 | 111100 |
Color Harmonies of #53E075
Complementary color
Monochromatic Colors of #53E075
Black with #53E075
Text Example
Text Example
White with #53E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E075; }
p { color: rgb(83,224,117); }
H1.HeaderClassName
{
color: #53E075;
}
.AnyTagClassName
{
color: #53E075;
}
</style>
background-color css
<style>
a { background-color: #53E075; }
a { background-color: rgb(83,224,117); }
div.DivClassName
{
background-color: #53E075;
}
.BgClassName
{
background-color: #53E075;
}
</style>
border-color css
<style>
span { border-color: #53E075; }
span { border-color: rgb(83,224,117); }
td.TdClassName
{
border-color: #53E075;
}
.TagClassName
{
border-color: #53E075;
}
</style>