Shades of Screamin' Green #80F254
Tints of Screamin' Green #80F254
RGB
CMYK
RGB Variations
Color information
#80F254 (or 0x80F254) is known color: Screamin' Green. HEX triplet: 80, F2 and 54. RGB value is (128,242,84). Sum of RGB (Red+Green+Blue) = 128+242+84=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #80F254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F254 is #7F0DAB. Grayscale: #BEBEBE. Windows color (decimal): -8326572 or 5567104. OLE color: 5567104.
HSL color Cylindrical-coordinate representation of color #80F254: hue angle of 103.29º degrees, saturation: 0.86, 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 #80F254 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 84 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.05 |
| HSL | 103.29º | 0.86% | 0.64% | - |
| HSV(B) | 103.29º | 0.65% | 0.95% | - |
| XYZ | 42.25 | 68.73 | 19.43 | - |
| YUV | 189.9 | 68.23 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 84 | 0.47 | 0 | 0.65 | 0.05 | 103.29 | 0.86 | 0.64 |
| Hex | 80 | F2 | 54 | 2F | 0 | 41 | 5 | 67 | 56 | 40 |
| Octal | 200 | 362 | 124 | 57 | 0 | 101 | 5 | 147 | 126 | 100 |
| Binary | 10000000 | 11110010 | 1010100 | 101111 | 0 | 1000001 | 101 | 1100111 | 1010110 | 1000000 |
Color Harmonies of #80F254
Complementary color
Monochromatic Colors of #80F254
Black with #80F254
Text Example
Text Example
White with #80F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F254; }
p { color: rgb(128,242,84); }
H1.HeaderClassName
{
color: #80F254;
}
.AnyTagClassName
{
color: #80F254;
}
</style>
background-color css
<style>
a { background-color: #80F254; }
a { background-color: rgb(128,242,84); }
div.DivClassName
{
background-color: #80F254;
}
.BgClassName
{
background-color: #80F254;
}
</style>
border-color css
<style>
span { border-color: #80F254; }
span { border-color: rgb(128,242,84); }
td.TdClassName
{
border-color: #80F254;
}
.TagClassName
{
border-color: #80F254;
}
</style>