Shades of Screamin' Green #73EC62
Tints of Screamin' Green #73EC62
RGB
CMYK
RGB Variations
Color information
#73EC62 (or 0x73EC62) is known color: Screamin' Green. HEX triplet: 73, EC and 62. RGB value is (115,236,98). Sum of RGB (Red+Green+Blue) = 115+236+98=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC62 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EC62 is #8C139D. Grayscale: #B8B8B8. Windows color (decimal): -9180062 or 6483059. OLE color: 6483059.
HSL color Cylindrical-coordinate representation of color #73EC62: hue angle of 112.61º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73EC62 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 98 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.07 |
| HSL | 112.61º | 0.78% | 0.65% | - |
| HSV(B) | 112.61º | 0.58% | 0.93% | - |
| XYZ | 39.27 | 64.52 | 21.94 | - |
| YUV | 184.09 | 79.41 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 98 | 0.51 | 0 | 0.58 | 0.07 | 112.61 | 0.78 | 0.65 |
| Hex | 73 | EC | 62 | 33 | 0 | 3A | 7 | 71 | 4E | 41 |
| Octal | 163 | 354 | 142 | 63 | 0 | 72 | 7 | 161 | 116 | 101 |
| Binary | 1110011 | 11101100 | 1100010 | 110011 | 0 | 111010 | 111 | 1110001 | 1001110 | 1000001 |
Color Harmonies of #73EC62
Complementary color
Monochromatic Colors of #73EC62
Black with #73EC62
Text Example
Text Example
White with #73EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC62; }
p { color: rgb(115,236,98); }
H1.HeaderClassName
{
color: #73EC62;
}
.AnyTagClassName
{
color: #73EC62;
}
</style>
background-color css
<style>
a { background-color: #73EC62; }
a { background-color: rgb(115,236,98); }
div.DivClassName
{
background-color: #73EC62;
}
.BgClassName
{
background-color: #73EC62;
}
</style>
border-color css
<style>
span { border-color: #73EC62; }
span { border-color: rgb(115,236,98); }
td.TdClassName
{
border-color: #73EC62;
}
.TagClassName
{
border-color: #73EC62;
}
</style>