Shades of Emerald #53C06F
Tints of Emerald #53C06F
RGB
CMYK
RGB Variations
Color information
#53C06F (or 0x53C06F) is known color: Emerald. HEX triplet: 53, C0 and 6F. RGB value is (83,192,111). Sum of RGB (Red+Green+Blue) = 83+192+111=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #53C06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C06F is #AC3F90. Grayscale: #969696. Windows color (decimal): -11288465 or 7323731. OLE color: 7323731.
HSL color Cylindrical-coordinate representation of color #53C06F: hue angle of 135.41º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C06F is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 111 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.25 |
| HSL | 135.41º | 0.46% | 0.54% | - |
| HSV(B) | 135.41º | 0.57% | 0.75% | - |
| XYZ | 25.29 | 40.69 | 21.56 | - |
| YUV | 150.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 111 | 0.57 | 0 | 0.42 | 0.25 | 135.41 | 0.46 | 0.54 |
| Hex | 53 | C0 | 6F | 39 | 0 | 2A | 19 | 87 | 2E | 36 |
| Octal | 123 | 300 | 157 | 71 | 0 | 52 | 31 | 207 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1101111 | 111001 | 0 | 101010 | 11001 | 10000111 | 101110 | 110110 |
Color Harmonies of #53C06F
Complementary color
Monochromatic Colors of #53C06F
Black with #53C06F
Text Example
Text Example
White with #53C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C06F; }
p { color: rgb(83,192,111); }
H1.HeaderClassName
{
color: #53C06F;
}
.AnyTagClassName
{
color: #53C06F;
}
</style>
background-color css
<style>
a { background-color: #53C06F; }
a { background-color: rgb(83,192,111); }
div.DivClassName
{
background-color: #53C06F;
}
.BgClassName
{
background-color: #53C06F;
}
</style>
border-color css
<style>
span { border-color: #53C06F; }
span { border-color: rgb(83,192,111); }
td.TdClassName
{
border-color: #53C06F;
}
.TagClassName
{
border-color: #53C06F;
}
</style>