Shades of Screamin' Green #80FF5D
Tints of Screamin' Green #80FF5D
RGB
CMYK
RGB Variations
Color information
#80FF5D (or 0x80FF5D) is known color: Screamin' Green. HEX triplet: 80, FF and 5D. RGB value is (128,255,93). Sum of RGB (Red+Green+Blue) = 128+255+93=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF5D is #7F00A2. Grayscale: #C7C7C7. Windows color (decimal): -8323235 or 6160256. OLE color: 6160256.
HSL color Cylindrical-coordinate representation of color #80FF5D: hue angle of 107.04º 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 #80FF5D is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 93 | - |
| CMYK | 0.50 | 0 | 0.64 | 0 |
| HSL | 107.04º | 1% | 0.68% | - |
| HSV(B) | 107.04º | 0.64% | 1% | - |
| XYZ | 46.64 | 76.9 | 22.74 | - |
| YUV | 198.56 | 68.42 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 93 | 0.50 | 0 | 0.64 | 0 | 107.04 | 1 | 0.68 |
| Hex | 80 | FF | 5D | 32 | 0 | 40 | 0 | 6B | 64 | 44 |
| Octal | 200 | 377 | 135 | 62 | 0 | 100 | 0 | 153 | 144 | 104 |
| Binary | 10000000 | 11111111 | 1011101 | 110010 | 0 | 1000000 | 0 | 1101011 | 1100100 | 1000100 |
Color Harmonies of #80FF5D
Complementary color
Monochromatic Colors of #80FF5D
Black with #80FF5D
Text Example
Text Example
White with #80FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF5D; }
p { color: rgb(128,255,93); }
H1.HeaderClassName
{
color: #80FF5D;
}
.AnyTagClassName
{
color: #80FF5D;
}
</style>
background-color css
<style>
a { background-color: #80FF5D; }
a { background-color: rgb(128,255,93); }
div.DivClassName
{
background-color: #80FF5D;
}
.BgClassName
{
background-color: #80FF5D;
}
</style>
border-color css
<style>
span { border-color: #80FF5D; }
span { border-color: rgb(128,255,93); }
td.TdClassName
{
border-color: #80FF5D;
}
.TagClassName
{
border-color: #80FF5D;
}
</style>