Shades of Screamin' Green #75FF80
Tints of Screamin' Green #75FF80
RGB
CMYK
RGB Variations
Color information
#75FF80 (or 0x75FF80) is known color: Screamin' Green. HEX triplet: 75, FF and 80. RGB value is (117,255,128). Sum of RGB (Red+Green+Blue) = 117+255+128=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF80 is #8A007F. Grayscale: #C7C7C7. Windows color (decimal): -9044096 or 8454005. OLE color: 8454005.
HSL color Cylindrical-coordinate representation of color #75FF80: hue angle of 124.78º 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 #75FF80 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 128 | - |
| CMYK | 0.54 | 0 | 0.50 | 0 |
| HSL | 124.78º | 1% | 0.73% | - |
| HSV(B) | 124.78º | 0.54% | 1% | - |
| XYZ | 46.99 | 76.86 | 32.78 | - |
| YUV | 199.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 128 | 0.54 | 0 | 0.50 | 0 | 124.78 | 1 | 0.73 |
| Hex | 75 | FF | 80 | 36 | 0 | 32 | 0 | 7D | 64 | 49 |
| Octal | 165 | 377 | 200 | 66 | 0 | 62 | 0 | 175 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10000000 | 110110 | 0 | 110010 | 0 | 1111101 | 1100100 | 1001001 |
Color Harmonies of #75FF80
Complementary color
Monochromatic Colors of #75FF80
Black with #75FF80
Text Example
Text Example
White with #75FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF80; }
p { color: rgb(117,255,128); }
H1.HeaderClassName
{
color: #75FF80;
}
.AnyTagClassName
{
color: #75FF80;
}
</style>
background-color css
<style>
a { background-color: #75FF80; }
a { background-color: rgb(117,255,128); }
div.DivClassName
{
background-color: #75FF80;
}
.BgClassName
{
background-color: #75FF80;
}
</style>
border-color css
<style>
span { border-color: #75FF80; }
span { border-color: rgb(117,255,128); }
td.TdClassName
{
border-color: #75FF80;
}
.TagClassName
{
border-color: #75FF80;
}
</style>