Shades of Screamin' Green #73ED5B
Tints of Screamin' Green #73ED5B
RGB
CMYK
RGB Variations
Color information
#73ED5B (or 0x73ED5B) is known color: Screamin' Green. HEX triplet: 73, ED and 5B. RGB value is (115,237,91). Sum of RGB (Red+Green+Blue) = 115+237+91=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #73ED5B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73ED5B is #8C12A4. Grayscale: #B8B8B8. Windows color (decimal): -9179813 or 6024563. OLE color: 6024563.
HSL color Cylindrical-coordinate representation of color #73ED5B: hue angle of 110.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73ED5B is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 237 | 91 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.07 |
| HSL | 110.14º | 0.8% | 0.64% | - |
| HSV(B) | 110.14º | 0.62% | 0.93% | - |
| XYZ | 39.24 | 64.97 | 20.37 | - |
| YUV | 183.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 237 | 91 | 0.51 | 0 | 0.62 | 0.07 | 110.14 | 0.8 | 0.64 |
| Hex | 73 | ED | 5B | 33 | 0 | 3E | 7 | 6E | 50 | 40 |
| Octal | 163 | 355 | 133 | 63 | 0 | 76 | 7 | 156 | 120 | 100 |
| Binary | 1110011 | 11101101 | 1011011 | 110011 | 0 | 111110 | 111 | 1101110 | 1010000 | 1000000 |
Color Harmonies of #73ED5B
Complementary color
Monochromatic Colors of #73ED5B
Black with #73ED5B
Text Example
Text Example
White with #73ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ED5B; }
p { color: rgb(115,237,91); }
H1.HeaderClassName
{
color: #73ED5B;
}
.AnyTagClassName
{
color: #73ED5B;
}
</style>
background-color css
<style>
a { background-color: #73ED5B; }
a { background-color: rgb(115,237,91); }
div.DivClassName
{
background-color: #73ED5B;
}
.BgClassName
{
background-color: #73ED5B;
}
</style>
border-color css
<style>
span { border-color: #73ED5B; }
span { border-color: rgb(115,237,91); }
td.TdClassName
{
border-color: #73ED5B;
}
.TagClassName
{
border-color: #73ED5B;
}
</style>