Shades of Screamin' Green #52E75E
Tints of Screamin' Green #52E75E
RGB
CMYK
RGB Variations
Color information
#52E75E (or 0x52E75E) is known color: Screamin' Green. HEX triplet: 52, E7 and 5E. RGB value is (82,231,94). Sum of RGB (Red+Green+Blue) = 82+231+94=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 231 (90.62% from 255 or 56.76% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 231 - color contains mainly: green. Hex color #52E75E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E75E is #AD18A1. Grayscale: #ABABAB. Windows color (decimal): -11344034 or 6219602. OLE color: 6219602.
HSL color Cylindrical-coordinate representation of color #52E75E: hue angle of 124.83º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E75E is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 94 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.09 |
| HSL | 124.83º | 0.76% | 0.61% | - |
| HSV(B) | 124.83º | 0.65% | 0.91% | - |
| XYZ | 34.08 | 59.75 | 20.33 | - |
| YUV | 170.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 94 | 0.65 | 0 | 0.59 | 0.09 | 124.83 | 0.76 | 0.61 |
| Hex | 52 | E7 | 5E | 41 | 0 | 3B | 9 | 7D | 4C | 3D |
| Octal | 122 | 347 | 136 | 101 | 0 | 73 | 11 | 175 | 114 | 75 |
| Binary | 1010010 | 11100111 | 1011110 | 1000001 | 0 | 111011 | 1001 | 1111101 | 1001100 | 111101 |
Color Harmonies of #52E75E
Complementary color
Monochromatic Colors of #52E75E
Black with #52E75E
Text Example
Text Example
White with #52E75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E75E; }
p { color: rgb(82,231,94); }
H1.HeaderClassName
{
color: #52E75E;
}
.AnyTagClassName
{
color: #52E75E;
}
</style>
background-color css
<style>
a { background-color: #52E75E; }
a { background-color: rgb(82,231,94); }
div.DivClassName
{
background-color: #52E75E;
}
.BgClassName
{
background-color: #52E75E;
}
</style>
border-color css
<style>
span { border-color: #52E75E; }
span { border-color: rgb(82,231,94); }
td.TdClassName
{
border-color: #52E75E;
}
.TagClassName
{
border-color: #52E75E;
}
</style>