Shades of Emerald #53DF8A
Tints of Emerald #53DF8A
RGB
CMYK
RGB Variations
Color information
#53DF8A (or 0x53DF8A) is known color: Emerald. HEX triplet: 53, DF and 8A. RGB value is (83,223,138). Sum of RGB (Red+Green+Blue) = 83+223+138=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DF8A is #AC2075. Grayscale: #ABABAB. Windows color (decimal): -11280502 or 9101139. OLE color: 9101139.
HSL color Cylindrical-coordinate representation of color #53DF8A: hue angle of 143.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DF8A is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 138 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.13 |
| HSL | 143.57º | 0.69% | 0.6% | - |
| HSV(B) | 143.57º | 0.63% | 0.87% | - |
| XYZ | 34.54 | 56.45 | 33.12 | - |
| YUV | 171.45 | 109.12 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 138 | 0.63 | 0 | 0.38 | 0.13 | 143.57 | 0.69 | 0.6 |
| Hex | 53 | DF | 8A | 3F | 0 | 26 | D | 90 | 45 | 3C |
| Octal | 123 | 337 | 212 | 77 | 0 | 46 | 15 | 220 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10001010 | 111111 | 0 | 100110 | 1101 | 10010000 | 1000101 | 111100 |
Color Harmonies of #53DF8A
Complementary color
Monochromatic Colors of #53DF8A
Black with #53DF8A
Text Example
Text Example
White with #53DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DF8A; }
p { color: rgb(83,223,138); }
H1.HeaderClassName
{
color: #53DF8A;
}
.AnyTagClassName
{
color: #53DF8A;
}
</style>
background-color css
<style>
a { background-color: #53DF8A; }
a { background-color: rgb(83,223,138); }
div.DivClassName
{
background-color: #53DF8A;
}
.BgClassName
{
background-color: #53DF8A;
}
</style>
border-color css
<style>
span { border-color: #53DF8A; }
span { border-color: rgb(83,223,138); }
td.TdClassName
{
border-color: #53DF8A;
}
.TagClassName
{
border-color: #53DF8A;
}
</style>