Shades of Screamin' Green #73FF73
Tints of Screamin' Green #73FF73
RGB
CMYK
RGB Variations
Color information
#73FF73 (or 0x73FF73) is known color: Screamin' Green. HEX triplet: 73, FF and 73. RGB value is (115,255,115). Sum of RGB (Red+Green+Blue) = 115+255+115=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FF73 is #8C008C. Grayscale: #C5C5C5. Windows color (decimal): -9175181 or 7602035. OLE color: 7602035.
HSL color Cylindrical-coordinate representation of color #73FF73: hue angle of 120º 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 #73FF73 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 115 | - |
| CMYK | 0.55 | 0 | 0.55 | 0 |
| HSL | 120º | 1% | 0.73% | - |
| HSV(B) | 120º | 0.55% | 1% | - |
| XYZ | 45.92 | 76.4 | 28.55 | - |
| YUV | 197.18 | 81.62 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 115 | 0.55 | 0 | 0.55 | 0 | 120 | 1 | 0.73 |
| Hex | 73 | FF | 73 | 37 | 0 | 37 | 0 | 78 | 64 | 49 |
| Octal | 163 | 377 | 163 | 67 | 0 | 67 | 0 | 170 | 144 | 111 |
| Binary | 1110011 | 11111111 | 1110011 | 110111 | 0 | 110111 | 0 | 1111000 | 1100100 | 1001001 |
Color Harmonies of #73FF73
Complementary color
Monochromatic Colors of #73FF73
Black with #73FF73
Text Example
Text Example
White with #73FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF73; }
p { color: rgb(115,255,115); }
H1.HeaderClassName
{
color: #73FF73;
}
.AnyTagClassName
{
color: #73FF73;
}
</style>
background-color css
<style>
a { background-color: #73FF73; }
a { background-color: rgb(115,255,115); }
div.DivClassName
{
background-color: #73FF73;
}
.BgClassName
{
background-color: #73FF73;
}
</style>
border-color css
<style>
span { border-color: #73FF73; }
span { border-color: rgb(115,255,115); }
td.TdClassName
{
border-color: #73FF73;
}
.TagClassName
{
border-color: #73FF73;
}
</style>