Shades of Emerald #53CC74
Tints of Emerald #53CC74
RGB
CMYK
RGB Variations
Color information
#53CC74 (or 0x53CC74) is known color: Emerald. HEX triplet: 53, CC and 74. RGB value is (83,204,116). Sum of RGB (Red+Green+Blue) = 83+204+116=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CC74 is #AC338B. Grayscale: #9E9E9E. Windows color (decimal): -11285388 or 7654483. OLE color: 7654483.
HSL color Cylindrical-coordinate representation of color #53CC74: hue angle of 136.36º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CC74 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 116 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.2 |
| HSL | 136.36º | 0.54% | 0.56% | - |
| HSV(B) | 136.36º | 0.59% | 0.8% | - |
| XYZ | 28.31 | 46.29 | 23.96 | - |
| YUV | 157.79 | 104.41 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 116 | 0.59 | 0 | 0.43 | 0.2 | 136.36 | 0.54 | 0.56 |
| Hex | 53 | CC | 74 | 3B | 0 | 2B | 14 | 88 | 36 | 38 |
| Octal | 123 | 314 | 164 | 73 | 0 | 53 | 24 | 210 | 66 | 70 |
| Binary | 1010011 | 11001100 | 1110100 | 111011 | 0 | 101011 | 10100 | 10001000 | 110110 | 111000 |
Color Harmonies of #53CC74
Complementary color
Monochromatic Colors of #53CC74
Black with #53CC74
Text Example
Text Example
White with #53CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC74; }
p { color: rgb(83,204,116); }
H1.HeaderClassName
{
color: #53CC74;
}
.AnyTagClassName
{
color: #53CC74;
}
</style>
background-color css
<style>
a { background-color: #53CC74; }
a { background-color: rgb(83,204,116); }
div.DivClassName
{
background-color: #53CC74;
}
.BgClassName
{
background-color: #53CC74;
}
</style>
border-color css
<style>
span { border-color: #53CC74; }
span { border-color: rgb(83,204,116); }
td.TdClassName
{
border-color: #53CC74;
}
.TagClassName
{
border-color: #53CC74;
}
</style>