Shades of Screamin' Green #73EC48
Tints of Screamin' Green #73EC48
RGB
CMYK
RGB Variations
Color information
#73EC48 (or 0x73EC48) is known color: Screamin' Green. HEX triplet: 73, EC and 48. RGB value is (115,236,72). Sum of RGB (Red+Green+Blue) = 115+236+72=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EC48 is #8C13B7. Grayscale: #B5B5B5. Windows color (decimal): -9180088 or 4779123. OLE color: 4779123.
HSL color Cylindrical-coordinate representation of color #73EC48: hue angle of 104.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73EC48 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 72 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.07 |
| HSL | 104.27º | 0.81% | 0.6% | - |
| HSV(B) | 104.27º | 0.69% | 0.93% | - |
| XYZ | 38.24 | 64.1 | 16.49 | - |
| YUV | 181.13 | 66.41 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 72 | 0.51 | 0 | 0.69 | 0.07 | 104.27 | 0.81 | 0.6 |
| Hex | 73 | EC | 48 | 33 | 0 | 45 | 7 | 68 | 51 | 3C |
| Octal | 163 | 354 | 110 | 63 | 0 | 105 | 7 | 150 | 121 | 74 |
| Binary | 1110011 | 11101100 | 1001000 | 110011 | 0 | 1000101 | 111 | 1101000 | 1010001 | 111100 |
Color Harmonies of #73EC48
Complementary color
Monochromatic Colors of #73EC48
Black with #73EC48
Text Example
Text Example
White with #73EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC48; }
p { color: rgb(115,236,72); }
H1.HeaderClassName
{
color: #73EC48;
}
.AnyTagClassName
{
color: #73EC48;
}
</style>
background-color css
<style>
a { background-color: #73EC48; }
a { background-color: rgb(115,236,72); }
div.DivClassName
{
background-color: #73EC48;
}
.BgClassName
{
background-color: #73EC48;
}
</style>
border-color css
<style>
span { border-color: #73EC48; }
span { border-color: rgb(115,236,72); }
td.TdClassName
{
border-color: #73EC48;
}
.TagClassName
{
border-color: #73EC48;
}
</style>