Shades of Screamin' Green #73F049
Tints of Screamin' Green #73F049
RGB
CMYK
RGB Variations
Color information
#73F049 (or 0x73F049) is known color: Screamin' Green. HEX triplet: 73, F0 and 49. RGB value is (115,240,73). Sum of RGB (Red+Green+Blue) = 115+240+73=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #73F049 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F049 is #8C0FB6. Grayscale: #B8B8B8. Windows color (decimal): -9179063 or 4845683. OLE color: 4845683.
HSL color Cylindrical-coordinate representation of color #73F049: hue angle of 104.91º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73F049 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 73 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.06 |
| HSL | 104.91º | 0.85% | 0.61% | - |
| HSV(B) | 104.91º | 0.7% | 0.94% | - |
| XYZ | 39.43 | 66.45 | 17.05 | - |
| YUV | 183.59 | 65.59 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 73 | 0.52 | 0 | 0.70 | 0.06 | 104.91 | 0.85 | 0.61 |
| Hex | 73 | F0 | 49 | 34 | 0 | 46 | 6 | 69 | 55 | 3D |
| Octal | 163 | 360 | 111 | 64 | 0 | 106 | 6 | 151 | 125 | 75 |
| Binary | 1110011 | 11110000 | 1001001 | 110100 | 0 | 1000110 | 110 | 1101001 | 1010101 | 111101 |
Color Harmonies of #73F049
Complementary color
Monochromatic Colors of #73F049
Black with #73F049
Text Example
Text Example
White with #73F049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F049; }
p { color: rgb(115,240,73); }
H1.HeaderClassName
{
color: #73F049;
}
.AnyTagClassName
{
color: #73F049;
}
</style>
background-color css
<style>
a { background-color: #73F049; }
a { background-color: rgb(115,240,73); }
div.DivClassName
{
background-color: #73F049;
}
.BgClassName
{
background-color: #73F049;
}
</style>
border-color css
<style>
span { border-color: #73F049; }
span { border-color: rgb(115,240,73); }
td.TdClassName
{
border-color: #73F049;
}
.TagClassName
{
border-color: #73F049;
}
</style>