Shades of Screamin' Green #7DFE55
Tints of Screamin' Green #7DFE55
RGB
CMYK
RGB Variations
Color information
#7DFE55 (or 0x7DFE55) is known color: Screamin' Green. HEX triplet: 7D, FE and 55. RGB value is (125,254,85). Sum of RGB (Red+Green+Blue) = 125+254+85=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFE55 is #8201AA. Grayscale: #C4C4C4. Windows color (decimal): -8520107 or 5635709. OLE color: 5635709.
HSL color Cylindrical-coordinate representation of color #7DFE55: hue angle of 105.8º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DFE55 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 85 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.00 |
| HSL | 105.8º | 0.99% | 0.66% | - |
| HSV(B) | 105.8º | 0.67% | 1% | - |
| XYZ | 45.54 | 75.9 | 20.84 | - |
| YUV | 196.16 | 65.26 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 85 | 0.51 | 0 | 0.67 | 0.00 | 105.8 | 0.99 | 0.66 |
| Hex | 7D | FE | 55 | 33 | 0 | 43 | 0 | 6A | 63 | 42 |
| Octal | 175 | 376 | 125 | 63 | 0 | 103 | 0 | 152 | 143 | 102 |
| Binary | 1111101 | 11111110 | 1010101 | 110011 | 0 | 1000011 | 0 | 1101010 | 1100011 | 1000010 |
Color Harmonies of #7DFE55
Complementary color
Monochromatic Colors of #7DFE55
Black with #7DFE55
Text Example
Text Example
White with #7DFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE55; }
p { color: rgb(125,254,85); }
H1.HeaderClassName
{
color: #7DFE55;
}
.AnyTagClassName
{
color: #7DFE55;
}
</style>
background-color css
<style>
a { background-color: #7DFE55; }
a { background-color: rgb(125,254,85); }
div.DivClassName
{
background-color: #7DFE55;
}
.BgClassName
{
background-color: #7DFE55;
}
</style>
border-color css
<style>
span { border-color: #7DFE55; }
span { border-color: rgb(125,254,85); }
td.TdClassName
{
border-color: #7DFE55;
}
.TagClassName
{
border-color: #7DFE55;
}
</style>