Shades of Screamin' Green #52FF81
Tints of Screamin' Green #52FF81
RGB
CMYK
RGB Variations
Color information
#52FF81 (or 0x52FF81) is known color: Screamin' Green. HEX triplet: 52, FF and 81. RGB value is (82,255,129). Sum of RGB (Red+Green+Blue) = 82+255+129=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FF81 is #AD007E. Grayscale: #BDBDBD. Windows color (decimal): -11337855 or 8519506. OLE color: 8519506.
HSL color Cylindrical-coordinate representation of color #52FF81: hue angle of 136.3º 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 #52FF81 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 129 | - |
| CMYK | 0.68 | 0 | 0.49 | 0 |
| HSL | 136.3º | 1% | 0.66% | - |
| HSV(B) | 136.3º | 0.68% | 1% | - |
| XYZ | 43.2 | 74.9 | 32.95 | - |
| YUV | 188.91 | 94.19 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 129 | 0.68 | 0 | 0.49 | 0 | 136.3 | 1 | 0.66 |
| Hex | 52 | FF | 81 | 44 | 0 | 31 | 0 | 88 | 64 | 42 |
| Octal | 122 | 377 | 201 | 104 | 0 | 61 | 0 | 210 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10000001 | 1000100 | 0 | 110001 | 0 | 10001000 | 1100100 | 1000010 |
Color Harmonies of #52FF81
Complementary color
Monochromatic Colors of #52FF81
Black with #52FF81
Text Example
Text Example
White with #52FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FF81; }
p { color: rgb(82,255,129); }
H1.HeaderClassName
{
color: #52FF81;
}
.AnyTagClassName
{
color: #52FF81;
}
</style>
background-color css
<style>
a { background-color: #52FF81; }
a { background-color: rgb(82,255,129); }
div.DivClassName
{
background-color: #52FF81;
}
.BgClassName
{
background-color: #52FF81;
}
</style>
border-color css
<style>
span { border-color: #52FF81; }
span { border-color: rgb(82,255,129); }
td.TdClassName
{
border-color: #52FF81;
}
.TagClassName
{
border-color: #52FF81;
}
</style>