Shades of Screamin' Green #7DFE70
Tints of Screamin' Green #7DFE70
RGB
CMYK
RGB Variations
Color information
#7DFE70 (or 0x7DFE70) is known color: Screamin' Green. HEX triplet: 7D, FE and 70. RGB value is (125,254,112). Sum of RGB (Red+Green+Blue) = 125+254+112=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFE70 is #82018F. Grayscale: #C7C7C7. Windows color (decimal): -8520080 or 7405181. OLE color: 7405181.
HSL color Cylindrical-coordinate representation of color #7DFE70: hue angle of 114.51º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DFE70 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 112 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.00 |
| HSL | 114.51º | 0.99% | 0.72% | - |
| HSV(B) | 114.51º | 0.56% | 1% | - |
| XYZ | 46.82 | 76.41 | 27.61 | - |
| YUV | 199.24 | 78.76 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 112 | 0.51 | 0 | 0.56 | 0.00 | 114.51 | 0.99 | 0.72 |
| Hex | 7D | FE | 70 | 33 | 0 | 38 | 0 | 73 | 63 | 48 |
| Octal | 175 | 376 | 160 | 63 | 0 | 70 | 0 | 163 | 143 | 110 |
| Binary | 1111101 | 11111110 | 1110000 | 110011 | 0 | 111000 | 0 | 1110011 | 1100011 | 1001000 |
Color Harmonies of #7DFE70
Complementary color
Monochromatic Colors of #7DFE70
Black with #7DFE70
Text Example
Text Example
White with #7DFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE70; }
p { color: rgb(125,254,112); }
H1.HeaderClassName
{
color: #7DFE70;
}
.AnyTagClassName
{
color: #7DFE70;
}
</style>
background-color css
<style>
a { background-color: #7DFE70; }
a { background-color: rgb(125,254,112); }
div.DivClassName
{
background-color: #7DFE70;
}
.BgClassName
{
background-color: #7DFE70;
}
</style>
border-color css
<style>
span { border-color: #7DFE70; }
span { border-color: rgb(125,254,112); }
td.TdClassName
{
border-color: #7DFE70;
}
.TagClassName
{
border-color: #7DFE70;
}
</style>