Shades of Screamin' Green #52ED74
Tints of Screamin' Green #52ED74
RGB
CMYK
RGB Variations
Color information
#52ED74 (or 0x52ED74) is known color: Screamin' Green. HEX triplet: 52, ED and 74. RGB value is (82,237,116). Sum of RGB (Red+Green+Blue) = 82+237+116=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52ED74 is #AD128B. Grayscale: #B1B1B1. Windows color (decimal): -11342476 or 7662930. OLE color: 7662930.
HSL color Cylindrical-coordinate representation of color #52ED74: hue angle of 133.16º degrees, saturation: 0.81, 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 #52ED74 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 237 | 116 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.07 |
| HSL | 133.16º | 0.81% | 0.63% | - |
| HSV(B) | 133.16º | 0.65% | 0.93% | - |
| XYZ | 36.92 | 63.62 | 26.86 | - |
| YUV | 176.86 | 93.65 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 237 | 116 | 0.65 | 0 | 0.51 | 0.07 | 133.16 | 0.81 | 0.63 |
| Hex | 52 | ED | 74 | 41 | 0 | 33 | 7 | 85 | 51 | 3F |
| Octal | 122 | 355 | 164 | 101 | 0 | 63 | 7 | 205 | 121 | 77 |
| Binary | 1010010 | 11101101 | 1110100 | 1000001 | 0 | 110011 | 111 | 10000101 | 1010001 | 111111 |
Color Harmonies of #52ED74
Complementary color
Monochromatic Colors of #52ED74
Black with #52ED74
Text Example
Text Example
White with #52ED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ED74; }
p { color: rgb(82,237,116); }
H1.HeaderClassName
{
color: #52ED74;
}
.AnyTagClassName
{
color: #52ED74;
}
</style>
background-color css
<style>
a { background-color: #52ED74; }
a { background-color: rgb(82,237,116); }
div.DivClassName
{
background-color: #52ED74;
}
.BgClassName
{
background-color: #52ED74;
}
</style>
border-color css
<style>
span { border-color: #52ED74; }
span { border-color: rgb(82,237,116); }
td.TdClassName
{
border-color: #52ED74;
}
.TagClassName
{
border-color: #52ED74;
}
</style>