Shades of Screamin' Green #7AED61
Tints of Screamin' Green #7AED61
RGB
CMYK
RGB Variations
Color information
#7AED61 (or 0x7AED61) is known color: Screamin' Green. HEX triplet: 7A, ED and 61. RGB value is (122,237,97). Sum of RGB (Red+Green+Blue) = 122+237+97=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AED61 is #85129E. Grayscale: #BBBBBB. Windows color (decimal): -8721055 or 6417786. OLE color: 6417786.
HSL color Cylindrical-coordinate representation of color #7AED61: hue angle of 109.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AED61 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 97 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.07 |
| HSL | 109.29º | 0.8% | 0.65% | - |
| HSV(B) | 109.29º | 0.59% | 0.93% | - |
| XYZ | 40.47 | 65.57 | 21.83 | - |
| YUV | 186.66 | 77.4 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 97 | 0.49 | 0 | 0.59 | 0.07 | 109.29 | 0.8 | 0.65 |
| Hex | 7A | ED | 61 | 31 | 0 | 3B | 7 | 6D | 50 | 41 |
| Octal | 172 | 355 | 141 | 61 | 0 | 73 | 7 | 155 | 120 | 101 |
| Binary | 1111010 | 11101101 | 1100001 | 110001 | 0 | 111011 | 111 | 1101101 | 1010000 | 1000001 |
Color Harmonies of #7AED61
Complementary color
Monochromatic Colors of #7AED61
Black with #7AED61
Text Example
Text Example
White with #7AED61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AED61; }
p { color: rgb(122,237,97); }
H1.HeaderClassName
{
color: #7AED61;
}
.AnyTagClassName
{
color: #7AED61;
}
</style>
background-color css
<style>
a { background-color: #7AED61; }
a { background-color: rgb(122,237,97); }
div.DivClassName
{
background-color: #7AED61;
}
.BgClassName
{
background-color: #7AED61;
}
</style>
border-color css
<style>
span { border-color: #7AED61; }
span { border-color: rgb(122,237,97); }
td.TdClassName
{
border-color: #7AED61;
}
.TagClassName
{
border-color: #7AED61;
}
</style>