Shades of Screamin' Green #7FFF64
Tints of Screamin' Green #7FFF64
RGB
CMYK
RGB Variations
Color information
#7FFF64 (or 0x7FFF64) is known color: Screamin' Green. HEX triplet: 7F, FF and 64. RGB value is (127,255,100). Sum of RGB (Red+Green+Blue) = 127+255+100=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFF64 is #80009B. Grayscale: #C7C7C7. Windows color (decimal): -8388764 or 6619007. OLE color: 6619007.
HSL color Cylindrical-coordinate representation of color #7FFF64: hue angle of 109.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FFF64 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 100 | - |
| CMYK | 0.50 | 0 | 0.61 | 0 |
| HSL | 109.55º | 1% | 0.7% | - |
| HSV(B) | 109.55º | 0.61% | 1% | - |
| XYZ | 46.81 | 76.95 | 24.44 | - |
| YUV | 199.06 | 72.09 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 100 | 0.50 | 0 | 0.61 | 0 | 109.55 | 1 | 0.7 |
| Hex | 7F | FF | 64 | 32 | 0 | 3D | 0 | 6E | 64 | 46 |
| Octal | 177 | 377 | 144 | 62 | 0 | 75 | 0 | 156 | 144 | 106 |
| Binary | 1111111 | 11111111 | 1100100 | 110010 | 0 | 111101 | 0 | 1101110 | 1100100 | 1000110 |
Color Harmonies of #7FFF64
Complementary color
Monochromatic Colors of #7FFF64
Black with #7FFF64
Text Example
Text Example
White with #7FFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF64; }
p { color: rgb(127,255,100); }
H1.HeaderClassName
{
color: #7FFF64;
}
.AnyTagClassName
{
color: #7FFF64;
}
</style>
background-color css
<style>
a { background-color: #7FFF64; }
a { background-color: rgb(127,255,100); }
div.DivClassName
{
background-color: #7FFF64;
}
.BgClassName
{
background-color: #7FFF64;
}
</style>
border-color css
<style>
span { border-color: #7FFF64; }
span { border-color: rgb(127,255,100); }
td.TdClassName
{
border-color: #7FFF64;
}
.TagClassName
{
border-color: #7FFF64;
}
</style>