Shades of Screamin' Green #52F166
Tints of Screamin' Green #52F166
RGB
CMYK
RGB Variations
Color information
#52F166 (or 0x52F166) is known color: Screamin' Green. HEX triplet: 52, F1 and 66. RGB value is (82,241,102). Sum of RGB (Red+Green+Blue) = 82+241+102=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #52F166 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F166 is #AD0E99. Grayscale: #B2B2B2. Windows color (decimal): -11341466 or 6746450. OLE color: 6746450.
HSL color Cylindrical-coordinate representation of color #52F166: hue angle of 127.55º 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 #52F166 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 102 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.05 |
| HSL | 127.55º | 0.85% | 0.63% | - |
| HSV(B) | 127.55º | 0.66% | 0.95% | - |
| XYZ | 37.33 | 65.66 | 23.28 | - |
| YUV | 177.61 | 85.32 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 102 | 0.66 | 0 | 0.58 | 0.05 | 127.55 | 0.85 | 0.63 |
| Hex | 52 | F1 | 66 | 42 | 0 | 3A | 5 | 80 | 55 | 3F |
| Octal | 122 | 361 | 146 | 102 | 0 | 72 | 5 | 200 | 125 | 77 |
| Binary | 1010010 | 11110001 | 1100110 | 1000010 | 0 | 111010 | 101 | 10000000 | 1010101 | 111111 |
Color Harmonies of #52F166
Complementary color
Monochromatic Colors of #52F166
Black with #52F166
Text Example
Text Example
White with #52F166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F166; }
p { color: rgb(82,241,102); }
H1.HeaderClassName
{
color: #52F166;
}
.AnyTagClassName
{
color: #52F166;
}
</style>
background-color css
<style>
a { background-color: #52F166; }
a { background-color: rgb(82,241,102); }
div.DivClassName
{
background-color: #52F166;
}
.BgClassName
{
background-color: #52F166;
}
</style>
border-color css
<style>
span { border-color: #52F166; }
span { border-color: rgb(82,241,102); }
td.TdClassName
{
border-color: #52F166;
}
.TagClassName
{
border-color: #52F166;
}
</style>