Shades of Screamin' Green #7DF15A
Tints of Screamin' Green #7DF15A
RGB
CMYK
RGB Variations
Color information
#7DF15A (or 0x7DF15A) is known color: Screamin' Green. HEX triplet: 7D, F1 and 5A. RGB value is (125,241,90). Sum of RGB (Red+Green+Blue) = 125+241+90=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF15A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF15A is #820EA5. Grayscale: #BDBDBD. Windows color (decimal): -8523430 or 5960061. OLE color: 5960061.
HSL color Cylindrical-coordinate representation of color #7DF15A: hue angle of 106.09º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DF15A is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 90 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.05 |
| HSL | 106.09º | 0.84% | 0.65% | - |
| HSV(B) | 106.09º | 0.63% | 0.95% | - |
| XYZ | 41.76 | 68.01 | 20.6 | - |
| YUV | 189.1 | 72.07 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 90 | 0.48 | 0 | 0.63 | 0.05 | 106.09 | 0.84 | 0.65 |
| Hex | 7D | F1 | 5A | 30 | 0 | 3F | 5 | 6A | 54 | 41 |
| Octal | 175 | 361 | 132 | 60 | 0 | 77 | 5 | 152 | 124 | 101 |
| Binary | 1111101 | 11110001 | 1011010 | 110000 | 0 | 111111 | 101 | 1101010 | 1010100 | 1000001 |
Color Harmonies of #7DF15A
Complementary color
Monochromatic Colors of #7DF15A
Black with #7DF15A
Text Example
Text Example
White with #7DF15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF15A; }
p { color: rgb(125,241,90); }
H1.HeaderClassName
{
color: #7DF15A;
}
.AnyTagClassName
{
color: #7DF15A;
}
</style>
background-color css
<style>
a { background-color: #7DF15A; }
a { background-color: rgb(125,241,90); }
div.DivClassName
{
background-color: #7DF15A;
}
.BgClassName
{
background-color: #7DF15A;
}
</style>
border-color css
<style>
span { border-color: #7DF15A; }
span { border-color: rgb(125,241,90); }
td.TdClassName
{
border-color: #7DF15A;
}
.TagClassName
{
border-color: #7DF15A;
}
</style>