Shades of Emerald #53D769
Tints of Emerald #53D769
RGB
CMYK
RGB Variations
Color information
#53D769 (or 0x53D769) is known color: Emerald. HEX triplet: 53, D7 and 69. RGB value is (83,215,105). Sum of RGB (Red+Green+Blue) = 83+215+105=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #53D769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D769 is #AC2896. Grayscale: #A3A3A3. Windows color (decimal): -11282583 or 6936403. OLE color: 6936403.
HSL color Cylindrical-coordinate representation of color #53D769: hue angle of 130º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D769 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 105 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.16 |
| HSL | 130º | 0.62% | 0.58% | - |
| HSV(B) | 130º | 0.61% | 0.84% | - |
| XYZ | 30.42 | 51.46 | 21.69 | - |
| YUV | 162.99 | 95.27 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 105 | 0.61 | 0 | 0.51 | 0.16 | 130 | 0.62 | 0.58 |
| Hex | 53 | D7 | 69 | 3D | 0 | 33 | 10 | 82 | 3E | 3A |
| Octal | 123 | 327 | 151 | 75 | 0 | 63 | 20 | 202 | 76 | 72 |
| Binary | 1010011 | 11010111 | 1101001 | 111101 | 0 | 110011 | 10000 | 10000010 | 111110 | 111010 |
Color Harmonies of #53D769
Complementary color
Monochromatic Colors of #53D769
Black with #53D769
Text Example
Text Example
White with #53D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D769; }
p { color: rgb(83,215,105); }
H1.HeaderClassName
{
color: #53D769;
}
.AnyTagClassName
{
color: #53D769;
}
</style>
background-color css
<style>
a { background-color: #53D769; }
a { background-color: rgb(83,215,105); }
div.DivClassName
{
background-color: #53D769;
}
.BgClassName
{
background-color: #53D769;
}
</style>
border-color css
<style>
span { border-color: #53D769; }
span { border-color: rgb(83,215,105); }
td.TdClassName
{
border-color: #53D769;
}
.TagClassName
{
border-color: #53D769;
}
</style>