Shades of Screamin' Green #52F165
Tints of Screamin' Green #52F165
RGB
CMYK
RGB Variations
Color information
#52F165 (or 0x52F165) is known color: Screamin' Green. HEX triplet: 52, F1 and 65. RGB value is (82,241,101). Sum of RGB (Red+Green+Blue) = 82+241+101=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #52F165 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F165 is #AD0E9A. Grayscale: #B1B1B1. Windows color (decimal): -11341467 or 6680914. OLE color: 6680914.
HSL color Cylindrical-coordinate representation of color #52F165: hue angle of 127.17º 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 #52F165 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 101 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.05 |
| HSL | 127.17º | 0.85% | 0.63% | - |
| HSV(B) | 127.17º | 0.66% | 0.95% | - |
| XYZ | 37.28 | 65.64 | 23.02 | - |
| YUV | 177.5 | 84.82 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 101 | 0.66 | 0 | 0.58 | 0.05 | 127.17 | 0.85 | 0.63 |
| Hex | 52 | F1 | 65 | 42 | 0 | 3A | 5 | 7F | 55 | 3F |
| Octal | 122 | 361 | 145 | 102 | 0 | 72 | 5 | 177 | 125 | 77 |
| Binary | 1010010 | 11110001 | 1100101 | 1000010 | 0 | 111010 | 101 | 1111111 | 1010101 | 111111 |
Color Harmonies of #52F165
Complementary color
Monochromatic Colors of #52F165
Black with #52F165
Text Example
Text Example
White with #52F165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F165; }
p { color: rgb(82,241,101); }
H1.HeaderClassName
{
color: #52F165;
}
.AnyTagClassName
{
color: #52F165;
}
</style>
background-color css
<style>
a { background-color: #52F165; }
a { background-color: rgb(82,241,101); }
div.DivClassName
{
background-color: #52F165;
}
.BgClassName
{
background-color: #52F165;
}
</style>
border-color css
<style>
span { border-color: #52F165; }
span { border-color: rgb(82,241,101); }
td.TdClassName
{
border-color: #52F165;
}
.TagClassName
{
border-color: #52F165;
}
</style>