Shades of Screamin' Green #73EB40
Tints of Screamin' Green #73EB40
RGB
CMYK
RGB Variations
Color information
#73EB40 (or 0x73EB40) is known color: Screamin' Green. HEX triplet: 73, EB and 40. RGB value is (115,235,64). Sum of RGB (Red+Green+Blue) = 115+235+64=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 235 (92.19% from 255 or 56.76% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 235 - color contains mainly: green. Hex color #73EB40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EB40 is #8C14BF. Grayscale: #B4B4B4. Windows color (decimal): -9180352 or 4254579. OLE color: 4254579.
HSL color Cylindrical-coordinate representation of color #73EB40: hue angle of 102.11º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73EB40 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 235 | 64 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.08 |
| HSL | 102.11º | 0.81% | 0.59% | - |
| HSV(B) | 102.11º | 0.73% | 0.92% | - |
| XYZ | 37.7 | 63.43 | 15.11 | - |
| YUV | 179.63 | 62.74 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 235 | 64 | 0.51 | 0 | 0.73 | 0.08 | 102.11 | 0.81 | 0.59 |
| Hex | 73 | EB | 40 | 33 | 0 | 49 | 8 | 66 | 51 | 3B |
| Octal | 163 | 353 | 100 | 63 | 0 | 111 | 10 | 146 | 121 | 73 |
| Binary | 1110011 | 11101011 | 1000000 | 110011 | 0 | 1001001 | 1000 | 1100110 | 1010001 | 111011 |
Color Harmonies of #73EB40
Complementary color
Monochromatic Colors of #73EB40
Black with #73EB40
Text Example
Text Example
White with #73EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EB40; }
p { color: rgb(115,235,64); }
H1.HeaderClassName
{
color: #73EB40;
}
.AnyTagClassName
{
color: #73EB40;
}
</style>
background-color css
<style>
a { background-color: #73EB40; }
a { background-color: rgb(115,235,64); }
div.DivClassName
{
background-color: #73EB40;
}
.BgClassName
{
background-color: #73EB40;
}
</style>
border-color css
<style>
span { border-color: #73EB40; }
span { border-color: rgb(115,235,64); }
td.TdClassName
{
border-color: #73EB40;
}
.TagClassName
{
border-color: #73EB40;
}
</style>