Shades of Screamin' Green #7DF970
Tints of Screamin' Green #7DF970
RGB
CMYK
RGB Variations
Color information
#7DF970 (or 0x7DF970) is known color: Screamin' Green. HEX triplet: 7D, F9 and 70. RGB value is (125,249,112). Sum of RGB (Red+Green+Blue) = 125+249+112=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 249 (97.66% from 255 or 51.23% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF970 is #82068F. Grayscale: #C4C4C4. Windows color (decimal): -8521360 or 7403901. OLE color: 7403901.
HSL color Cylindrical-coordinate representation of color #7DF970: hue angle of 114.31º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DF970 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 112 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.02 |
| HSL | 114.31º | 0.92% | 0.71% | - |
| HSV(B) | 114.31º | 0.55% | 0.98% | - |
| XYZ | 45.26 | 73.28 | 27.09 | - |
| YUV | 196.31 | 80.42 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 112 | 0.50 | 0 | 0.55 | 0.02 | 114.31 | 0.92 | 0.71 |
| Hex | 7D | F9 | 70 | 32 | 0 | 37 | 2 | 72 | 5C | 47 |
| Octal | 175 | 371 | 160 | 62 | 0 | 67 | 2 | 162 | 134 | 107 |
| Binary | 1111101 | 11111001 | 1110000 | 110010 | 0 | 110111 | 10 | 1110010 | 1011100 | 1000111 |
Color Harmonies of #7DF970
Complementary color
Monochromatic Colors of #7DF970
Black with #7DF970
Text Example
Text Example
White with #7DF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF970; }
p { color: rgb(125,249,112); }
H1.HeaderClassName
{
color: #7DF970;
}
.AnyTagClassName
{
color: #7DF970;
}
</style>
background-color css
<style>
a { background-color: #7DF970; }
a { background-color: rgb(125,249,112); }
div.DivClassName
{
background-color: #7DF970;
}
.BgClassName
{
background-color: #7DF970;
}
</style>
border-color css
<style>
span { border-color: #7DF970; }
span { border-color: rgb(125,249,112); }
td.TdClassName
{
border-color: #7DF970;
}
.TagClassName
{
border-color: #7DF970;
}
</style>