Shades of Emerald #53DF6B
Tints of Emerald #53DF6B
RGB
CMYK
RGB Variations
Color information
#53DF6B (or 0x53DF6B) is known color: Emerald. HEX triplet: 53, DF and 6B. RGB value is (83,223,107). Sum of RGB (Red+Green+Blue) = 83+223+107=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DF6B is #AC2094. Grayscale: #A8A8A8. Windows color (decimal): -11280533 or 7069523. OLE color: 7069523.
HSL color Cylindrical-coordinate representation of color #53DF6B: hue angle of 130.29º 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 #53DF6B is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 107 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.13 |
| HSL | 130.29º | 0.69% | 0.6% | - |
| HSV(B) | 130.29º | 0.63% | 0.87% | - |
| XYZ | 32.61 | 55.68 | 22.94 | - |
| YUV | 167.92 | 93.62 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 107 | 0.63 | 0 | 0.52 | 0.13 | 130.29 | 0.69 | 0.6 |
| Hex | 53 | DF | 6B | 3F | 0 | 34 | D | 82 | 45 | 3C |
| Octal | 123 | 337 | 153 | 77 | 0 | 64 | 15 | 202 | 105 | 74 |
| Binary | 1010011 | 11011111 | 1101011 | 111111 | 0 | 110100 | 1101 | 10000010 | 1000101 | 111100 |
Color Harmonies of #53DF6B
Complementary color
Monochromatic Colors of #53DF6B
Black with #53DF6B
Text Example
Text Example
White with #53DF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DF6B; }
p { color: rgb(83,223,107); }
H1.HeaderClassName
{
color: #53DF6B;
}
.AnyTagClassName
{
color: #53DF6B;
}
</style>
background-color css
<style>
a { background-color: #53DF6B; }
a { background-color: rgb(83,223,107); }
div.DivClassName
{
background-color: #53DF6B;
}
.BgClassName
{
background-color: #53DF6B;
}
</style>
border-color css
<style>
span { border-color: #53DF6B; }
span { border-color: rgb(83,223,107); }
td.TdClassName
{
border-color: #53DF6B;
}
.TagClassName
{
border-color: #53DF6B;
}
</style>