Shades of Screamin' Green #80FF4D
Tints of Screamin' Green #80FF4D
RGB
CMYK
RGB Variations
Color information
#80FF4D (or 0x80FF4D) is known color: Screamin' Green. HEX triplet: 80, FF and 4D. RGB value is (128,255,77). Sum of RGB (Red+Green+Blue) = 128+255+77=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF4D is #7F00B2. Grayscale: #C5C5C5. Windows color (decimal): -8323251 or 5111680. OLE color: 5111680.
HSL color Cylindrical-coordinate representation of color #80FF4D: hue angle of 102.81º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80FF4D is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 77 | - |
| CMYK | 0.50 | 0 | 0.70 | 0 |
| HSL | 102.81º | 1% | 0.65% | - |
| HSV(B) | 102.81º | 0.7% | 1% | - |
| XYZ | 46 | 76.65 | 19.39 | - |
| YUV | 196.74 | 60.42 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 77 | 0.50 | 0 | 0.70 | 0 | 102.81 | 1 | 0.65 |
| Hex | 80 | FF | 4D | 32 | 0 | 46 | 0 | 67 | 64 | 41 |
| Octal | 200 | 377 | 115 | 62 | 0 | 106 | 0 | 147 | 144 | 101 |
| Binary | 10000000 | 11111111 | 1001101 | 110010 | 0 | 1000110 | 0 | 1100111 | 1100100 | 1000001 |
Color Harmonies of #80FF4D
Complementary color
Monochromatic Colors of #80FF4D
Black with #80FF4D
Text Example
Text Example
White with #80FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF4D; }
p { color: rgb(128,255,77); }
H1.HeaderClassName
{
color: #80FF4D;
}
.AnyTagClassName
{
color: #80FF4D;
}
</style>
background-color css
<style>
a { background-color: #80FF4D; }
a { background-color: rgb(128,255,77); }
div.DivClassName
{
background-color: #80FF4D;
}
.BgClassName
{
background-color: #80FF4D;
}
</style>
border-color css
<style>
span { border-color: #80FF4D; }
span { border-color: rgb(128,255,77); }
td.TdClassName
{
border-color: #80FF4D;
}
.TagClassName
{
border-color: #80FF4D;
}
</style>