Shades of Screamin' Green #80F05E
Tints of Screamin' Green #80F05E
RGB
CMYK
RGB Variations
Color information
#80F05E (or 0x80F05E) is known color: Screamin' Green. HEX triplet: 80, F0 and 5E. RGB value is (128,240,94). Sum of RGB (Red+Green+Blue) = 128+240+94=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #80F05E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F05E is #7F0FA1. Grayscale: #BEBEBE. Windows color (decimal): -8327074 or 6221952. OLE color: 6221952.
HSL color Cylindrical-coordinate representation of color #80F05E: hue angle of 106.03º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80F05E is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 94 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.06 |
| HSL | 106.03º | 0.83% | 0.65% | - |
| HSV(B) | 106.03º | 0.61% | 0.94% | - |
| XYZ | 42.08 | 67.72 | 21.44 | - |
| YUV | 189.87 | 73.89 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 94 | 0.47 | 0 | 0.61 | 0.06 | 106.03 | 0.83 | 0.65 |
| Hex | 80 | F0 | 5E | 2F | 0 | 3D | 6 | 6A | 53 | 41 |
| Octal | 200 | 360 | 136 | 57 | 0 | 75 | 6 | 152 | 123 | 101 |
| Binary | 10000000 | 11110000 | 1011110 | 101111 | 0 | 111101 | 110 | 1101010 | 1010011 | 1000001 |
Color Harmonies of #80F05E
Complementary color
Monochromatic Colors of #80F05E
Black with #80F05E
Text Example
Text Example
White with #80F05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F05E; }
p { color: rgb(128,240,94); }
H1.HeaderClassName
{
color: #80F05E;
}
.AnyTagClassName
{
color: #80F05E;
}
</style>
background-color css
<style>
a { background-color: #80F05E; }
a { background-color: rgb(128,240,94); }
div.DivClassName
{
background-color: #80F05E;
}
.BgClassName
{
background-color: #80F05E;
}
</style>
border-color css
<style>
span { border-color: #80F05E; }
span { border-color: rgb(128,240,94); }
td.TdClassName
{
border-color: #80F05E;
}
.TagClassName
{
border-color: #80F05E;
}
</style>