Shades of Screamin' Green #52E151
Tints of Screamin' Green #52E151
RGB
CMYK
RGB Variations
Color information
#52E151 (or 0x52E151) is known color: Screamin' Green. HEX triplet: 52, E1 and 51. RGB value is (82,225,81). Sum of RGB (Red+Green+Blue) = 82+225+81=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 225 (88.28% from 255 or 57.99% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 225 - color contains mainly: green. Hex color #52E151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E151 is #AD1EAE. Grayscale: #A6A6A6. Windows color (decimal): -11345583 or 5366098. OLE color: 5366098.
HSL color Cylindrical-coordinate representation of color #52E151: hue angle of 119.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E151 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 81 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.12 |
| HSL | 119.58º | 0.71% | 0.6% | - |
| HSV(B) | 119.58º | 0.64% | 0.88% | - |
| XYZ | 31.89 | 56.24 | 16.96 | - |
| YUV | 165.83 | 80.12 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 81 | 0.64 | 0 | 0.64 | 0.12 | 119.58 | 0.71 | 0.6 |
| Hex | 52 | E1 | 51 | 40 | 0 | 40 | C | 78 | 47 | 3C |
| Octal | 122 | 341 | 121 | 100 | 0 | 100 | 14 | 170 | 107 | 74 |
| Binary | 1010010 | 11100001 | 1010001 | 1000000 | 0 | 1000000 | 1100 | 1111000 | 1000111 | 111100 |
Color Harmonies of #52E151
Complementary color
Monochromatic Colors of #52E151
Black with #52E151
Text Example
Text Example
White with #52E151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E151; }
p { color: rgb(82,225,81); }
H1.HeaderClassName
{
color: #52E151;
}
.AnyTagClassName
{
color: #52E151;
}
</style>
background-color css
<style>
a { background-color: #52E151; }
a { background-color: rgb(82,225,81); }
div.DivClassName
{
background-color: #52E151;
}
.BgClassName
{
background-color: #52E151;
}
</style>
border-color css
<style>
span { border-color: #52E151; }
span { border-color: rgb(82,225,81); }
td.TdClassName
{
border-color: #52E151;
}
.TagClassName
{
border-color: #52E151;
}
</style>