Shades of Screamin' Green #53EC70
Tints of Screamin' Green #53EC70
RGB
CMYK
RGB Variations
Color information
#53EC70 (or 0x53EC70) is known color: Screamin' Green. HEX triplet: 53, EC and 70. RGB value is (83,236,112). Sum of RGB (Red+Green+Blue) = 83+236+112=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 236 (92.58% from 255 or 54.76% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 236 - color contains mainly: green. Hex color #53EC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #53EC70 is #AC138F. Grayscale: #B0B0B0. Windows color (decimal): -11277200 or 7400531. OLE color: 7400531.
HSL color Cylindrical-coordinate representation of color #53EC70: hue angle of 131.37º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EC70 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 236 | 112 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.07 |
| HSL | 131.37º | 0.8% | 0.63% | - |
| HSV(B) | 131.37º | 0.65% | 0.93% | - |
| XYZ | 36.49 | 63 | 25.57 | - |
| YUV | 176.12 | 91.81 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 112 | 0.65 | 0 | 0.53 | 0.07 | 131.37 | 0.8 | 0.63 |
| Hex | 53 | EC | 70 | 41 | 0 | 35 | 7 | 83 | 50 | 3F |
| Octal | 123 | 354 | 160 | 101 | 0 | 65 | 7 | 203 | 120 | 77 |
| Binary | 1010011 | 11101100 | 1110000 | 1000001 | 0 | 110101 | 111 | 10000011 | 1010000 | 111111 |
Color Harmonies of #53EC70
Complementary color
Monochromatic Colors of #53EC70
Black with #53EC70
Text Example
Text Example
White with #53EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EC70; }
p { color: rgb(83,236,112); }
H1.HeaderClassName
{
color: #53EC70;
}
.AnyTagClassName
{
color: #53EC70;
}
</style>
background-color css
<style>
a { background-color: #53EC70; }
a { background-color: rgb(83,236,112); }
div.DivClassName
{
background-color: #53EC70;
}
.BgClassName
{
background-color: #53EC70;
}
</style>
border-color css
<style>
span { border-color: #53EC70; }
span { border-color: rgb(83,236,112); }
td.TdClassName
{
border-color: #53EC70;
}
.TagClassName
{
border-color: #53EC70;
}
</style>