Shades of Screamin' Green #7DFE4C
Tints of Screamin' Green #7DFE4C
RGB
CMYK
RGB Variations
Color information
#7DFE4C (or 0x7DFE4C) is known color: Screamin' Green. HEX triplet: 7D, FE and 4C. RGB value is (125,254,76). Sum of RGB (Red+Green+Blue) = 125+254+76=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFE4C is #8201B3. Grayscale: #C3C3C3. Windows color (decimal): -8520116 or 5045885. OLE color: 5045885.
HSL color Cylindrical-coordinate representation of color #7DFE4C: hue angle of 103.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DFE4C is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 76 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.00 |
| HSL | 103.48º | 0.99% | 0.65% | - |
| HSV(B) | 103.48º | 0.7% | 1% | - |
| XYZ | 45.2 | 75.77 | 19.08 | - |
| YUV | 195.14 | 60.76 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 76 | 0.51 | 0 | 0.70 | 0.00 | 103.48 | 0.99 | 0.65 |
| Hex | 7D | FE | 4C | 33 | 0 | 46 | 0 | 67 | 63 | 41 |
| Octal | 175 | 376 | 114 | 63 | 0 | 106 | 0 | 147 | 143 | 101 |
| Binary | 1111101 | 11111110 | 1001100 | 110011 | 0 | 1000110 | 0 | 1100111 | 1100011 | 1000001 |
Color Harmonies of #7DFE4C
Complementary color
Monochromatic Colors of #7DFE4C
Black with #7DFE4C
Text Example
Text Example
White with #7DFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE4C; }
p { color: rgb(125,254,76); }
H1.HeaderClassName
{
color: #7DFE4C;
}
.AnyTagClassName
{
color: #7DFE4C;
}
</style>
background-color css
<style>
a { background-color: #7DFE4C; }
a { background-color: rgb(125,254,76); }
div.DivClassName
{
background-color: #7DFE4C;
}
.BgClassName
{
background-color: #7DFE4C;
}
</style>
border-color css
<style>
span { border-color: #7DFE4C; }
span { border-color: rgb(125,254,76); }
td.TdClassName
{
border-color: #7DFE4C;
}
.TagClassName
{
border-color: #7DFE4C;
}
</style>