Shades of Screamin' Green #52EC74
Tints of Screamin' Green #52EC74
RGB
CMYK
RGB Variations
Color information
#52EC74 (or 0x52EC74) is known color: Screamin' Green. HEX triplet: 52, EC and 74. RGB value is (82,236,116). Sum of RGB (Red+Green+Blue) = 82+236+116=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC74 is #AD138B. Grayscale: #B0B0B0. Windows color (decimal): -11342732 or 7662674. OLE color: 7662674.
HSL color Cylindrical-coordinate representation of color #52EC74: hue angle of 133.25º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EC74 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 116 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.07 |
| HSL | 133.25º | 0.8% | 0.62% | - |
| HSV(B) | 133.25º | 0.65% | 0.93% | - |
| XYZ | 36.63 | 63.05 | 26.76 | - |
| YUV | 176.27 | 93.98 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 116 | 0.65 | 0 | 0.51 | 0.07 | 133.25 | 0.8 | 0.62 |
| Hex | 52 | EC | 74 | 41 | 0 | 33 | 7 | 85 | 50 | 3E |
| Octal | 122 | 354 | 164 | 101 | 0 | 63 | 7 | 205 | 120 | 76 |
| Binary | 1010010 | 11101100 | 1110100 | 1000001 | 0 | 110011 | 111 | 10000101 | 1010000 | 111110 |
Color Harmonies of #52EC74
Complementary color
Monochromatic Colors of #52EC74
Black with #52EC74
Text Example
Text Example
White with #52EC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC74; }
p { color: rgb(82,236,116); }
H1.HeaderClassName
{
color: #52EC74;
}
.AnyTagClassName
{
color: #52EC74;
}
</style>
background-color css
<style>
a { background-color: #52EC74; }
a { background-color: rgb(82,236,116); }
div.DivClassName
{
background-color: #52EC74;
}
.BgClassName
{
background-color: #52EC74;
}
</style>
border-color css
<style>
span { border-color: #52EC74; }
span { border-color: rgb(82,236,116); }
td.TdClassName
{
border-color: #52EC74;
}
.TagClassName
{
border-color: #52EC74;
}
</style>