Shades of Screamin' Green #7DF049
Tints of Screamin' Green #7DF049
RGB
CMYK
RGB Variations
Color information
#7DF049 (or 0x7DF049) is known color: Screamin' Green. HEX triplet: 7D, F0 and 49. RGB value is (125,240,73). Sum of RGB (Red+Green+Blue) = 125+240+73=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF049 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF049 is #820FB6. Grayscale: #BBBBBB. Windows color (decimal): -8523703 or 4845693. OLE color: 4845693.
HSL color Cylindrical-coordinate representation of color #7DF049: hue angle of 101.32º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DF049 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 73 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.06 |
| HSL | 101.32º | 0.85% | 0.61% | - |
| HSV(B) | 101.32º | 0.7% | 0.94% | - |
| XYZ | 40.82 | 67.16 | 17.12 | - |
| YUV | 186.58 | 63.9 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 73 | 0.48 | 0 | 0.70 | 0.06 | 101.32 | 0.85 | 0.61 |
| Hex | 7D | F0 | 49 | 30 | 0 | 46 | 6 | 65 | 55 | 3D |
| Octal | 175 | 360 | 111 | 60 | 0 | 106 | 6 | 145 | 125 | 75 |
| Binary | 1111101 | 11110000 | 1001001 | 110000 | 0 | 1000110 | 110 | 1100101 | 1010101 | 111101 |
Color Harmonies of #7DF049
Complementary color
Monochromatic Colors of #7DF049
Black with #7DF049
Text Example
Text Example
White with #7DF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF049; }
p { color: rgb(125,240,73); }
H1.HeaderClassName
{
color: #7DF049;
}
.AnyTagClassName
{
color: #7DF049;
}
</style>
background-color css
<style>
a { background-color: #7DF049; }
a { background-color: rgb(125,240,73); }
div.DivClassName
{
background-color: #7DF049;
}
.BgClassName
{
background-color: #7DF049;
}
</style>
border-color css
<style>
span { border-color: #7DF049; }
span { border-color: rgb(125,240,73); }
td.TdClassName
{
border-color: #7DF049;
}
.TagClassName
{
border-color: #7DF049;
}
</style>