Shades of Emerald #53CE6B
Tints of Emerald #53CE6B
RGB
CMYK
RGB Variations
Color information
#53CE6B (or 0x53CE6B) is known color: Emerald. HEX triplet: 53, CE and 6B. RGB value is (83,206,107). Sum of RGB (Red+Green+Blue) = 83+206+107=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CE6B is #AC3194. Grayscale: #9E9E9E. Windows color (decimal): -11284885 or 7065171. OLE color: 7065171.
HSL color Cylindrical-coordinate representation of color #53CE6B: hue angle of 131.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CE6B is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 107 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.19 |
| HSL | 131.71º | 0.56% | 0.57% | - |
| HSV(B) | 131.71º | 0.6% | 0.81% | - |
| XYZ | 28.29 | 47.04 | 21.5 | - |
| YUV | 157.94 | 99.25 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 107 | 0.60 | 0 | 0.48 | 0.19 | 131.71 | 0.56 | 0.57 |
| Hex | 53 | CE | 6B | 3C | 0 | 30 | 13 | 84 | 38 | 39 |
| Octal | 123 | 316 | 153 | 74 | 0 | 60 | 23 | 204 | 70 | 71 |
| Binary | 1010011 | 11001110 | 1101011 | 111100 | 0 | 110000 | 10011 | 10000100 | 111000 | 111001 |
Color Harmonies of #53CE6B
Complementary color
Monochromatic Colors of #53CE6B
Black with #53CE6B
Text Example
Text Example
White with #53CE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CE6B; }
p { color: rgb(83,206,107); }
H1.HeaderClassName
{
color: #53CE6B;
}
.AnyTagClassName
{
color: #53CE6B;
}
</style>
background-color css
<style>
a { background-color: #53CE6B; }
a { background-color: rgb(83,206,107); }
div.DivClassName
{
background-color: #53CE6B;
}
.BgClassName
{
background-color: #53CE6B;
}
</style>
border-color css
<style>
span { border-color: #53CE6B; }
span { border-color: rgb(83,206,107); }
td.TdClassName
{
border-color: #53CE6B;
}
.TagClassName
{
border-color: #53CE6B;
}
</style>