Shades of Screamin' Green #80FE67
Tints of Screamin' Green #80FE67
RGB
CMYK
RGB Variations
Color information
#80FE67 (or 0x80FE67) is known color: Screamin' Green. HEX triplet: 80, FE and 67. RGB value is (128,254,103). Sum of RGB (Red+Green+Blue) = 128+254+103=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FE67 is #7F0198. Grayscale: #C7C7C7. Windows color (decimal): -8323481 or 6815360. OLE color: 6815360.
HSL color Cylindrical-coordinate representation of color #80FE67: hue angle of 110.07º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80FE67 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 103 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.00 |
| HSL | 110.07º | 0.99% | 0.7% | - |
| HSV(B) | 110.07º | 0.59% | 1% | - |
| XYZ | 46.79 | 76.45 | 25.12 | - |
| YUV | 199.11 | 73.76 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 103 | 0.50 | 0 | 0.59 | 0.00 | 110.07 | 0.99 | 0.7 |
| Hex | 80 | FE | 67 | 32 | 0 | 3B | 0 | 6E | 63 | 46 |
| Octal | 200 | 376 | 147 | 62 | 0 | 73 | 0 | 156 | 143 | 106 |
| Binary | 10000000 | 11111110 | 1100111 | 110010 | 0 | 111011 | 0 | 1101110 | 1100011 | 1000110 |
Color Harmonies of #80FE67
Complementary color
Monochromatic Colors of #80FE67
Black with #80FE67
Text Example
Text Example
White with #80FE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE67; }
p { color: rgb(128,254,103); }
H1.HeaderClassName
{
color: #80FE67;
}
.AnyTagClassName
{
color: #80FE67;
}
</style>
background-color css
<style>
a { background-color: #80FE67; }
a { background-color: rgb(128,254,103); }
div.DivClassName
{
background-color: #80FE67;
}
.BgClassName
{
background-color: #80FE67;
}
</style>
border-color css
<style>
span { border-color: #80FE67; }
span { border-color: rgb(128,254,103); }
td.TdClassName
{
border-color: #80FE67;
}
.TagClassName
{
border-color: #80FE67;
}
</style>