Shades of Screamin' Green #7DFE41
Tints of Screamin' Green #7DFE41
RGB
CMYK
RGB Variations
Color information
#7DFE41 (or 0x7DFE41) is known color: Screamin' Green. HEX triplet: 7D, FE and 41. RGB value is (125,254,65). Sum of RGB (Red+Green+Blue) = 125+254+65=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFE41 is #8201BE. Grayscale: #C2C2C2. Windows color (decimal): -8520127 or 4324989. OLE color: 4324989.
HSL color Cylindrical-coordinate representation of color #7DFE41: hue angle of 100.95º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DFE41 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 65 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.00 |
| HSL | 100.95º | 0.99% | 0.63% | - |
| HSV(B) | 100.95º | 0.74% | 1% | - |
| XYZ | 44.85 | 75.63 | 17.23 | - |
| YUV | 193.88 | 55.26 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 65 | 0.51 | 0 | 0.74 | 0.00 | 100.95 | 0.99 | 0.63 |
| Hex | 7D | FE | 41 | 33 | 0 | 4A | 0 | 65 | 63 | 3F |
| Octal | 175 | 376 | 101 | 63 | 0 | 112 | 0 | 145 | 143 | 77 |
| Binary | 1111101 | 11111110 | 1000001 | 110011 | 0 | 1001010 | 0 | 1100101 | 1100011 | 111111 |
Color Harmonies of #7DFE41
Complementary color
Monochromatic Colors of #7DFE41
Black with #7DFE41
Text Example
Text Example
White with #7DFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE41; }
p { color: rgb(125,254,65); }
H1.HeaderClassName
{
color: #7DFE41;
}
.AnyTagClassName
{
color: #7DFE41;
}
</style>
background-color css
<style>
a { background-color: #7DFE41; }
a { background-color: rgb(125,254,65); }
div.DivClassName
{
background-color: #7DFE41;
}
.BgClassName
{
background-color: #7DFE41;
}
</style>
border-color css
<style>
span { border-color: #7DFE41; }
span { border-color: rgb(125,254,65); }
td.TdClassName
{
border-color: #7DFE41;
}
.TagClassName
{
border-color: #7DFE41;
}
</style>