Shades of Screamin' Green #73FA81
Tints of Screamin' Green #73FA81
RGB
CMYK
RGB Variations
Color information
#73FA81 (or 0x73FA81) is known color: Screamin' Green. HEX triplet: 73, FA and 81. RGB value is (115,250,129). Sum of RGB (Red+Green+Blue) = 115+250+129=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FA81 is #8C057E. Grayscale: #C4C4C4. Windows color (decimal): -9176447 or 8518259. OLE color: 8518259.
HSL color Cylindrical-coordinate representation of color #73FA81: hue angle of 126.22º 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 #73FA81 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 129 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.02 |
| HSL | 126.22º | 0.93% | 0.72% | - |
| HSV(B) | 126.22º | 0.54% | 0.98% | - |
| XYZ | 45.22 | 73.6 | 32.59 | - |
| YUV | 195.84 | 90.27 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 129 | 0.54 | 0 | 0.48 | 0.02 | 126.22 | 0.93 | 0.72 |
| Hex | 73 | FA | 81 | 36 | 0 | 30 | 2 | 7E | 5D | 48 |
| Octal | 163 | 372 | 201 | 66 | 0 | 60 | 2 | 176 | 135 | 110 |
| Binary | 1110011 | 11111010 | 10000001 | 110110 | 0 | 110000 | 10 | 1111110 | 1011101 | 1001000 |
Color Harmonies of #73FA81
Complementary color
Monochromatic Colors of #73FA81
Black with #73FA81
Text Example
Text Example
White with #73FA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA81; }
p { color: rgb(115,250,129); }
H1.HeaderClassName
{
color: #73FA81;
}
.AnyTagClassName
{
color: #73FA81;
}
</style>
background-color css
<style>
a { background-color: #73FA81; }
a { background-color: rgb(115,250,129); }
div.DivClassName
{
background-color: #73FA81;
}
.BgClassName
{
background-color: #73FA81;
}
</style>
border-color css
<style>
span { border-color: #73FA81; }
span { border-color: rgb(115,250,129); }
td.TdClassName
{
border-color: #73FA81;
}
.TagClassName
{
border-color: #73FA81;
}
</style>