Shades of Screamin' Green #7DED57
Tints of Screamin' Green #7DED57
RGB
CMYK
RGB Variations
Color information
#7DED57 (or 0x7DED57) is known color: Screamin' Green. HEX triplet: 7D, ED and 57. RGB value is (125,237,87). Sum of RGB (Red+Green+Blue) = 125+237+87=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED57 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DED57 is #8212A8. Grayscale: #BABABA. Windows color (decimal): -8524457 or 5762429. OLE color: 5762429.
HSL color Cylindrical-coordinate representation of color #7DED57: hue angle of 104.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DED57 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 87 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.07 |
| HSL | 104.8º | 0.81% | 0.64% | - |
| HSV(B) | 104.8º | 0.63% | 0.93% | - |
| XYZ | 40.46 | 65.62 | 19.55 | - |
| YUV | 186.41 | 71.89 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 87 | 0.47 | 0 | 0.63 | 0.07 | 104.8 | 0.81 | 0.64 |
| Hex | 7D | ED | 57 | 2F | 0 | 3F | 7 | 69 | 51 | 40 |
| Octal | 175 | 355 | 127 | 57 | 0 | 77 | 7 | 151 | 121 | 100 |
| Binary | 1111101 | 11101101 | 1010111 | 101111 | 0 | 111111 | 111 | 1101001 | 1010001 | 1000000 |
Color Harmonies of #7DED57
Complementary color
Monochromatic Colors of #7DED57
Black with #7DED57
Text Example
Text Example
White with #7DED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED57; }
p { color: rgb(125,237,87); }
H1.HeaderClassName
{
color: #7DED57;
}
.AnyTagClassName
{
color: #7DED57;
}
</style>
background-color css
<style>
a { background-color: #7DED57; }
a { background-color: rgb(125,237,87); }
div.DivClassName
{
background-color: #7DED57;
}
.BgClassName
{
background-color: #7DED57;
}
</style>
border-color css
<style>
span { border-color: #7DED57; }
span { border-color: rgb(125,237,87); }
td.TdClassName
{
border-color: #7DED57;
}
.TagClassName
{
border-color: #7DED57;
}
</style>