Shades of Emerald #53F58B
Tints of Emerald #53F58B
RGB
CMYK
RGB Variations
Color information
#53F58B (or 0x53F58B) is known color: Emerald. HEX triplet: 53, F5 and 8B. RGB value is (83,245,139). Sum of RGB (Red+Green+Blue) = 83+245+139=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #53F58B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F58B is #AC0A74. Grayscale: #B8B8B8. Windows color (decimal): -11274869 or 9172307. OLE color: 9172307.
HSL color Cylindrical-coordinate representation of color #53F58B: hue angle of 140.74º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F58B is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 245 | 139 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.04 |
| HSL | 140.74º | 0.89% | 0.64% | - |
| HSV(B) | 140.74º | 0.66% | 0.96% | - |
| XYZ | 40.88 | 69.01 | 35.59 | - |
| YUV | 184.48 | 102.33 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 245 | 139 | 0.66 | 0 | 0.43 | 0.04 | 140.74 | 0.89 | 0.64 |
| Hex | 53 | F5 | 8B | 42 | 0 | 2B | 4 | 8D | 59 | 40 |
| Octal | 123 | 365 | 213 | 102 | 0 | 53 | 4 | 215 | 131 | 100 |
| Binary | 1010011 | 11110101 | 10001011 | 1000010 | 0 | 101011 | 100 | 10001101 | 1011001 | 1000000 |
Color Harmonies of #53F58B
Complementary color
Monochromatic Colors of #53F58B
Black with #53F58B
Text Example
Text Example
White with #53F58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F58B; }
p { color: rgb(83,245,139); }
H1.HeaderClassName
{
color: #53F58B;
}
.AnyTagClassName
{
color: #53F58B;
}
</style>
background-color css
<style>
a { background-color: #53F58B; }
a { background-color: rgb(83,245,139); }
div.DivClassName
{
background-color: #53F58B;
}
.BgClassName
{
background-color: #53F58B;
}
</style>
border-color css
<style>
span { border-color: #53F58B; }
span { border-color: rgb(83,245,139); }
td.TdClassName
{
border-color: #53F58B;
}
.TagClassName
{
border-color: #53F58B;
}
</style>