Shades of Emerald #53F58F
Tints of Emerald #53F58F
RGB
CMYK
RGB Variations
Color information
#53F58F (or 0x53F58F) is known color: Emerald. HEX triplet: 53, F5 and 8F. RGB value is (83,245,143). Sum of RGB (Red+Green+Blue) = 83+245+143=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #53F58F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F58F is #AC0A70. Grayscale: #B9B9B9. Windows color (decimal): -11274865 or 9434451. OLE color: 9434451.
HSL color Cylindrical-coordinate representation of color #53F58F: hue angle of 142.22º 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 #53F58F is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 245 | 143 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.04 |
| HSL | 142.22º | 0.89% | 0.64% | - |
| HSV(B) | 142.22º | 0.66% | 0.96% | - |
| XYZ | 41.18 | 69.13 | 37.16 | - |
| YUV | 184.93 | 104.33 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 245 | 143 | 0.66 | 0 | 0.42 | 0.04 | 142.22 | 0.89 | 0.64 |
| Hex | 53 | F5 | 8F | 42 | 0 | 2A | 4 | 8E | 59 | 40 |
| Octal | 123 | 365 | 217 | 102 | 0 | 52 | 4 | 216 | 131 | 100 |
| Binary | 1010011 | 11110101 | 10001111 | 1000010 | 0 | 101010 | 100 | 10001110 | 1011001 | 1000000 |
Color Harmonies of #53F58F
Complementary color
Monochromatic Colors of #53F58F
Black with #53F58F
Text Example
Text Example
White with #53F58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F58F; }
p { color: rgb(83,245,143); }
H1.HeaderClassName
{
color: #53F58F;
}
.AnyTagClassName
{
color: #53F58F;
}
</style>
background-color css
<style>
a { background-color: #53F58F; }
a { background-color: rgb(83,245,143); }
div.DivClassName
{
background-color: #53F58F;
}
.BgClassName
{
background-color: #53F58F;
}
</style>
border-color css
<style>
span { border-color: #53F58F; }
span { border-color: rgb(83,245,143); }
td.TdClassName
{
border-color: #53F58F;
}
.TagClassName
{
border-color: #53F58F;
}
</style>