Shades of Screamin' Green #52E349
Tints of Screamin' Green #52E349
RGB
CMYK
RGB Variations
Color information
#52E349 (or 0x52E349) is known color: Screamin' Green. HEX triplet: 52, E3 and 49. RGB value is (82,227,73). Sum of RGB (Red+Green+Blue) = 82+227+73=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 227 (89.06% from 255 or 59.42% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 227 - color contains mainly: green. Hex color #52E349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E349 is #AD1CB6. Grayscale: #A6A6A6. Windows color (decimal): -11345079 or 4842322. OLE color: 4842322.
HSL color Cylindrical-coordinate representation of color #52E349: hue angle of 116.49º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52E349 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 73 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.11 |
| HSL | 116.49º | 0.73% | 0.59% | - |
| HSV(B) | 116.49º | 0.68% | 0.89% | - |
| XYZ | 32.15 | 57.21 | 15.65 | - |
| YUV | 166.09 | 75.46 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 73 | 0.64 | 0 | 0.68 | 0.11 | 116.49 | 0.73 | 0.59 |
| Hex | 52 | E3 | 49 | 40 | 0 | 44 | B | 74 | 49 | 3B |
| Octal | 122 | 343 | 111 | 100 | 0 | 104 | 13 | 164 | 111 | 73 |
| Binary | 1010010 | 11100011 | 1001001 | 1000000 | 0 | 1000100 | 1011 | 1110100 | 1001001 | 111011 |
Color Harmonies of #52E349
Complementary color
Monochromatic Colors of #52E349
Black with #52E349
Text Example
Text Example
White with #52E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E349; }
p { color: rgb(82,227,73); }
H1.HeaderClassName
{
color: #52E349;
}
.AnyTagClassName
{
color: #52E349;
}
</style>
background-color css
<style>
a { background-color: #52E349; }
a { background-color: rgb(82,227,73); }
div.DivClassName
{
background-color: #52E349;
}
.BgClassName
{
background-color: #52E349;
}
</style>
border-color css
<style>
span { border-color: #52E349; }
span { border-color: rgb(82,227,73); }
td.TdClassName
{
border-color: #52E349;
}
.TagClassName
{
border-color: #52E349;
}
</style>