Shades of Screamin' Green #52F256
Tints of Screamin' Green #52F256
RGB
CMYK
RGB Variations
Color information
#52F256 (or 0x52F256) is known color: Screamin' Green. HEX triplet: 52, F2 and 56. RGB value is (82,242,86). Sum of RGB (Red+Green+Blue) = 82+242+86=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #52F256 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F256 is #AD0DA9. Grayscale: #B0B0B0. Windows color (decimal): -11341226 or 5698130. OLE color: 5698130.
HSL color Cylindrical-coordinate representation of color #52F256: hue angle of 121.5º 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 #52F256 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 86 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.05 |
| HSL | 121.5º | 0.86% | 0.64% | - |
| HSV(B) | 121.5º | 0.66% | 0.95% | - |
| XYZ | 36.91 | 65.97 | 19.59 | - |
| YUV | 176.38 | 76.99 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 86 | 0.66 | 0 | 0.64 | 0.05 | 121.5 | 0.86 | 0.64 |
| Hex | 52 | F2 | 56 | 42 | 0 | 40 | 5 | 7A | 56 | 40 |
| Octal | 122 | 362 | 126 | 102 | 0 | 100 | 5 | 172 | 126 | 100 |
| Binary | 1010010 | 11110010 | 1010110 | 1000010 | 0 | 1000000 | 101 | 1111010 | 1010110 | 1000000 |
Color Harmonies of #52F256
Complementary color
Monochromatic Colors of #52F256
Black with #52F256
Text Example
Text Example
White with #52F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F256; }
p { color: rgb(82,242,86); }
H1.HeaderClassName
{
color: #52F256;
}
.AnyTagClassName
{
color: #52F256;
}
</style>
background-color css
<style>
a { background-color: #52F256; }
a { background-color: rgb(82,242,86); }
div.DivClassName
{
background-color: #52F256;
}
.BgClassName
{
background-color: #52F256;
}
</style>
border-color css
<style>
span { border-color: #52F256; }
span { border-color: rgb(82,242,86); }
td.TdClassName
{
border-color: #52F256;
}
.TagClassName
{
border-color: #52F256;
}
</style>