Shades of Emerald #53C378
Tints of Emerald #53C378
RGB
CMYK
RGB Variations
Color information
#53C378 (or 0x53C378) is known color: Emerald. HEX triplet: 53, C3 and 78. RGB value is (83,195,120). Sum of RGB (Red+Green+Blue) = 83+195+120=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #53C378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C378 is #AC3C87. Grayscale: #999999. Windows color (decimal): -11287688 or 7914323. OLE color: 7914323.
HSL color Cylindrical-coordinate representation of color #53C378: hue angle of 139.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C378 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 120 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.24 |
| HSL | 139.82º | 0.48% | 0.55% | - |
| HSV(B) | 139.82º | 0.57% | 0.76% | - |
| XYZ | 26.47 | 42.23 | 24.52 | - |
| YUV | 152.96 | 109.39 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 120 | 0.57 | 0 | 0.38 | 0.24 | 139.82 | 0.48 | 0.55 |
| Hex | 53 | C3 | 78 | 39 | 0 | 26 | 18 | 8C | 30 | 37 |
| Octal | 123 | 303 | 170 | 71 | 0 | 46 | 30 | 214 | 60 | 67 |
| Binary | 1010011 | 11000011 | 1111000 | 111001 | 0 | 100110 | 11000 | 10001100 | 110000 | 110111 |
Color Harmonies of #53C378
Complementary color
Monochromatic Colors of #53C378
Black with #53C378
Text Example
Text Example
White with #53C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C378; }
p { color: rgb(83,195,120); }
H1.HeaderClassName
{
color: #53C378;
}
.AnyTagClassName
{
color: #53C378;
}
</style>
background-color css
<style>
a { background-color: #53C378; }
a { background-color: rgb(83,195,120); }
div.DivClassName
{
background-color: #53C378;
}
.BgClassName
{
background-color: #53C378;
}
</style>
border-color css
<style>
span { border-color: #53C378; }
span { border-color: rgb(83,195,120); }
td.TdClassName
{
border-color: #53C378;
}
.TagClassName
{
border-color: #53C378;
}
</style>