Shades of Screamin' Green #73FB73
Tints of Screamin' Green #73FB73
RGB
CMYK
RGB Variations
Color information
#73FB73 (or 0x73FB73) is known color: Screamin' Green. HEX triplet: 73, FB and 73. RGB value is (115,251,115). Sum of RGB (Red+Green+Blue) = 115+251+115=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FB73 is #8C048C. Grayscale: #C3C3C3. Windows color (decimal): -9176205 or 7601011. OLE color: 7601011.
HSL color Cylindrical-coordinate representation of color #73FB73: hue angle of 120º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FB73 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 115 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.02 |
| HSL | 120º | 0.94% | 0.72% | - |
| HSV(B) | 120º | 0.54% | 0.98% | - |
| XYZ | 44.66 | 73.88 | 28.13 | - |
| YUV | 194.83 | 82.94 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 115 | 0.54 | 0 | 0.54 | 0.02 | 120 | 0.94 | 0.72 |
| Hex | 73 | FB | 73 | 36 | 0 | 36 | 2 | 78 | 5E | 48 |
| Octal | 163 | 373 | 163 | 66 | 0 | 66 | 2 | 170 | 136 | 110 |
| Binary | 1110011 | 11111011 | 1110011 | 110110 | 0 | 110110 | 10 | 1111000 | 1011110 | 1001000 |
Color Harmonies of #73FB73
Complementary color
Monochromatic Colors of #73FB73
Black with #73FB73
Text Example
Text Example
White with #73FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB73; }
p { color: rgb(115,251,115); }
H1.HeaderClassName
{
color: #73FB73;
}
.AnyTagClassName
{
color: #73FB73;
}
</style>
background-color css
<style>
a { background-color: #73FB73; }
a { background-color: rgb(115,251,115); }
div.DivClassName
{
background-color: #73FB73;
}
.BgClassName
{
background-color: #73FB73;
}
</style>
border-color css
<style>
span { border-color: #73FB73; }
span { border-color: rgb(115,251,115); }
td.TdClassName
{
border-color: #73FB73;
}
.TagClassName
{
border-color: #73FB73;
}
</style>