Shades of Screamin' Green #52EA4D
Tints of Screamin' Green #52EA4D
RGB
CMYK
RGB Variations
Color information
#52EA4D (or 0x52EA4D) is known color: Screamin' Green. HEX triplet: 52, EA and 4D. RGB value is (82,234,77). Sum of RGB (Red+Green+Blue) = 82+234+77=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EA4D is #AD15B2. Grayscale: #ABABAB. Windows color (decimal): -11343283 or 5106258. OLE color: 5106258.
HSL color Cylindrical-coordinate representation of color #52EA4D: hue angle of 118.09º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52EA4D is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 234 | 77 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.08 |
| HSL | 118.09º | 0.79% | 0.61% | - |
| HSV(B) | 118.09º | 0.67% | 0.92% | - |
| XYZ | 34.24 | 61.18 | 17.02 | - |
| YUV | 170.65 | 75.14 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 77 | 0.65 | 0 | 0.67 | 0.08 | 118.09 | 0.79 | 0.61 |
| Hex | 52 | EA | 4D | 41 | 0 | 43 | 8 | 76 | 4F | 3D |
| Octal | 122 | 352 | 115 | 101 | 0 | 103 | 10 | 166 | 117 | 75 |
| Binary | 1010010 | 11101010 | 1001101 | 1000001 | 0 | 1000011 | 1000 | 1110110 | 1001111 | 111101 |
Color Harmonies of #52EA4D
Complementary color
Monochromatic Colors of #52EA4D
Black with #52EA4D
Text Example
Text Example
White with #52EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EA4D; }
p { color: rgb(82,234,77); }
H1.HeaderClassName
{
color: #52EA4D;
}
.AnyTagClassName
{
color: #52EA4D;
}
</style>
background-color css
<style>
a { background-color: #52EA4D; }
a { background-color: rgb(82,234,77); }
div.DivClassName
{
background-color: #52EA4D;
}
.BgClassName
{
background-color: #52EA4D;
}
</style>
border-color css
<style>
span { border-color: #52EA4D; }
span { border-color: rgb(82,234,77); }
td.TdClassName
{
border-color: #52EA4D;
}
.TagClassName
{
border-color: #52EA4D;
}
</style>