Shades of Screamin' Green #73FA80
Tints of Screamin' Green #73FA80
RGB
CMYK
RGB Variations
Color information
#73FA80 (or 0x73FA80) is known color: Screamin' Green. HEX triplet: 73, FA and 80. RGB value is (115,250,128). Sum of RGB (Red+Green+Blue) = 115+250+128=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FA80 is #8C057F. Grayscale: #C4C4C4. Windows color (decimal): -9176448 or 8452723. OLE color: 8452723.
HSL color Cylindrical-coordinate representation of color #73FA80: hue angle of 125.78º 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 #73FA80 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 128 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.02 |
| HSL | 125.78º | 0.93% | 0.72% | - |
| HSV(B) | 125.78º | 0.54% | 0.98% | - |
| XYZ | 45.15 | 73.57 | 32.24 | - |
| YUV | 195.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 128 | 0.54 | 0 | 0.49 | 0.02 | 125.78 | 0.93 | 0.72 |
| Hex | 73 | FA | 80 | 36 | 0 | 31 | 2 | 7E | 5D | 48 |
| Octal | 163 | 372 | 200 | 66 | 0 | 61 | 2 | 176 | 135 | 110 |
| Binary | 1110011 | 11111010 | 10000000 | 110110 | 0 | 110001 | 10 | 1111110 | 1011101 | 1001000 |
Color Harmonies of #73FA80
Complementary color
Monochromatic Colors of #73FA80
Black with #73FA80
Text Example
Text Example
White with #73FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA80; }
p { color: rgb(115,250,128); }
H1.HeaderClassName
{
color: #73FA80;
}
.AnyTagClassName
{
color: #73FA80;
}
</style>
background-color css
<style>
a { background-color: #73FA80; }
a { background-color: rgb(115,250,128); }
div.DivClassName
{
background-color: #73FA80;
}
.BgClassName
{
background-color: #73FA80;
}
</style>
border-color css
<style>
span { border-color: #73FA80; }
span { border-color: rgb(115,250,128); }
td.TdClassName
{
border-color: #73FA80;
}
.TagClassName
{
border-color: #73FA80;
}
</style>