Shades of Screamin' Green #80FD5B
Tints of Screamin' Green #80FD5B
RGB
CMYK
RGB Variations
Color information
#80FD5B (or 0x80FD5B) is known color: Screamin' Green. HEX triplet: 80, FD and 5B. RGB value is (128,253,91). Sum of RGB (Red+Green+Blue) = 128+253+91=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FD5B is #7F02A4. Grayscale: #C5C5C5. Windows color (decimal): -8323749 or 6028672. OLE color: 6028672.
HSL color Cylindrical-coordinate representation of color #80FD5B: hue angle of 106.3º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80FD5B is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 91 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.01 |
| HSL | 106.3º | 0.98% | 0.67% | - |
| HSV(B) | 106.3º | 0.64% | 0.99% | - |
| XYZ | 45.92 | 75.6 | 22.07 | - |
| YUV | 197.16 | 68.09 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 91 | 0.49 | 0 | 0.64 | 0.01 | 106.3 | 0.98 | 0.67 |
| Hex | 80 | FD | 5B | 31 | 0 | 40 | 1 | 6A | 62 | 43 |
| Octal | 200 | 375 | 133 | 61 | 0 | 100 | 1 | 152 | 142 | 103 |
| Binary | 10000000 | 11111101 | 1011011 | 110001 | 0 | 1000000 | 1 | 1101010 | 1100010 | 1000011 |
Color Harmonies of #80FD5B
Complementary color
Monochromatic Colors of #80FD5B
Black with #80FD5B
Text Example
Text Example
White with #80FD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD5B; }
p { color: rgb(128,253,91); }
H1.HeaderClassName
{
color: #80FD5B;
}
.AnyTagClassName
{
color: #80FD5B;
}
</style>
background-color css
<style>
a { background-color: #80FD5B; }
a { background-color: rgb(128,253,91); }
div.DivClassName
{
background-color: #80FD5B;
}
.BgClassName
{
background-color: #80FD5B;
}
</style>
border-color css
<style>
span { border-color: #80FD5B; }
span { border-color: rgb(128,253,91); }
td.TdClassName
{
border-color: #80FD5B;
}
.TagClassName
{
border-color: #80FD5B;
}
</style>