Shades of Screamin' Green #80F258
Tints of Screamin' Green #80F258
RGB
CMYK
RGB Variations
Color information
#80F258 (or 0x80F258) is known color: Screamin' Green. HEX triplet: 80, F2 and 58. RGB value is (128,242,88). Sum of RGB (Red+Green+Blue) = 128+242+88=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #80F258 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F258 is #7F0DA7. Grayscale: #BEBEBE. Windows color (decimal): -8326568 or 5829248. OLE color: 5829248.
HSL color Cylindrical-coordinate representation of color #80F258: hue angle of 104.42º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80F258 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 88 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.05 |
| HSL | 104.42º | 0.86% | 0.65% | - |
| HSV(B) | 104.42º | 0.64% | 0.95% | - |
| XYZ | 42.42 | 68.8 | 20.28 | - |
| YUV | 190.36 | 70.23 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 88 | 0.47 | 0 | 0.64 | 0.05 | 104.42 | 0.86 | 0.65 |
| Hex | 80 | F2 | 58 | 2F | 0 | 40 | 5 | 68 | 56 | 41 |
| Octal | 200 | 362 | 130 | 57 | 0 | 100 | 5 | 150 | 126 | 101 |
| Binary | 10000000 | 11110010 | 1011000 | 101111 | 0 | 1000000 | 101 | 1101000 | 1010110 | 1000001 |
Color Harmonies of #80F258
Complementary color
Monochromatic Colors of #80F258
Black with #80F258
Text Example
Text Example
White with #80F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F258; }
p { color: rgb(128,242,88); }
H1.HeaderClassName
{
color: #80F258;
}
.AnyTagClassName
{
color: #80F258;
}
</style>
background-color css
<style>
a { background-color: #80F258; }
a { background-color: rgb(128,242,88); }
div.DivClassName
{
background-color: #80F258;
}
.BgClassName
{
background-color: #80F258;
}
</style>
border-color css
<style>
span { border-color: #80F258; }
span { border-color: rgb(128,242,88); }
td.TdClassName
{
border-color: #80F258;
}
.TagClassName
{
border-color: #80F258;
}
</style>