Shades of Screamin' Green #52F258
Tints of Screamin' Green #52F258
RGB
CMYK
RGB Variations
Color information
#52F258 (or 0x52F258) is known color: Screamin' Green. HEX triplet: 52, F2 and 58. RGB value is (82,242,88). Sum of RGB (Red+Green+Blue) = 82+242+88=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #52F258 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F258 is #AD0DA7. Grayscale: #B1B1B1. Windows color (decimal): -11341224 or 5829202. OLE color: 5829202.
HSL color Cylindrical-coordinate representation of color #52F258: hue angle of 122.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F258 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 88 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.05 |
| HSL | 122.25º | 0.86% | 0.64% | - |
| HSV(B) | 122.25º | 0.66% | 0.95% | - |
| XYZ | 36.99 | 66 | 20.02 | - |
| YUV | 176.6 | 77.99 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 88 | 0.66 | 0 | 0.64 | 0.05 | 122.25 | 0.86 | 0.64 |
| Hex | 52 | F2 | 58 | 42 | 0 | 40 | 5 | 7A | 56 | 40 |
| Octal | 122 | 362 | 130 | 102 | 0 | 100 | 5 | 172 | 126 | 100 |
| Binary | 1010010 | 11110010 | 1011000 | 1000010 | 0 | 1000000 | 101 | 1111010 | 1010110 | 1000000 |
Color Harmonies of #52F258
Complementary color
Monochromatic Colors of #52F258
Black with #52F258
Text Example
Text Example
White with #52F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F258; }
p { color: rgb(82,242,88); }
H1.HeaderClassName
{
color: #52F258;
}
.AnyTagClassName
{
color: #52F258;
}
</style>
background-color css
<style>
a { background-color: #52F258; }
a { background-color: rgb(82,242,88); }
div.DivClassName
{
background-color: #52F258;
}
.BgClassName
{
background-color: #52F258;
}
</style>
border-color css
<style>
span { border-color: #52F258; }
span { border-color: rgb(82,242,88); }
td.TdClassName
{
border-color: #52F258;
}
.TagClassName
{
border-color: #52F258;
}
</style>