Shades of Screamin' Green #80EF4D
Tints of Screamin' Green #80EF4D
RGB
CMYK
RGB Variations
Color information
#80EF4D (or 0x80EF4D) is known color: Screamin' Green. HEX triplet: 80, EF and 4D. RGB value is (128,239,77). Sum of RGB (Red+Green+Blue) = 128+239+77=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EF4D is #7F10B2. Grayscale: #BBBBBB. Windows color (decimal): -8327347 or 5107584. OLE color: 5107584.
HSL color Cylindrical-coordinate representation of color #80EF4D: hue angle of 101.11º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80EF4D is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 77 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.06 |
| HSL | 101.11º | 0.84% | 0.62% | - |
| HSV(B) | 101.11º | 0.68% | 0.94% | - |
| XYZ | 41.11 | 66.86 | 17.76 | - |
| YUV | 187.34 | 65.73 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 77 | 0.46 | 0 | 0.68 | 0.06 | 101.11 | 0.84 | 0.62 |
| Hex | 80 | EF | 4D | 2E | 0 | 44 | 6 | 65 | 54 | 3E |
| Octal | 200 | 357 | 115 | 56 | 0 | 104 | 6 | 145 | 124 | 76 |
| Binary | 10000000 | 11101111 | 1001101 | 101110 | 0 | 1000100 | 110 | 1100101 | 1010100 | 111110 |
Color Harmonies of #80EF4D
Complementary color
Monochromatic Colors of #80EF4D
Black with #80EF4D
Text Example
Text Example
White with #80EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EF4D; }
p { color: rgb(128,239,77); }
H1.HeaderClassName
{
color: #80EF4D;
}
.AnyTagClassName
{
color: #80EF4D;
}
</style>
background-color css
<style>
a { background-color: #80EF4D; }
a { background-color: rgb(128,239,77); }
div.DivClassName
{
background-color: #80EF4D;
}
.BgClassName
{
background-color: #80EF4D;
}
</style>
border-color css
<style>
span { border-color: #80EF4D; }
span { border-color: rgb(128,239,77); }
td.TdClassName
{
border-color: #80EF4D;
}
.TagClassName
{
border-color: #80EF4D;
}
</style>