Shades of Screamin' Green #73FF50
Tints of Screamin' Green #73FF50
RGB
CMYK
RGB Variations
Color information
#73FF50 (or 0x73FF50) is known color: Screamin' Green. HEX triplet: 73, FF and 50. RGB value is (115,255,80). Sum of RGB (Red+Green+Blue) = 115+255+80=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FF50 is #8C00AF. Grayscale: #C1C1C1. Windows color (decimal): -9175216 or 5308275. OLE color: 5308275.
HSL color Cylindrical-coordinate representation of color #73FF50: hue angle of 108º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73FF50 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 80 | - |
| CMYK | 0.55 | 0 | 0.69 | 0 |
| HSL | 108º | 1% | 0.66% | - |
| HSV(B) | 108º | 0.69% | 1% | - |
| XYZ | 44.28 | 75.74 | 19.88 | - |
| YUV | 193.19 | 64.12 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 80 | 0.55 | 0 | 0.69 | 0 | 108 | 1 | 0.66 |
| Hex | 73 | FF | 50 | 37 | 0 | 45 | 0 | 6C | 64 | 42 |
| Octal | 163 | 377 | 120 | 67 | 0 | 105 | 0 | 154 | 144 | 102 |
| Binary | 1110011 | 11111111 | 1010000 | 110111 | 0 | 1000101 | 0 | 1101100 | 1100100 | 1000010 |
Color Harmonies of #73FF50
Complementary color
Monochromatic Colors of #73FF50
Black with #73FF50
Text Example
Text Example
White with #73FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF50; }
p { color: rgb(115,255,80); }
H1.HeaderClassName
{
color: #73FF50;
}
.AnyTagClassName
{
color: #73FF50;
}
</style>
background-color css
<style>
a { background-color: #73FF50; }
a { background-color: rgb(115,255,80); }
div.DivClassName
{
background-color: #73FF50;
}
.BgClassName
{
background-color: #73FF50;
}
</style>
border-color css
<style>
span { border-color: #73FF50; }
span { border-color: rgb(115,255,80); }
td.TdClassName
{
border-color: #73FF50;
}
.TagClassName
{
border-color: #73FF50;
}
</style>