Shades of Screamin' Green #52F549
Tints of Screamin' Green #52F549
RGB
CMYK
RGB Variations
Color information
#52F549 (or 0x52F549) is known color: Screamin' Green. HEX triplet: 52, F5 and 49. RGB value is (82,245,73). Sum of RGB (Red+Green+Blue) = 82+245+73=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 245 (96.09% from 255 or 61.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 245 - color contains mainly: green. Hex color #52F549 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F549 is #AD0AB6. Grayscale: #B1B1B1. Windows color (decimal): -11340471 or 4846930. OLE color: 4846930.
HSL color Cylindrical-coordinate representation of color #52F549: hue angle of 116.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52F549 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 73 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.04 |
| HSL | 116.86º | 0.9% | 0.62% | - |
| HSV(B) | 116.86º | 0.7% | 0.96% | - |
| XYZ | 37.33 | 67.58 | 17.38 | - |
| YUV | 176.66 | 69.5 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 73 | 0.67 | 0 | 0.70 | 0.04 | 116.86 | 0.9 | 0.62 |
| Hex | 52 | F5 | 49 | 43 | 0 | 46 | 4 | 75 | 5A | 3E |
| Octal | 122 | 365 | 111 | 103 | 0 | 106 | 4 | 165 | 132 | 76 |
| Binary | 1010010 | 11110101 | 1001001 | 1000011 | 0 | 1000110 | 100 | 1110101 | 1011010 | 111110 |
Color Harmonies of #52F549
Complementary color
Monochromatic Colors of #52F549
Black with #52F549
Text Example
Text Example
White with #52F549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F549; }
p { color: rgb(82,245,73); }
H1.HeaderClassName
{
color: #52F549;
}
.AnyTagClassName
{
color: #52F549;
}
</style>
background-color css
<style>
a { background-color: #52F549; }
a { background-color: rgb(82,245,73); }
div.DivClassName
{
background-color: #52F549;
}
.BgClassName
{
background-color: #52F549;
}
</style>
border-color css
<style>
span { border-color: #52F549; }
span { border-color: rgb(82,245,73); }
td.TdClassName
{
border-color: #52F549;
}
.TagClassName
{
border-color: #52F549;
}
</style>