Shades of Screamin' Green #82F24E
Tints of Screamin' Green #82F24E
RGB
CMYK
RGB Variations
Color information
#82F24E (or 0x82F24E) is known color: Screamin' Green. HEX triplet: 82, F2 and 4E. RGB value is (130,242,78). Sum of RGB (Red+Green+Blue) = 130+242+78=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #82F24E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F24E is #7D0DB1. Grayscale: #BEBEBE. Windows color (decimal): -8195506 or 5173890. OLE color: 5173890.
HSL color Cylindrical-coordinate representation of color #82F24E: hue angle of 100.98º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82F24E is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 78 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.05 |
| HSL | 100.98º | 0.86% | 0.63% | - |
| HSV(B) | 100.98º | 0.68% | 0.95% | - |
| XYZ | 42.33 | 68.8 | 18.26 | - |
| YUV | 189.82 | 64.89 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 78 | 0.46 | 0 | 0.68 | 0.05 | 100.98 | 0.86 | 0.63 |
| Hex | 82 | F2 | 4E | 2E | 0 | 44 | 5 | 65 | 56 | 3F |
| Octal | 202 | 362 | 116 | 56 | 0 | 104 | 5 | 145 | 126 | 77 |
| Binary | 10000010 | 11110010 | 1001110 | 101110 | 0 | 1000100 | 101 | 1100101 | 1010110 | 111111 |
Color Harmonies of #82F24E
Complementary color
Monochromatic Colors of #82F24E
Black with #82F24E
Text Example
Text Example
White with #82F24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F24E; }
p { color: rgb(130,242,78); }
H1.HeaderClassName
{
color: #82F24E;
}
.AnyTagClassName
{
color: #82F24E;
}
</style>
background-color css
<style>
a { background-color: #82F24E; }
a { background-color: rgb(130,242,78); }
div.DivClassName
{
background-color: #82F24E;
}
.BgClassName
{
background-color: #82F24E;
}
</style>
border-color css
<style>
span { border-color: #82F24E; }
span { border-color: rgb(130,242,78); }
td.TdClassName
{
border-color: #82F24E;
}
.TagClassName
{
border-color: #82F24E;
}
</style>