Shades of Screamin' Green #76FF80
Tints of Screamin' Green #76FF80
RGB
CMYK
RGB Variations
Color information
#76FF80 (or 0x76FF80) is known color: Screamin' Green. HEX triplet: 76, FF and 80. RGB value is (118,255,128). Sum of RGB (Red+Green+Blue) = 118+255+128=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FF80 is #89007F. Grayscale: #C7C7C7. Windows color (decimal): -8978560 or 8454006. OLE color: 8454006.
HSL color Cylindrical-coordinate representation of color #76FF80: hue angle of 124.38º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FF80 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 128 | - |
| CMYK | 0.54 | 0 | 0.50 | 0 |
| HSL | 124.38º | 1% | 0.73% | - |
| HSV(B) | 124.38º | 0.54% | 1% | - |
| XYZ | 47.13 | 76.93 | 32.79 | - |
| YUV | 199.56 | 87.61 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 128 | 0.54 | 0 | 0.50 | 0 | 124.38 | 1 | 0.73 |
| Hex | 76 | FF | 80 | 36 | 0 | 32 | 0 | 7C | 64 | 49 |
| Octal | 166 | 377 | 200 | 66 | 0 | 62 | 0 | 174 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10000000 | 110110 | 0 | 110010 | 0 | 1111100 | 1100100 | 1001001 |
Color Harmonies of #76FF80
Complementary color
Monochromatic Colors of #76FF80
Black with #76FF80
Text Example
Text Example
White with #76FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF80; }
p { color: rgb(118,255,128); }
H1.HeaderClassName
{
color: #76FF80;
}
.AnyTagClassName
{
color: #76FF80;
}
</style>
background-color css
<style>
a { background-color: #76FF80; }
a { background-color: rgb(118,255,128); }
div.DivClassName
{
background-color: #76FF80;
}
.BgClassName
{
background-color: #76FF80;
}
</style>
border-color css
<style>
span { border-color: #76FF80; }
span { border-color: rgb(118,255,128); }
td.TdClassName
{
border-color: #76FF80;
}
.TagClassName
{
border-color: #76FF80;
}
</style>