Shades of Screamin' Green #73FA50
Tints of Screamin' Green #73FA50
RGB
CMYK
RGB Variations
Color information
#73FA50 (or 0x73FA50) is known color: Screamin' Green. HEX triplet: 73, FA and 50. RGB value is (115,250,80). Sum of RGB (Red+Green+Blue) = 115+250+80=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 250 (98.05% from 255 or 56.18% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FA50 is #8C05AF. Grayscale: #BEBEBE. Windows color (decimal): -9176496 or 5306995. OLE color: 5306995.
HSL color Cylindrical-coordinate representation of color #73FA50: hue angle of 107.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73FA50 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 80 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.02 |
| HSL | 107.65º | 0.94% | 0.65% | - |
| HSV(B) | 107.65º | 0.68% | 0.98% | - |
| XYZ | 42.7 | 72.6 | 19.35 | - |
| YUV | 190.26 | 65.77 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 80 | 0.54 | 0 | 0.68 | 0.02 | 107.65 | 0.94 | 0.65 |
| Hex | 73 | FA | 50 | 36 | 0 | 44 | 2 | 6C | 5E | 41 |
| Octal | 163 | 372 | 120 | 66 | 0 | 104 | 2 | 154 | 136 | 101 |
| Binary | 1110011 | 11111010 | 1010000 | 110110 | 0 | 1000100 | 10 | 1101100 | 1011110 | 1000001 |
Color Harmonies of #73FA50
Complementary color
Monochromatic Colors of #73FA50
Black with #73FA50
Text Example
Text Example
White with #73FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA50; }
p { color: rgb(115,250,80); }
H1.HeaderClassName
{
color: #73FA50;
}
.AnyTagClassName
{
color: #73FA50;
}
</style>
background-color css
<style>
a { background-color: #73FA50; }
a { background-color: rgb(115,250,80); }
div.DivClassName
{
background-color: #73FA50;
}
.BgClassName
{
background-color: #73FA50;
}
</style>
border-color css
<style>
span { border-color: #73FA50; }
span { border-color: rgb(115,250,80); }
td.TdClassName
{
border-color: #73FA50;
}
.TagClassName
{
border-color: #73FA50;
}
</style>