Shades of Screamin' Green #53FF82
Tints of Screamin' Green #53FF82
RGB
CMYK
RGB Variations
Color information
#53FF82 (or 0x53FF82) is known color: Screamin' Green. HEX triplet: 53, FF and 82. RGB value is (83,255,130). Sum of RGB (Red+Green+Blue) = 83+255+130=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FF82 is #AC007D. Grayscale: #BDBDBD. Windows color (decimal): -11272318 or 8585043. OLE color: 8585043.
HSL color Cylindrical-coordinate representation of color #53FF82: hue angle of 136.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FF82 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 130 | - |
| CMYK | 0.67 | 0 | 0.49 | 0 |
| HSL | 136.4º | 1% | 0.66% | - |
| HSV(B) | 136.4º | 0.67% | 1% | - |
| XYZ | 43.36 | 74.97 | 33.3 | - |
| YUV | 189.32 | 94.52 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 130 | 0.67 | 0 | 0.49 | 0 | 136.4 | 1 | 0.66 |
| Hex | 53 | FF | 82 | 43 | 0 | 31 | 0 | 88 | 64 | 42 |
| Octal | 123 | 377 | 202 | 103 | 0 | 61 | 0 | 210 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10000010 | 1000011 | 0 | 110001 | 0 | 10001000 | 1100100 | 1000010 |
Color Harmonies of #53FF82
Complementary color
Monochromatic Colors of #53FF82
Black with #53FF82
Text Example
Text Example
White with #53FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FF82; }
p { color: rgb(83,255,130); }
H1.HeaderClassName
{
color: #53FF82;
}
.AnyTagClassName
{
color: #53FF82;
}
</style>
background-color css
<style>
a { background-color: #53FF82; }
a { background-color: rgb(83,255,130); }
div.DivClassName
{
background-color: #53FF82;
}
.BgClassName
{
background-color: #53FF82;
}
</style>
border-color css
<style>
span { border-color: #53FF82; }
span { border-color: rgb(83,255,130); }
td.TdClassName
{
border-color: #53FF82;
}
.TagClassName
{
border-color: #53FF82;
}
</style>