Shades of Screamin' Green #82FF6D
Tints of Screamin' Green #82FF6D
RGB
CMYK
RGB Variations
Color information
#82FF6D (or 0x82FF6D) is known color: Screamin' Green. HEX triplet: 82, FF and 6D. RGB value is (130,255,109). Sum of RGB (Red+Green+Blue) = 130+255+109=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FF6D is #7D0092. Grayscale: #C9C9C9. Windows color (decimal): -8192147 or 7208834. OLE color: 7208834.
HSL color Cylindrical-coordinate representation of color #82FF6D: hue angle of 111.37º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82FF6D is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 109 | - |
| CMYK | 0.49 | 0 | 0.57 | 0 |
| HSL | 111.37º | 1% | 0.71% | - |
| HSV(B) | 111.37º | 0.57% | 1% | - |
| XYZ | 47.73 | 77.37 | 26.89 | - |
| YUV | 200.98 | 76.09 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 109 | 0.49 | 0 | 0.57 | 0 | 111.37 | 1 | 0.71 |
| Hex | 82 | FF | 6D | 31 | 0 | 39 | 0 | 6F | 64 | 47 |
| Octal | 202 | 377 | 155 | 61 | 0 | 71 | 0 | 157 | 144 | 107 |
| Binary | 10000010 | 11111111 | 1101101 | 110001 | 0 | 111001 | 0 | 1101111 | 1100100 | 1000111 |
Color Harmonies of #82FF6D
Complementary color
Monochromatic Colors of #82FF6D
Black with #82FF6D
Text Example
Text Example
White with #82FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FF6D; }
p { color: rgb(130,255,109); }
H1.HeaderClassName
{
color: #82FF6D;
}
.AnyTagClassName
{
color: #82FF6D;
}
</style>
background-color css
<style>
a { background-color: #82FF6D; }
a { background-color: rgb(130,255,109); }
div.DivClassName
{
background-color: #82FF6D;
}
.BgClassName
{
background-color: #82FF6D;
}
</style>
border-color css
<style>
span { border-color: #82FF6D; }
span { border-color: rgb(130,255,109); }
td.TdClassName
{
border-color: #82FF6D;
}
.TagClassName
{
border-color: #82FF6D;
}
</style>