Shades of Screamin' Green #73FA76
Tints of Screamin' Green #73FA76
RGB
CMYK
RGB Variations
Color information
#73FA76 (or 0x73FA76) is known color: Screamin' Green. HEX triplet: 73, FA and 76. RGB value is (115,250,118). Sum of RGB (Red+Green+Blue) = 115+250+118=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FA76 is #8C0589. Grayscale: #C2C2C2. Windows color (decimal): -9176458 or 7797363. OLE color: 7797363.
HSL color Cylindrical-coordinate representation of color #73FA76: hue angle of 121.33º degrees, saturation: 0.93, 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 #73FA76 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 118 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.02 |
| HSL | 121.33º | 0.93% | 0.72% | - |
| HSV(B) | 121.33º | 0.54% | 0.98% | - |
| XYZ | 44.53 | 73.32 | 28.95 | - |
| YUV | 194.59 | 84.77 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 118 | 0.54 | 0 | 0.53 | 0.02 | 121.33 | 0.93 | 0.72 |
| Hex | 73 | FA | 76 | 36 | 0 | 35 | 2 | 79 | 5D | 48 |
| Octal | 163 | 372 | 166 | 66 | 0 | 65 | 2 | 171 | 135 | 110 |
| Binary | 1110011 | 11111010 | 1110110 | 110110 | 0 | 110101 | 10 | 1111001 | 1011101 | 1001000 |
Color Harmonies of #73FA76
Complementary color
Monochromatic Colors of #73FA76
Black with #73FA76
Text Example
Text Example
White with #73FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA76; }
p { color: rgb(115,250,118); }
H1.HeaderClassName
{
color: #73FA76;
}
.AnyTagClassName
{
color: #73FA76;
}
</style>
background-color css
<style>
a { background-color: #73FA76; }
a { background-color: rgb(115,250,118); }
div.DivClassName
{
background-color: #73FA76;
}
.BgClassName
{
background-color: #73FA76;
}
</style>
border-color css
<style>
span { border-color: #73FA76; }
span { border-color: rgb(115,250,118); }
td.TdClassName
{
border-color: #73FA76;
}
.TagClassName
{
border-color: #73FA76;
}
</style>