Shades of Screamin' Green #82FF5D
Tints of Screamin' Green #82FF5D
RGB
CMYK
RGB Variations
Color information
#82FF5D (or 0x82FF5D) is known color: Screamin' Green. HEX triplet: 82, FF and 5D. RGB value is (130,255,93). Sum of RGB (Red+Green+Blue) = 130+255+93=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF5D is #7D00A2. Grayscale: #C7C7C7. Windows color (decimal): -8192163 or 6160258. OLE color: 6160258.
HSL color Cylindrical-coordinate representation of color #82FF5D: hue angle of 106.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82FF5D is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 93 | - |
| CMYK | 0.49 | 0 | 0.64 | 0 |
| HSL | 106.3º | 1% | 0.68% | - |
| HSV(B) | 106.3º | 0.64% | 1% | - |
| XYZ | 46.94 | 77.06 | 22.76 | - |
| YUV | 199.16 | 68.09 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 93 | 0.49 | 0 | 0.64 | 0 | 106.3 | 1 | 0.68 |
| Hex | 82 | FF | 5D | 31 | 0 | 40 | 0 | 6A | 64 | 44 |
| Octal | 202 | 377 | 135 | 61 | 0 | 100 | 0 | 152 | 144 | 104 |
| Binary | 10000010 | 11111111 | 1011101 | 110001 | 0 | 1000000 | 0 | 1101010 | 1100100 | 1000100 |
Color Harmonies of #82FF5D
Complementary color
Monochromatic Colors of #82FF5D
Black with #82FF5D
Text Example
Text Example
White with #82FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FF5D; }
p { color: rgb(130,255,93); }
H1.HeaderClassName
{
color: #82FF5D;
}
.AnyTagClassName
{
color: #82FF5D;
}
</style>
background-color css
<style>
a { background-color: #82FF5D; }
a { background-color: rgb(130,255,93); }
div.DivClassName
{
background-color: #82FF5D;
}
.BgClassName
{
background-color: #82FF5D;
}
</style>
border-color css
<style>
span { border-color: #82FF5D; }
span { border-color: rgb(130,255,93); }
td.TdClassName
{
border-color: #82FF5D;
}
.TagClassName
{
border-color: #82FF5D;
}
</style>