Shades of Screamin' Green #73EC41
Tints of Screamin' Green #73EC41
RGB
CMYK
RGB Variations
Color information
#73EC41 (or 0x73EC41) is known color: Screamin' Green. HEX triplet: 73, EC and 41. RGB value is (115,236,65). Sum of RGB (Red+Green+Blue) = 115+236+65=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EC41 is #8C13BE. Grayscale: #B4B4B4. Windows color (decimal): -9180095 or 4320371. OLE color: 4320371.
HSL color Cylindrical-coordinate representation of color #73EC41: hue angle of 102.46º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73EC41 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 65 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.07 |
| HSL | 102.46º | 0.82% | 0.59% | - |
| HSV(B) | 102.46º | 0.72% | 0.93% | - |
| XYZ | 38.02 | 64.02 | 15.35 | - |
| YUV | 180.33 | 62.91 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 65 | 0.51 | 0 | 0.72 | 0.07 | 102.46 | 0.82 | 0.59 |
| Hex | 73 | EC | 41 | 33 | 0 | 48 | 7 | 66 | 52 | 3B |
| Octal | 163 | 354 | 101 | 63 | 0 | 110 | 7 | 146 | 122 | 73 |
| Binary | 1110011 | 11101100 | 1000001 | 110011 | 0 | 1001000 | 111 | 1100110 | 1010010 | 111011 |
Color Harmonies of #73EC41
Complementary color
Monochromatic Colors of #73EC41
Black with #73EC41
Text Example
Text Example
White with #73EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC41; }
p { color: rgb(115,236,65); }
H1.HeaderClassName
{
color: #73EC41;
}
.AnyTagClassName
{
color: #73EC41;
}
</style>
background-color css
<style>
a { background-color: #73EC41; }
a { background-color: rgb(115,236,65); }
div.DivClassName
{
background-color: #73EC41;
}
.BgClassName
{
background-color: #73EC41;
}
</style>
border-color css
<style>
span { border-color: #73EC41; }
span { border-color: rgb(115,236,65); }
td.TdClassName
{
border-color: #73EC41;
}
.TagClassName
{
border-color: #73EC41;
}
</style>