Shades of Screamin' Green #7DF25A
Tints of Screamin' Green #7DF25A
RGB
CMYK
RGB Variations
Color information
#7DF25A (or 0x7DF25A) is known color: Screamin' Green. HEX triplet: 7D, F2 and 5A. RGB value is (125,242,90). Sum of RGB (Red+Green+Blue) = 125+242+90=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF25A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF25A is #820DA5. Grayscale: #BEBEBE. Windows color (decimal): -8523174 or 5960317. OLE color: 5960317.
HSL color Cylindrical-coordinate representation of color #7DF25A: hue angle of 106.18º degrees, saturation: 0.85, 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 #7DF25A is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 90 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.05 |
| HSL | 106.18º | 0.85% | 0.65% | - |
| HSV(B) | 106.18º | 0.63% | 0.95% | - |
| XYZ | 42.06 | 68.6 | 20.7 | - |
| YUV | 189.69 | 71.74 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 90 | 0.48 | 0 | 0.63 | 0.05 | 106.18 | 0.85 | 0.65 |
| Hex | 7D | F2 | 5A | 30 | 0 | 3F | 5 | 6A | 55 | 41 |
| Octal | 175 | 362 | 132 | 60 | 0 | 77 | 5 | 152 | 125 | 101 |
| Binary | 1111101 | 11110010 | 1011010 | 110000 | 0 | 111111 | 101 | 1101010 | 1010101 | 1000001 |
Color Harmonies of #7DF25A
Complementary color
Monochromatic Colors of #7DF25A
Black with #7DF25A
Text Example
Text Example
White with #7DF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF25A; }
p { color: rgb(125,242,90); }
H1.HeaderClassName
{
color: #7DF25A;
}
.AnyTagClassName
{
color: #7DF25A;
}
</style>
background-color css
<style>
a { background-color: #7DF25A; }
a { background-color: rgb(125,242,90); }
div.DivClassName
{
background-color: #7DF25A;
}
.BgClassName
{
background-color: #7DF25A;
}
</style>
border-color css
<style>
span { border-color: #7DF25A; }
span { border-color: rgb(125,242,90); }
td.TdClassName
{
border-color: #7DF25A;
}
.TagClassName
{
border-color: #7DF25A;
}
</style>