Shades of Screamin' Green #82FF5C
Tints of Screamin' Green #82FF5C
RGB
CMYK
RGB Variations
Color information
#82FF5C (or 0x82FF5C) is known color: Screamin' Green. HEX triplet: 82, FF and 5C. RGB value is (130,255,92). Sum of RGB (Red+Green+Blue) = 130+255+92=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF5C is #7D00A3. Grayscale: #C7C7C7. Windows color (decimal): -8192164 or 6094722. OLE color: 6094722.
HSL color Cylindrical-coordinate representation of color #82FF5C: hue angle of 106.01º 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 #82FF5C is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 92 | - |
| CMYK | 0.49 | 0 | 0.64 | 0 |
| HSL | 106.01º | 1% | 0.68% | - |
| HSV(B) | 106.01º | 0.64% | 1% | - |
| XYZ | 46.9 | 77.04 | 22.52 | - |
| YUV | 199.04 | 67.59 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 92 | 0.49 | 0 | 0.64 | 0 | 106.01 | 1 | 0.68 |
| Hex | 82 | FF | 5C | 31 | 0 | 40 | 0 | 6A | 64 | 44 |
| Octal | 202 | 377 | 134 | 61 | 0 | 100 | 0 | 152 | 144 | 104 |
| Binary | 10000010 | 11111111 | 1011100 | 110001 | 0 | 1000000 | 0 | 1101010 | 1100100 | 1000100 |
Color Harmonies of #82FF5C
Complementary color
Monochromatic Colors of #82FF5C
Black with #82FF5C
Text Example
Text Example
White with #82FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FF5C; }
p { color: rgb(130,255,92); }
H1.HeaderClassName
{
color: #82FF5C;
}
.AnyTagClassName
{
color: #82FF5C;
}
</style>
background-color css
<style>
a { background-color: #82FF5C; }
a { background-color: rgb(130,255,92); }
div.DivClassName
{
background-color: #82FF5C;
}
.BgClassName
{
background-color: #82FF5C;
}
</style>
border-color css
<style>
span { border-color: #82FF5C; }
span { border-color: rgb(130,255,92); }
td.TdClassName
{
border-color: #82FF5C;
}
.TagClassName
{
border-color: #82FF5C;
}
</style>