Shades of Screamin' Green #52EC54
Tints of Screamin' Green #52EC54
RGB
CMYK
RGB Variations
Color information
#52EC54 (or 0x52EC54) is known color: Screamin' Green. HEX triplet: 52, EC and 54. RGB value is (82,236,84). Sum of RGB (Red+Green+Blue) = 82+236+84=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC54 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC54 is #AD13AB. Grayscale: #ADADAD. Windows color (decimal): -11342764 or 5565522. OLE color: 5565522.
HSL color Cylindrical-coordinate representation of color #52EC54: hue angle of 120.78º 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 #52EC54 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 84 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.07 |
| HSL | 120.78º | 0.8% | 0.62% | - |
| HSV(B) | 120.78º | 0.65% | 0.93% | - |
| XYZ | 35.08 | 62.42 | 18.59 | - |
| YUV | 172.63 | 77.98 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 84 | 0.65 | 0 | 0.64 | 0.07 | 120.78 | 0.8 | 0.62 |
| Hex | 52 | EC | 54 | 41 | 0 | 40 | 7 | 79 | 50 | 3E |
| Octal | 122 | 354 | 124 | 101 | 0 | 100 | 7 | 171 | 120 | 76 |
| Binary | 1010010 | 11101100 | 1010100 | 1000001 | 0 | 1000000 | 111 | 1111001 | 1010000 | 111110 |
Color Harmonies of #52EC54
Complementary color
Monochromatic Colors of #52EC54
Black with #52EC54
Text Example
Text Example
White with #52EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC54; }
p { color: rgb(82,236,84); }
H1.HeaderClassName
{
color: #52EC54;
}
.AnyTagClassName
{
color: #52EC54;
}
</style>
background-color css
<style>
a { background-color: #52EC54; }
a { background-color: rgb(82,236,84); }
div.DivClassName
{
background-color: #52EC54;
}
.BgClassName
{
background-color: #52EC54;
}
</style>
border-color css
<style>
span { border-color: #52EC54; }
span { border-color: rgb(82,236,84); }
td.TdClassName
{
border-color: #52EC54;
}
.TagClassName
{
border-color: #52EC54;
}
</style>