Shades of Screamin' Green #52E94E
Tints of Screamin' Green #52E94E
RGB
CMYK
RGB Variations
Color information
#52E94E (or 0x52E94E) is known color: Screamin' Green. HEX triplet: 52, E9 and 4E. RGB value is (82,233,78). Sum of RGB (Red+Green+Blue) = 82+233+78=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 233 (91.41% from 255 or 59.29% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 233 - color contains mainly: green. Hex color #52E94E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E94E is #AD16B1. Grayscale: #AAAAAA. Windows color (decimal): -11343538 or 5171538. OLE color: 5171538.
HSL color Cylindrical-coordinate representation of color #52E94E: hue angle of 118.45º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52E94E is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 78 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.09 |
| HSL | 118.45º | 0.78% | 0.61% | - |
| HSV(B) | 118.45º | 0.67% | 0.91% | - |
| XYZ | 33.99 | 60.62 | 17.12 | - |
| YUV | 170.18 | 75.97 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 78 | 0.65 | 0 | 0.67 | 0.09 | 118.45 | 0.78 | 0.61 |
| Hex | 52 | E9 | 4E | 41 | 0 | 43 | 9 | 76 | 4E | 3D |
| Octal | 122 | 351 | 116 | 101 | 0 | 103 | 11 | 166 | 116 | 75 |
| Binary | 1010010 | 11101001 | 1001110 | 1000001 | 0 | 1000011 | 1001 | 1110110 | 1001110 | 111101 |
Color Harmonies of #52E94E
Complementary color
Monochromatic Colors of #52E94E
Black with #52E94E
Text Example
Text Example
White with #52E94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E94E; }
p { color: rgb(82,233,78); }
H1.HeaderClassName
{
color: #52E94E;
}
.AnyTagClassName
{
color: #52E94E;
}
</style>
background-color css
<style>
a { background-color: #52E94E; }
a { background-color: rgb(82,233,78); }
div.DivClassName
{
background-color: #52E94E;
}
.BgClassName
{
background-color: #52E94E;
}
</style>
border-color css
<style>
span { border-color: #52E94E; }
span { border-color: rgb(82,233,78); }
td.TdClassName
{
border-color: #52E94E;
}
.TagClassName
{
border-color: #52E94E;
}
</style>