Shades of Screamin' Green #7DFE74
Tints of Screamin' Green #7DFE74
RGB
CMYK
RGB Variations
Color information
#7DFE74 (or 0x7DFE74) is known color: Screamin' Green. HEX triplet: 7D, FE and 74. RGB value is (125,254,116). Sum of RGB (Red+Green+Blue) = 125+254+116=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFE74 is #82018B. Grayscale: #C8C8C8. Windows color (decimal): -8520076 or 7667325. OLE color: 7667325.
HSL color Cylindrical-coordinate representation of color #7DFE74: hue angle of 116.09º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DFE74 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 116 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.00 |
| HSL | 116.09º | 0.99% | 0.73% | - |
| HSV(B) | 116.09º | 0.54% | 1% | - |
| XYZ | 47.05 | 76.5 | 28.81 | - |
| YUV | 199.7 | 80.76 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 116 | 0.51 | 0 | 0.54 | 0.00 | 116.09 | 0.99 | 0.73 |
| Hex | 7D | FE | 74 | 33 | 0 | 36 | 0 | 74 | 63 | 49 |
| Octal | 175 | 376 | 164 | 63 | 0 | 66 | 0 | 164 | 143 | 111 |
| Binary | 1111101 | 11111110 | 1110100 | 110011 | 0 | 110110 | 0 | 1110100 | 1100011 | 1001001 |
Color Harmonies of #7DFE74
Complementary color
Monochromatic Colors of #7DFE74
Black with #7DFE74
Text Example
Text Example
White with #7DFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE74; }
p { color: rgb(125,254,116); }
H1.HeaderClassName
{
color: #7DFE74;
}
.AnyTagClassName
{
color: #7DFE74;
}
</style>
background-color css
<style>
a { background-color: #7DFE74; }
a { background-color: rgb(125,254,116); }
div.DivClassName
{
background-color: #7DFE74;
}
.BgClassName
{
background-color: #7DFE74;
}
</style>
border-color css
<style>
span { border-color: #7DFE74; }
span { border-color: rgb(125,254,116); }
td.TdClassName
{
border-color: #7DFE74;
}
.TagClassName
{
border-color: #7DFE74;
}
</style>