Shades of Screamin' Green #73F86C
Tints of Screamin' Green #73F86C
RGB
CMYK
RGB Variations
Color information
#73F86C (or 0x73F86C) is known color: Screamin' Green. HEX triplet: 73, F8 and 6C. RGB value is (115,248,108). Sum of RGB (Red+Green+Blue) = 115+248+108=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #73F86C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F86C is #8C0793. Grayscale: #C0C0C0. Windows color (decimal): -9176980 or 7141491. OLE color: 7141491.
HSL color Cylindrical-coordinate representation of color #73F86C: hue angle of 117º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73F86C is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 248 | 108 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.03 |
| HSL | 117º | 0.91% | 0.7% | - |
| HSV(B) | 117º | 0.56% | 0.97% | - |
| XYZ | 43.34 | 71.86 | 25.77 | - |
| YUV | 192.27 | 80.44 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 248 | 108 | 0.54 | 0 | 0.56 | 0.03 | 117 | 0.91 | 0.7 |
| Hex | 73 | F8 | 6C | 36 | 0 | 38 | 3 | 75 | 5B | 46 |
| Octal | 163 | 370 | 154 | 66 | 0 | 70 | 3 | 165 | 133 | 106 |
| Binary | 1110011 | 11111000 | 1101100 | 110110 | 0 | 111000 | 11 | 1110101 | 1011011 | 1000110 |
Color Harmonies of #73F86C
Complementary color
Monochromatic Colors of #73F86C
Black with #73F86C
Text Example
Text Example
White with #73F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F86C; }
p { color: rgb(115,248,108); }
H1.HeaderClassName
{
color: #73F86C;
}
.AnyTagClassName
{
color: #73F86C;
}
</style>
background-color css
<style>
a { background-color: #73F86C; }
a { background-color: rgb(115,248,108); }
div.DivClassName
{
background-color: #73F86C;
}
.BgClassName
{
background-color: #73F86C;
}
</style>
border-color css
<style>
span { border-color: #73F86C; }
span { border-color: rgb(115,248,108); }
td.TdClassName
{
border-color: #73F86C;
}
.TagClassName
{
border-color: #73F86C;
}
</style>