Shades of Screamin' Green #73FF76
Tints of Screamin' Green #73FF76
RGB
CMYK
RGB Variations
Color information
#73FF76 (or 0x73FF76) is known color: Screamin' Green. HEX triplet: 73, FF and 76. RGB value is (115,255,118). Sum of RGB (Red+Green+Blue) = 115+255+118=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FF76 is #8C0089. Grayscale: #C5C5C5. Windows color (decimal): -9175178 or 7798643. OLE color: 7798643.
HSL color Cylindrical-coordinate representation of color #73FF76: hue angle of 121.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FF76 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 118 | - |
| CMYK | 0.55 | 0 | 0.54 | 0 |
| HSL | 121.29º | 1% | 0.73% | - |
| HSV(B) | 121.29º | 0.55% | 1% | - |
| XYZ | 46.1 | 76.47 | 29.47 | - |
| YUV | 197.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 118 | 0.55 | 0 | 0.54 | 0 | 121.29 | 1 | 0.73 |
| Hex | 73 | FF | 76 | 37 | 0 | 36 | 0 | 79 | 64 | 49 |
| Octal | 163 | 377 | 166 | 67 | 0 | 66 | 0 | 171 | 144 | 111 |
| Binary | 1110011 | 11111111 | 1110110 | 110111 | 0 | 110110 | 0 | 1111001 | 1100100 | 1001001 |
Color Harmonies of #73FF76
Complementary color
Monochromatic Colors of #73FF76
Black with #73FF76
Text Example
Text Example
White with #73FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF76; }
p { color: rgb(115,255,118); }
H1.HeaderClassName
{
color: #73FF76;
}
.AnyTagClassName
{
color: #73FF76;
}
</style>
background-color css
<style>
a { background-color: #73FF76; }
a { background-color: rgb(115,255,118); }
div.DivClassName
{
background-color: #73FF76;
}
.BgClassName
{
background-color: #73FF76;
}
</style>
border-color css
<style>
span { border-color: #73FF76; }
span { border-color: rgb(115,255,118); }
td.TdClassName
{
border-color: #73FF76;
}
.TagClassName
{
border-color: #73FF76;
}
</style>