Shades of Screamin' Green #7FF04A
Tints of Screamin' Green #7FF04A
RGB
CMYK
RGB Variations
Color information
#7FF04A (or 0x7FF04A) is known color: Screamin' Green. HEX triplet: 7F, F0 and 4A. RGB value is (127,240,74). Sum of RGB (Red+Green+Blue) = 127+240+74=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #7FF04A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF04A is #800FB5. Grayscale: #BBBBBB. Windows color (decimal): -8392630 or 4911231. OLE color: 4911231.
HSL color Cylindrical-coordinate representation of color #7FF04A: hue angle of 100.84º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FF04A is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 240 | 74 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.06 |
| HSL | 100.84º | 0.85% | 0.62% | - |
| HSV(B) | 100.84º | 0.69% | 0.94% | - |
| XYZ | 41.15 | 67.33 | 17.31 | - |
| YUV | 187.29 | 64.06 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 240 | 74 | 0.47 | 0 | 0.69 | 0.06 | 100.84 | 0.85 | 0.62 |
| Hex | 7F | F0 | 4A | 2F | 0 | 45 | 6 | 65 | 55 | 3E |
| Octal | 177 | 360 | 112 | 57 | 0 | 105 | 6 | 145 | 125 | 76 |
| Binary | 1111111 | 11110000 | 1001010 | 101111 | 0 | 1000101 | 110 | 1100101 | 1010101 | 111110 |
Color Harmonies of #7FF04A
Complementary color
Monochromatic Colors of #7FF04A
Black with #7FF04A
Text Example
Text Example
White with #7FF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF04A; }
p { color: rgb(127,240,74); }
H1.HeaderClassName
{
color: #7FF04A;
}
.AnyTagClassName
{
color: #7FF04A;
}
</style>
background-color css
<style>
a { background-color: #7FF04A; }
a { background-color: rgb(127,240,74); }
div.DivClassName
{
background-color: #7FF04A;
}
.BgClassName
{
background-color: #7FF04A;
}
</style>
border-color css
<style>
span { border-color: #7FF04A; }
span { border-color: rgb(127,240,74); }
td.TdClassName
{
border-color: #7FF04A;
}
.TagClassName
{
border-color: #7FF04A;
}
</style>