Shades of Screamin' Green #52F584
Tints of Screamin' Green #52F584
RGB
CMYK
RGB Variations
Color information
#52F584 (or 0x52F584) is known color: Screamin' Green. HEX triplet: 52, F5 and 84. RGB value is (82,245,132). Sum of RGB (Red+Green+Blue) = 82+245+132=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #52F584 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F584 is #AD0A7B. Grayscale: #B7B7B7. Windows color (decimal): -11340412 or 8713554. OLE color: 8713554.
HSL color Cylindrical-coordinate representation of color #52F584: hue angle of 138.4º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F584 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 132 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.04 |
| HSL | 138.4º | 0.89% | 0.64% | - |
| HSV(B) | 138.4º | 0.67% | 0.96% | - |
| XYZ | 40.3 | 68.76 | 32.98 | - |
| YUV | 183.38 | 99 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 132 | 0.67 | 0 | 0.46 | 0.04 | 138.4 | 0.89 | 0.64 |
| Hex | 52 | F5 | 84 | 43 | 0 | 2E | 4 | 8A | 59 | 40 |
| Octal | 122 | 365 | 204 | 103 | 0 | 56 | 4 | 212 | 131 | 100 |
| Binary | 1010010 | 11110101 | 10000100 | 1000011 | 0 | 101110 | 100 | 10001010 | 1011001 | 1000000 |
Color Harmonies of #52F584
Complementary color
Monochromatic Colors of #52F584
Black with #52F584
Text Example
Text Example
White with #52F584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F584; }
p { color: rgb(82,245,132); }
H1.HeaderClassName
{
color: #52F584;
}
.AnyTagClassName
{
color: #52F584;
}
</style>
background-color css
<style>
a { background-color: #52F584; }
a { background-color: rgb(82,245,132); }
div.DivClassName
{
background-color: #52F584;
}
.BgClassName
{
background-color: #52F584;
}
</style>
border-color css
<style>
span { border-color: #52F584; }
span { border-color: rgb(82,245,132); }
td.TdClassName
{
border-color: #52F584;
}
.TagClassName
{
border-color: #52F584;
}
</style>