Shades of Screamin' Green #80FB6A
Tints of Screamin' Green #80FB6A
RGB
CMYK
RGB Variations
Color information
#80FB6A (or 0x80FB6A) is known color: Screamin' Green. HEX triplet: 80, FB and 6A. RGB value is (128,251,106). Sum of RGB (Red+Green+Blue) = 128+251+106=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FB6A is #7F0495. Grayscale: #C6C6C6. Windows color (decimal): -8324246 or 7011200. OLE color: 7011200.
HSL color Cylindrical-coordinate representation of color #80FB6A: hue angle of 110.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80FB6A is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 106 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.02 |
| HSL | 110.9º | 0.95% | 0.7% | - |
| HSV(B) | 110.9º | 0.58% | 0.98% | - |
| XYZ | 46 | 74.62 | 25.62 | - |
| YUV | 197.69 | 76.25 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 106 | 0.49 | 0 | 0.58 | 0.02 | 110.9 | 0.95 | 0.7 |
| Hex | 80 | FB | 6A | 31 | 0 | 3A | 2 | 6F | 5F | 46 |
| Octal | 200 | 373 | 152 | 61 | 0 | 72 | 2 | 157 | 137 | 106 |
| Binary | 10000000 | 11111011 | 1101010 | 110001 | 0 | 111010 | 10 | 1101111 | 1011111 | 1000110 |
Color Harmonies of #80FB6A
Complementary color
Monochromatic Colors of #80FB6A
Black with #80FB6A
Text Example
Text Example
White with #80FB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB6A; }
p { color: rgb(128,251,106); }
H1.HeaderClassName
{
color: #80FB6A;
}
.AnyTagClassName
{
color: #80FB6A;
}
</style>
background-color css
<style>
a { background-color: #80FB6A; }
a { background-color: rgb(128,251,106); }
div.DivClassName
{
background-color: #80FB6A;
}
.BgClassName
{
background-color: #80FB6A;
}
</style>
border-color css
<style>
span { border-color: #80FB6A; }
span { border-color: rgb(128,251,106); }
td.TdClassName
{
border-color: #80FB6A;
}
.TagClassName
{
border-color: #80FB6A;
}
</style>