Shades of Screamin' Green #73EB5E
Tints of Screamin' Green #73EB5E
RGB
CMYK
RGB Variations
Color information
#73EB5E (or 0x73EB5E) is known color: Screamin' Green. HEX triplet: 73, EB and 5E. RGB value is (115,235,94). Sum of RGB (Red+Green+Blue) = 115+235+94=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #73EB5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EB5E is #8C14A1. Grayscale: #B7B7B7. Windows color (decimal): -9180322 or 6220659. OLE color: 6220659.
HSL color Cylindrical-coordinate representation of color #73EB5E: hue angle of 111.06º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73EB5E is Cyan = 0.51, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
RGB | 115 | 235 | 94 | - |
CMYK | 0.51 | 0 | 0.6 | 0.08 |
HSL | 111.06º | 0.78% | 0.65% | - |
HSV(B) | 111.06º | 0.6% | 0.92% | - |
XYZ | 38.8 | 63.87 | 20.87 | - |
YUV | 183.05 | 77.74 | 79.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 235 | 94 | 0.51 | 0 | 0.6 | 0.08 | 111.06 | 0.78 | 0.65 |
Hex | 73 | EB | 5E | 33 | 0 | 3C | 8 | 6F | 4E | 41 |
Octal | 163 | 353 | 136 | 63 | 0 | 74 | 10 | 157 | 116 | 101 |
Binary | 1110011 | 11101011 | 1011110 | 110011 | 0 | 111100 | 1000 | 1101111 | 1001110 | 1000001 |
Color Harmonies of #73EB5E
Complementary color
Monochromatic Colors of #73EB5E
Black with #73EB5E
Text Example
Text Example
White with #73EB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EB5E; }
p { color: rgb(115,235,94); }
H1.HeaderClassName
{
color: #73EB5E;
}
.AnyTagClassName
{
color: #73EB5E;
}
</style>
background-color css
<style>
a { background-color: #73EB5E; }
a { background-color: rgb(115,235,94); }
div.DivClassName
{
background-color: #73EB5E;
}
.BgClassName
{
background-color: #73EB5E;
}
</style>
border-color css
<style>
span { border-color: #73EB5E; }
span { border-color: rgb(115,235,94); }
td.TdClassName
{
border-color: #73EB5E;
}
.TagClassName
{
border-color: #73EB5E;
}
</style>