Shades of Screamin' Green #80FA5D
Tints of Screamin' Green #80FA5D
RGB
CMYK
RGB Variations
Color information
#80FA5D (or 0x80FA5D) is known color: Screamin' Green. HEX triplet: 80, FA and 5D. RGB value is (128,250,93). Sum of RGB (Red+Green+Blue) = 128+250+93=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA5D is #7F05A2. Grayscale: #C4C4C4. Windows color (decimal): -8324515 or 6158976. OLE color: 6158976.
HSL color Cylindrical-coordinate representation of color #80FA5D: hue angle of 106.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80FA5D is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 93 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.02 |
| HSL | 106.62º | 0.94% | 0.67% | - |
| HSV(B) | 106.62º | 0.63% | 0.98% | - |
| XYZ | 45.06 | 73.75 | 22.22 | - |
| YUV | 195.62 | 70.08 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 93 | 0.49 | 0 | 0.63 | 0.02 | 106.62 | 0.94 | 0.67 |
| Hex | 80 | FA | 5D | 31 | 0 | 3F | 2 | 6B | 5E | 43 |
| Octal | 200 | 372 | 135 | 61 | 0 | 77 | 2 | 153 | 136 | 103 |
| Binary | 10000000 | 11111010 | 1011101 | 110001 | 0 | 111111 | 10 | 1101011 | 1011110 | 1000011 |
Color Harmonies of #80FA5D
Complementary color
Monochromatic Colors of #80FA5D
Black with #80FA5D
Text Example
Text Example
White with #80FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA5D; }
p { color: rgb(128,250,93); }
H1.HeaderClassName
{
color: #80FA5D;
}
.AnyTagClassName
{
color: #80FA5D;
}
</style>
background-color css
<style>
a { background-color: #80FA5D; }
a { background-color: rgb(128,250,93); }
div.DivClassName
{
background-color: #80FA5D;
}
.BgClassName
{
background-color: #80FA5D;
}
</style>
border-color css
<style>
span { border-color: #80FA5D; }
span { border-color: rgb(128,250,93); }
td.TdClassName
{
border-color: #80FA5D;
}
.TagClassName
{
border-color: #80FA5D;
}
</style>