Shades of Screamin' Green #7FF64A
Tints of Screamin' Green #7FF64A
RGB
CMYK
RGB Variations
Color information
#7FF64A (or 0x7FF64A) is known color: Screamin' Green. HEX triplet: 7F, F6 and 4A. RGB value is (127,246,74). Sum of RGB (Red+Green+Blue) = 127+246+74=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 246 (96.48% from 255 or 55.03% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF64A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF64A is #8009B5. Grayscale: #BFBFBF. Windows color (decimal): -8391094 or 4912767. OLE color: 4912767.
HSL color Cylindrical-coordinate representation of color #7FF64A: hue angle of 101.51º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FF64A is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 246 | 74 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.04 |
| HSL | 101.51º | 0.91% | 0.63% | - |
| HSV(B) | 101.51º | 0.7% | 0.96% | - |
| XYZ | 42.94 | 70.92 | 17.9 | - |
| YUV | 190.81 | 62.08 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 246 | 74 | 0.48 | 0 | 0.70 | 0.04 | 101.51 | 0.91 | 0.63 |
| Hex | 7F | F6 | 4A | 30 | 0 | 46 | 4 | 66 | 5B | 3F |
| Octal | 177 | 366 | 112 | 60 | 0 | 106 | 4 | 146 | 133 | 77 |
| Binary | 1111111 | 11110110 | 1001010 | 110000 | 0 | 1000110 | 100 | 1100110 | 1011011 | 111111 |
Color Harmonies of #7FF64A
Complementary color
Monochromatic Colors of #7FF64A
Black with #7FF64A
Text Example
Text Example
White with #7FF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF64A; }
p { color: rgb(127,246,74); }
H1.HeaderClassName
{
color: #7FF64A;
}
.AnyTagClassName
{
color: #7FF64A;
}
</style>
background-color css
<style>
a { background-color: #7FF64A; }
a { background-color: rgb(127,246,74); }
div.DivClassName
{
background-color: #7FF64A;
}
.BgClassName
{
background-color: #7FF64A;
}
</style>
border-color css
<style>
span { border-color: #7FF64A; }
span { border-color: rgb(127,246,74); }
td.TdClassName
{
border-color: #7FF64A;
}
.TagClassName
{
border-color: #7FF64A;
}
</style>