Shades of Screamin' Green #7FFF61
Tints of Screamin' Green #7FFF61
RGB
CMYK
RGB Variations
Color information
#7FFF61 (or 0x7FFF61) is known color: Screamin' Green. HEX triplet: 7F, FF and 61. RGB value is (127,255,97). Sum of RGB (Red+Green+Blue) = 127+255+97=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFF61 is #80009E. Grayscale: #C7C7C7. Windows color (decimal): -8388767 or 6422399. OLE color: 6422399.
HSL color Cylindrical-coordinate representation of color #7FFF61: hue angle of 108.61º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FFF61 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 97 | - |
| CMYK | 0.50 | 0 | 0.62 | 0 |
| HSL | 108.61º | 1% | 0.69% | - |
| HSV(B) | 108.61º | 0.62% | 1% | - |
| XYZ | 46.67 | 76.9 | 23.69 | - |
| YUV | 198.72 | 70.59 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 97 | 0.50 | 0 | 0.62 | 0 | 108.61 | 1 | 0.69 |
| Hex | 7F | FF | 61 | 32 | 0 | 3E | 0 | 6D | 64 | 45 |
| Octal | 177 | 377 | 141 | 62 | 0 | 76 | 0 | 155 | 144 | 105 |
| Binary | 1111111 | 11111111 | 1100001 | 110010 | 0 | 111110 | 0 | 1101101 | 1100100 | 1000101 |
Color Harmonies of #7FFF61
Complementary color
Monochromatic Colors of #7FFF61
Black with #7FFF61
Text Example
Text Example
White with #7FFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF61; }
p { color: rgb(127,255,97); }
H1.HeaderClassName
{
color: #7FFF61;
}
.AnyTagClassName
{
color: #7FFF61;
}
</style>
background-color css
<style>
a { background-color: #7FFF61; }
a { background-color: rgb(127,255,97); }
div.DivClassName
{
background-color: #7FFF61;
}
.BgClassName
{
background-color: #7FFF61;
}
</style>
border-color css
<style>
span { border-color: #7FFF61; }
span { border-color: rgb(127,255,97); }
td.TdClassName
{
border-color: #7FFF61;
}
.TagClassName
{
border-color: #7FFF61;
}
</style>