Shades of Emerald #53F68F
Tints of Emerald #53F68F
RGB
CMYK
RGB Variations
Color information
#53F68F (or 0x53F68F) is known color: Emerald. HEX triplet: 53, F6 and 8F. RGB value is (83,246,143). Sum of RGB (Red+Green+Blue) = 83+246+143=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #53F68F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F68F is #AC0970. Grayscale: #B9B9B9. Windows color (decimal): -11274609 or 9434707. OLE color: 9434707.
HSL color Cylindrical-coordinate representation of color #53F68F: hue angle of 142.09º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F68F is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 246 | 143 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.04 |
| HSL | 142.09º | 0.9% | 0.65% | - |
| HSV(B) | 142.09º | 0.66% | 0.96% | - |
| XYZ | 41.48 | 69.73 | 37.26 | - |
| YUV | 185.52 | 104 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 246 | 143 | 0.66 | 0 | 0.42 | 0.04 | 142.09 | 0.9 | 0.65 |
| Hex | 53 | F6 | 8F | 42 | 0 | 2A | 4 | 8E | 5A | 41 |
| Octal | 123 | 366 | 217 | 102 | 0 | 52 | 4 | 216 | 132 | 101 |
| Binary | 1010011 | 11110110 | 10001111 | 1000010 | 0 | 101010 | 100 | 10001110 | 1011010 | 1000001 |
Color Harmonies of #53F68F
Complementary color
Monochromatic Colors of #53F68F
Black with #53F68F
Text Example
Text Example
White with #53F68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F68F; }
p { color: rgb(83,246,143); }
H1.HeaderClassName
{
color: #53F68F;
}
.AnyTagClassName
{
color: #53F68F;
}
</style>
background-color css
<style>
a { background-color: #53F68F; }
a { background-color: rgb(83,246,143); }
div.DivClassName
{
background-color: #53F68F;
}
.BgClassName
{
background-color: #53F68F;
}
</style>
border-color css
<style>
span { border-color: #53F68F; }
span { border-color: rgb(83,246,143); }
td.TdClassName
{
border-color: #53F68F;
}
.TagClassName
{
border-color: #53F68F;
}
</style>