Shades of Screamin' Green #52E054
Tints of Screamin' Green #52E054
RGB
CMYK
RGB Variations
Color information
#52E054 (or 0x52E054) is known color: Screamin' Green. HEX triplet: 52, E0 and 54. RGB value is (82,224,84). Sum of RGB (Red+Green+Blue) = 82+224+84=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #52E054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E054 is #AD1FAB. Grayscale: #A6A6A6. Windows color (decimal): -11345836 or 5562450. OLE color: 5562450.
HSL color Cylindrical-coordinate representation of color #52E054: hue angle of 120.85º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E054 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 84 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.12 |
| HSL | 120.85º | 0.7% | 0.6% | - |
| HSV(B) | 120.85º | 0.63% | 0.88% | - |
| XYZ | 31.74 | 55.75 | 17.47 | - |
| YUV | 165.58 | 81.96 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 84 | 0.63 | 0 | 0.62 | 0.12 | 120.85 | 0.7 | 0.6 |
| Hex | 52 | E0 | 54 | 3F | 0 | 3E | C | 79 | 46 | 3C |
| Octal | 122 | 340 | 124 | 77 | 0 | 76 | 14 | 171 | 106 | 74 |
| Binary | 1010010 | 11100000 | 1010100 | 111111 | 0 | 111110 | 1100 | 1111001 | 1000110 | 111100 |
Color Harmonies of #52E054
Complementary color
Monochromatic Colors of #52E054
Black with #52E054
Text Example
Text Example
White with #52E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E054; }
p { color: rgb(82,224,84); }
H1.HeaderClassName
{
color: #52E054;
}
.AnyTagClassName
{
color: #52E054;
}
</style>
background-color css
<style>
a { background-color: #52E054; }
a { background-color: rgb(82,224,84); }
div.DivClassName
{
background-color: #52E054;
}
.BgClassName
{
background-color: #52E054;
}
</style>
border-color css
<style>
span { border-color: #52E054; }
span { border-color: rgb(82,224,84); }
td.TdClassName
{
border-color: #52E054;
}
.TagClassName
{
border-color: #52E054;
}
</style>