Shades of Screamin' Green #80F060
Tints of Screamin' Green #80F060
RGB
CMYK
RGB Variations
Color information
#80F060 (or 0x80F060) is known color: Screamin' Green. HEX triplet: 80, F0 and 60. RGB value is (128,240,96). Sum of RGB (Red+Green+Blue) = 128+240+96=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #80F060 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F060 is #7F0F9F. Grayscale: #BEBEBE. Windows color (decimal): -8327072 or 6353024. OLE color: 6353024.
HSL color Cylindrical-coordinate representation of color #80F060: hue angle of 106.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80F060 is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 96 | - |
| CMYK | 0.47 | 0 | 0.6 | 0.06 |
| HSL | 106.67º | 0.83% | 0.66% | - |
| HSV(B) | 106.67º | 0.6% | 0.94% | - |
| XYZ | 42.17 | 67.75 | 21.92 | - |
| YUV | 190.1 | 74.89 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 96 | 0.47 | 0 | 0.6 | 0.06 | 106.67 | 0.83 | 0.66 |
| Hex | 80 | F0 | 60 | 2F | 0 | 3C | 6 | 6B | 53 | 42 |
| Octal | 200 | 360 | 140 | 57 | 0 | 74 | 6 | 153 | 123 | 102 |
| Binary | 10000000 | 11110000 | 1100000 | 101111 | 0 | 111100 | 110 | 1101011 | 1010011 | 1000010 |
Color Harmonies of #80F060
Complementary color
Monochromatic Colors of #80F060
Black with #80F060
Text Example
Text Example
White with #80F060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F060; }
p { color: rgb(128,240,96); }
H1.HeaderClassName
{
color: #80F060;
}
.AnyTagClassName
{
color: #80F060;
}
</style>
background-color css
<style>
a { background-color: #80F060; }
a { background-color: rgb(128,240,96); }
div.DivClassName
{
background-color: #80F060;
}
.BgClassName
{
background-color: #80F060;
}
</style>
border-color css
<style>
span { border-color: #80F060; }
span { border-color: rgb(128,240,96); }
td.TdClassName
{
border-color: #80F060;
}
.TagClassName
{
border-color: #80F060;
}
</style>