Shades of Screamin' Green #73F874
Tints of Screamin' Green #73F874
RGB
CMYK
RGB Variations
Color information
#73F874 (or 0x73F874) is known color: Screamin' Green. HEX triplet: 73, F8 and 74. RGB value is (115,248,116). Sum of RGB (Red+Green+Blue) = 115+248+116=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #73F874 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F874 is #8C078B. Grayscale: #C1C1C1. Windows color (decimal): -9176972 or 7665779. OLE color: 7665779.
HSL color Cylindrical-coordinate representation of color #73F874: hue angle of 120.45º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73F874 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 248 | 116 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.03 |
| HSL | 120.45º | 0.9% | 0.71% | - |
| HSV(B) | 120.45º | 0.54% | 0.97% | - |
| XYZ | 43.79 | 72.04 | 28.12 | - |
| YUV | 193.19 | 84.44 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 248 | 116 | 0.54 | 0 | 0.53 | 0.03 | 120.45 | 0.9 | 0.71 |
| Hex | 73 | F8 | 74 | 36 | 0 | 35 | 3 | 78 | 5A | 47 |
| Octal | 163 | 370 | 164 | 66 | 0 | 65 | 3 | 170 | 132 | 107 |
| Binary | 1110011 | 11111000 | 1110100 | 110110 | 0 | 110101 | 11 | 1111000 | 1011010 | 1000111 |
Color Harmonies of #73F874
Complementary color
Monochromatic Colors of #73F874
Black with #73F874
Text Example
Text Example
White with #73F874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F874; }
p { color: rgb(115,248,116); }
H1.HeaderClassName
{
color: #73F874;
}
.AnyTagClassName
{
color: #73F874;
}
</style>
background-color css
<style>
a { background-color: #73F874; }
a { background-color: rgb(115,248,116); }
div.DivClassName
{
background-color: #73F874;
}
.BgClassName
{
background-color: #73F874;
}
</style>
border-color css
<style>
span { border-color: #73F874; }
span { border-color: rgb(115,248,116); }
td.TdClassName
{
border-color: #73F874;
}
.TagClassName
{
border-color: #73F874;
}
</style>