Shades of Screamin' Green #52F155
Tints of Screamin' Green #52F155
RGB
CMYK
RGB Variations
Color information
#52F155 (or 0x52F155) is known color: Screamin' Green. HEX triplet: 52, F1 and 55. RGB value is (82,241,85). Sum of RGB (Red+Green+Blue) = 82+241+85=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #52F155 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F155 is #AD0EAA. Grayscale: #B0B0B0. Windows color (decimal): -11341483 or 5632338. OLE color: 5632338.
HSL color Cylindrical-coordinate representation of color #52F155: hue angle of 121.13º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F155 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 85 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.05 |
| HSL | 121.13º | 0.85% | 0.63% | - |
| HSV(B) | 121.13º | 0.66% | 0.95% | - |
| XYZ | 36.57 | 65.36 | 19.28 | - |
| YUV | 175.68 | 76.82 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 85 | 0.66 | 0 | 0.65 | 0.05 | 121.13 | 0.85 | 0.63 |
| Hex | 52 | F1 | 55 | 42 | 0 | 41 | 5 | 79 | 55 | 3F |
| Octal | 122 | 361 | 125 | 102 | 0 | 101 | 5 | 171 | 125 | 77 |
| Binary | 1010010 | 11110001 | 1010101 | 1000010 | 0 | 1000001 | 101 | 1111001 | 1010101 | 111111 |
Color Harmonies of #52F155
Complementary color
Monochromatic Colors of #52F155
Black with #52F155
Text Example
Text Example
White with #52F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F155; }
p { color: rgb(82,241,85); }
H1.HeaderClassName
{
color: #52F155;
}
.AnyTagClassName
{
color: #52F155;
}
</style>
background-color css
<style>
a { background-color: #52F155; }
a { background-color: rgb(82,241,85); }
div.DivClassName
{
background-color: #52F155;
}
.BgClassName
{
background-color: #52F155;
}
</style>
border-color css
<style>
span { border-color: #52F155; }
span { border-color: rgb(82,241,85); }
td.TdClassName
{
border-color: #52F155;
}
.TagClassName
{
border-color: #52F155;
}
</style>