Shades of Screamin' Green #7FFF72
Tints of Screamin' Green #7FFF72
RGB
CMYK
RGB Variations
Color information
#7FFF72 (or 0x7FFF72) is known color: Screamin' Green. HEX triplet: 7F, FF and 72. RGB value is (127,255,114). Sum of RGB (Red+Green+Blue) = 127+255+114=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFF72 is #80008D. Grayscale: #C9C9C9. Windows color (decimal): -8388750 or 7536511. OLE color: 7536511.
HSL color Cylindrical-coordinate representation of color #7FFF72: hue angle of 114.47º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FFF72 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 114 | - |
| CMYK | 0.50 | 0 | 0.55 | 0 |
| HSL | 114.47º | 1% | 0.72% | - |
| HSV(B) | 114.47º | 0.55% | 1% | - |
| XYZ | 47.55 | 77.25 | 28.32 | - |
| YUV | 200.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 114 | 0.50 | 0 | 0.55 | 0 | 114.47 | 1 | 0.72 |
| Hex | 7F | FF | 72 | 32 | 0 | 37 | 0 | 72 | 64 | 48 |
| Octal | 177 | 377 | 162 | 62 | 0 | 67 | 0 | 162 | 144 | 110 |
| Binary | 1111111 | 11111111 | 1110010 | 110010 | 0 | 110111 | 0 | 1110010 | 1100100 | 1001000 |
Color Harmonies of #7FFF72
Complementary color
Monochromatic Colors of #7FFF72
Black with #7FFF72
Text Example
Text Example
White with #7FFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF72; }
p { color: rgb(127,255,114); }
H1.HeaderClassName
{
color: #7FFF72;
}
.AnyTagClassName
{
color: #7FFF72;
}
</style>
background-color css
<style>
a { background-color: #7FFF72; }
a { background-color: rgb(127,255,114); }
div.DivClassName
{
background-color: #7FFF72;
}
.BgClassName
{
background-color: #7FFF72;
}
</style>
border-color css
<style>
span { border-color: #7FFF72; }
span { border-color: rgb(127,255,114); }
td.TdClassName
{
border-color: #7FFF72;
}
.TagClassName
{
border-color: #7FFF72;
}
</style>