Shades of Screamin' Green #7DFE5B
Tints of Screamin' Green #7DFE5B
RGB
CMYK
RGB Variations
Color information
#7DFE5B (or 0x7DFE5B) is known color: Screamin' Green. HEX triplet: 7D, FE and 5B. RGB value is (125,254,91). Sum of RGB (Red+Green+Blue) = 125+254+91=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE5B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFE5B is #8201A4. Grayscale: #C5C5C5. Windows color (decimal): -8520101 or 6028925. OLE color: 6028925.
HSL color Cylindrical-coordinate representation of color #7DFE5B: hue angle of 107.48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DFE5B is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 91 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.00 |
| HSL | 107.48º | 0.99% | 0.68% | - |
| HSV(B) | 107.48º | 0.64% | 1% | - |
| XYZ | 45.79 | 76 | 22.15 | - |
| YUV | 196.85 | 68.26 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 91 | 0.51 | 0 | 0.64 | 0.00 | 107.48 | 0.99 | 0.68 |
| Hex | 7D | FE | 5B | 33 | 0 | 40 | 0 | 6B | 63 | 44 |
| Octal | 175 | 376 | 133 | 63 | 0 | 100 | 0 | 153 | 143 | 104 |
| Binary | 1111101 | 11111110 | 1011011 | 110011 | 0 | 1000000 | 0 | 1101011 | 1100011 | 1000100 |
Color Harmonies of #7DFE5B
Complementary color
Monochromatic Colors of #7DFE5B
Black with #7DFE5B
Text Example
Text Example
White with #7DFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE5B; }
p { color: rgb(125,254,91); }
H1.HeaderClassName
{
color: #7DFE5B;
}
.AnyTagClassName
{
color: #7DFE5B;
}
</style>
background-color css
<style>
a { background-color: #7DFE5B; }
a { background-color: rgb(125,254,91); }
div.DivClassName
{
background-color: #7DFE5B;
}
.BgClassName
{
background-color: #7DFE5B;
}
</style>
border-color css
<style>
span { border-color: #7DFE5B; }
span { border-color: rgb(125,254,91); }
td.TdClassName
{
border-color: #7DFE5B;
}
.TagClassName
{
border-color: #7DFE5B;
}
</style>