Shades of Screamin' Green #52FF80
Tints of Screamin' Green #52FF80
RGB
CMYK
RGB Variations
Color information
#52FF80 (or 0x52FF80) is known color: Screamin' Green. HEX triplet: 52, FF and 80. RGB value is (82,255,128). Sum of RGB (Red+Green+Blue) = 82+255+128=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FF80 is #AD007F. Grayscale: #BDBDBD. Windows color (decimal): -11337856 or 8453970. OLE color: 8453970.
HSL color Cylindrical-coordinate representation of color #52FF80: hue angle of 135.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FF80 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 128 | - |
| CMYK | 0.68 | 0 | 0.50 | 0 |
| HSL | 135.95º | 1% | 0.66% | - |
| HSV(B) | 135.95º | 0.68% | 1% | - |
| XYZ | 43.14 | 74.87 | 32.6 | - |
| YUV | 188.8 | 93.69 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 128 | 0.68 | 0 | 0.50 | 0 | 135.95 | 1 | 0.66 |
| Hex | 52 | FF | 80 | 44 | 0 | 32 | 0 | 88 | 64 | 42 |
| Octal | 122 | 377 | 200 | 104 | 0 | 62 | 0 | 210 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10000000 | 1000100 | 0 | 110010 | 0 | 10001000 | 1100100 | 1000010 |
Color Harmonies of #52FF80
Complementary color
Monochromatic Colors of #52FF80
Black with #52FF80
Text Example
Text Example
White with #52FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FF80; }
p { color: rgb(82,255,128); }
H1.HeaderClassName
{
color: #52FF80;
}
.AnyTagClassName
{
color: #52FF80;
}
</style>
background-color css
<style>
a { background-color: #52FF80; }
a { background-color: rgb(82,255,128); }
div.DivClassName
{
background-color: #52FF80;
}
.BgClassName
{
background-color: #52FF80;
}
</style>
border-color css
<style>
span { border-color: #52FF80; }
span { border-color: rgb(82,255,128); }
td.TdClassName
{
border-color: #52FF80;
}
.TagClassName
{
border-color: #52FF80;
}
</style>