Shades of Screamin' Green #80F35E
Tints of Screamin' Green #80F35E
RGB
CMYK
RGB Variations
Color information
#80F35E (or 0x80F35E) is known color: Screamin' Green. HEX triplet: 80, F3 and 5E. RGB value is (128,243,94). Sum of RGB (Red+Green+Blue) = 128+243+94=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #80F35E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F35E is #7F0CA1. Grayscale: #C0C0C0. Windows color (decimal): -8326306 or 6222720. OLE color: 6222720.
HSL color Cylindrical-coordinate representation of color #80F35E: hue angle of 106.31º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80F35E is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 94 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.05 |
| HSL | 106.31º | 0.86% | 0.66% | - |
| HSV(B) | 106.31º | 0.61% | 0.95% | - |
| XYZ | 42.97 | 69.5 | 21.74 | - |
| YUV | 191.63 | 72.9 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 94 | 0.47 | 0 | 0.61 | 0.05 | 106.31 | 0.86 | 0.66 |
| Hex | 80 | F3 | 5E | 2F | 0 | 3D | 5 | 6A | 56 | 42 |
| Octal | 200 | 363 | 136 | 57 | 0 | 75 | 5 | 152 | 126 | 102 |
| Binary | 10000000 | 11110011 | 1011110 | 101111 | 0 | 111101 | 101 | 1101010 | 1010110 | 1000010 |
Color Harmonies of #80F35E
Complementary color
Monochromatic Colors of #80F35E
Black with #80F35E
Text Example
Text Example
White with #80F35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F35E; }
p { color: rgb(128,243,94); }
H1.HeaderClassName
{
color: #80F35E;
}
.AnyTagClassName
{
color: #80F35E;
}
</style>
background-color css
<style>
a { background-color: #80F35E; }
a { background-color: rgb(128,243,94); }
div.DivClassName
{
background-color: #80F35E;
}
.BgClassName
{
background-color: #80F35E;
}
</style>
border-color css
<style>
span { border-color: #80F35E; }
span { border-color: rgb(128,243,94); }
td.TdClassName
{
border-color: #80F35E;
}
.TagClassName
{
border-color: #80F35E;
}
</style>