Shades of Screamin' Green #80F265
Tints of Screamin' Green #80F265
RGB
CMYK
RGB Variations
Color information
#80F265 (or 0x80F265) is known color: Screamin' Green. HEX triplet: 80, F2 and 65. RGB value is (128,242,101). Sum of RGB (Red+Green+Blue) = 128+242+101=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #80F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F265 is #7F0D9A. Grayscale: #C0C0C0. Windows color (decimal): -8326555 or 6681216. OLE color: 6681216.
HSL color Cylindrical-coordinate representation of color #80F265: hue angle of 108.51º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80F265 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 101 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.05 |
| HSL | 108.51º | 0.84% | 0.67% | - |
| HSV(B) | 108.51º | 0.58% | 0.95% | - |
| XYZ | 43 | 69.03 | 23.37 | - |
| YUV | 191.84 | 76.73 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 101 | 0.47 | 0 | 0.58 | 0.05 | 108.51 | 0.84 | 0.67 |
| Hex | 80 | F2 | 65 | 2F | 0 | 3A | 5 | 6D | 54 | 43 |
| Octal | 200 | 362 | 145 | 57 | 0 | 72 | 5 | 155 | 124 | 103 |
| Binary | 10000000 | 11110010 | 1100101 | 101111 | 0 | 111010 | 101 | 1101101 | 1010100 | 1000011 |
Color Harmonies of #80F265
Complementary color
Monochromatic Colors of #80F265
Black with #80F265
Text Example
Text Example
White with #80F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F265; }
p { color: rgb(128,242,101); }
H1.HeaderClassName
{
color: #80F265;
}
.AnyTagClassName
{
color: #80F265;
}
</style>
background-color css
<style>
a { background-color: #80F265; }
a { background-color: rgb(128,242,101); }
div.DivClassName
{
background-color: #80F265;
}
.BgClassName
{
background-color: #80F265;
}
</style>
border-color css
<style>
span { border-color: #80F265; }
span { border-color: rgb(128,242,101); }
td.TdClassName
{
border-color: #80F265;
}
.TagClassName
{
border-color: #80F265;
}
</style>