Shades of Emerald #53CE7B
Tints of Emerald #53CE7B
RGB
CMYK
RGB Variations
Color information
#53CE7B (or 0x53CE7B) is known color: Emerald. HEX triplet: 53, CE and 7B. RGB value is (83,206,123). Sum of RGB (Red+Green+Blue) = 83+206+123=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CE7B is #AC3184. Grayscale: #9F9F9F. Windows color (decimal): -11284869 or 8113747. OLE color: 8113747.
HSL color Cylindrical-coordinate representation of color #53CE7B: hue angle of 139.51º 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 #53CE7B is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 123 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.19 |
| HSL | 139.51º | 0.56% | 0.57% | - |
| HSV(B) | 139.51º | 0.6% | 0.81% | - |
| XYZ | 29.21 | 47.41 | 26.35 | - |
| YUV | 159.76 | 107.25 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 123 | 0.60 | 0 | 0.40 | 0.19 | 139.51 | 0.56 | 0.57 |
| Hex | 53 | CE | 7B | 3C | 0 | 28 | 13 | 8C | 38 | 39 |
| Octal | 123 | 316 | 173 | 74 | 0 | 50 | 23 | 214 | 70 | 71 |
| Binary | 1010011 | 11001110 | 1111011 | 111100 | 0 | 101000 | 10011 | 10001100 | 111000 | 111001 |
Color Harmonies of #53CE7B
Complementary color
Monochromatic Colors of #53CE7B
Black with #53CE7B
Text Example
Text Example
White with #53CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CE7B; }
p { color: rgb(83,206,123); }
H1.HeaderClassName
{
color: #53CE7B;
}
.AnyTagClassName
{
color: #53CE7B;
}
</style>
background-color css
<style>
a { background-color: #53CE7B; }
a { background-color: rgb(83,206,123); }
div.DivClassName
{
background-color: #53CE7B;
}
.BgClassName
{
background-color: #53CE7B;
}
</style>
border-color css
<style>
span { border-color: #53CE7B; }
span { border-color: rgb(83,206,123); }
td.TdClassName
{
border-color: #53CE7B;
}
.TagClassName
{
border-color: #53CE7B;
}
</style>