Shades of Screamin' Green #7FFF75
Tints of Screamin' Green #7FFF75
RGB
CMYK
RGB Variations
Color information
#7FFF75 (or 0x7FFF75) is known color: Screamin' Green. HEX triplet: 7F, FF and 75. RGB value is (127,255,117). Sum of RGB (Red+Green+Blue) = 127+255+117=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFF75 is #80008A. Grayscale: #C9C9C9. Windows color (decimal): -8388747 or 7733119. OLE color: 7733119.
HSL color Cylindrical-coordinate representation of color #7FFF75: hue angle of 115.65º 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 #7FFF75 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 117 | - |
| CMYK | 0.50 | 0 | 0.54 | 0 |
| HSL | 115.65º | 1% | 0.73% | - |
| HSV(B) | 115.65º | 0.54% | 1% | - |
| XYZ | 47.72 | 77.32 | 29.24 | - |
| YUV | 201 | 80.59 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 117 | 0.50 | 0 | 0.54 | 0 | 115.65 | 1 | 0.73 |
| Hex | 7F | FF | 75 | 32 | 0 | 36 | 0 | 74 | 64 | 49 |
| Octal | 177 | 377 | 165 | 62 | 0 | 66 | 0 | 164 | 144 | 111 |
| Binary | 1111111 | 11111111 | 1110101 | 110010 | 0 | 110110 | 0 | 1110100 | 1100100 | 1001001 |
Color Harmonies of #7FFF75
Complementary color
Monochromatic Colors of #7FFF75
Black with #7FFF75
Text Example
Text Example
White with #7FFF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF75; }
p { color: rgb(127,255,117); }
H1.HeaderClassName
{
color: #7FFF75;
}
.AnyTagClassName
{
color: #7FFF75;
}
</style>
background-color css
<style>
a { background-color: #7FFF75; }
a { background-color: rgb(127,255,117); }
div.DivClassName
{
background-color: #7FFF75;
}
.BgClassName
{
background-color: #7FFF75;
}
</style>
border-color css
<style>
span { border-color: #7FFF75; }
span { border-color: rgb(127,255,117); }
td.TdClassName
{
border-color: #7FFF75;
}
.TagClassName
{
border-color: #7FFF75;
}
</style>