Shades of Screamin' Green #80F154
Tints of Screamin' Green #80F154
RGB
CMYK
RGB Variations
Color information
#80F154 (or 0x80F154) is known color: Screamin' Green. HEX triplet: 80, F1 and 54. RGB value is (128,241,84). Sum of RGB (Red+Green+Blue) = 128+241+84=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #80F154 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F154 is #7F0EAB. Grayscale: #BDBDBD. Windows color (decimal): -8326828 or 5566848. OLE color: 5566848.
HSL color Cylindrical-coordinate representation of color #80F154: hue angle of 103.18º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80F154 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 84 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.05 |
| HSL | 103.18º | 0.85% | 0.64% | - |
| HSV(B) | 103.18º | 0.65% | 0.95% | - |
| XYZ | 41.96 | 68.14 | 19.33 | - |
| YUV | 189.32 | 68.56 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 84 | 0.47 | 0 | 0.65 | 0.05 | 103.18 | 0.85 | 0.64 |
| Hex | 80 | F1 | 54 | 2F | 0 | 41 | 5 | 67 | 55 | 40 |
| Octal | 200 | 361 | 124 | 57 | 0 | 101 | 5 | 147 | 125 | 100 |
| Binary | 10000000 | 11110001 | 1010100 | 101111 | 0 | 1000001 | 101 | 1100111 | 1010101 | 1000000 |
Color Harmonies of #80F154
Complementary color
Monochromatic Colors of #80F154
Black with #80F154
Text Example
Text Example
White with #80F154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F154; }
p { color: rgb(128,241,84); }
H1.HeaderClassName
{
color: #80F154;
}
.AnyTagClassName
{
color: #80F154;
}
</style>
background-color css
<style>
a { background-color: #80F154; }
a { background-color: rgb(128,241,84); }
div.DivClassName
{
background-color: #80F154;
}
.BgClassName
{
background-color: #80F154;
}
</style>
border-color css
<style>
span { border-color: #80F154; }
span { border-color: rgb(128,241,84); }
td.TdClassName
{
border-color: #80F154;
}
.TagClassName
{
border-color: #80F154;
}
</style>