Shades of Screamin' Green #80FA58
Tints of Screamin' Green #80FA58
RGB
CMYK
RGB Variations
Color information
#80FA58 (or 0x80FA58) is known color: Screamin' Green. HEX triplet: 80, FA and 58. RGB value is (128,250,88). Sum of RGB (Red+Green+Blue) = 128+250+88=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA58 is #7F05A7. Grayscale: #C3C3C3. Windows color (decimal): -8324520 or 5831296. OLE color: 5831296.
HSL color Cylindrical-coordinate representation of color #80FA58: hue angle of 105.19º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80FA58 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 88 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.02 |
| HSL | 105.19º | 0.94% | 0.66% | - |
| HSV(B) | 105.19º | 0.65% | 0.98% | - |
| XYZ | 44.85 | 73.66 | 21.09 | - |
| YUV | 195.05 | 67.58 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 88 | 0.49 | 0 | 0.65 | 0.02 | 105.19 | 0.94 | 0.66 |
| Hex | 80 | FA | 58 | 31 | 0 | 41 | 2 | 69 | 5E | 42 |
| Octal | 200 | 372 | 130 | 61 | 0 | 101 | 2 | 151 | 136 | 102 |
| Binary | 10000000 | 11111010 | 1011000 | 110001 | 0 | 1000001 | 10 | 1101001 | 1011110 | 1000010 |
Color Harmonies of #80FA58
Complementary color
Monochromatic Colors of #80FA58
Black with #80FA58
Text Example
Text Example
White with #80FA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA58; }
p { color: rgb(128,250,88); }
H1.HeaderClassName
{
color: #80FA58;
}
.AnyTagClassName
{
color: #80FA58;
}
</style>
background-color css
<style>
a { background-color: #80FA58; }
a { background-color: rgb(128,250,88); }
div.DivClassName
{
background-color: #80FA58;
}
.BgClassName
{
background-color: #80FA58;
}
</style>
border-color css
<style>
span { border-color: #80FA58; }
span { border-color: rgb(128,250,88); }
td.TdClassName
{
border-color: #80FA58;
}
.TagClassName
{
border-color: #80FA58;
}
</style>