Shades of Screamin' Green #73F97A
Tints of Screamin' Green #73F97A
RGB
CMYK
RGB Variations
Color information
#73F97A (or 0x73F97A) is known color: Screamin' Green. HEX triplet: 73, F9 and 7A. RGB value is (115,249,122). Sum of RGB (Red+Green+Blue) = 115+249+122=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 249 (97.66% from 255 or 51.23% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 249 - color contains mainly: green. Hex color #73F97A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F97A is #8C0685. Grayscale: #C2C2C2. Windows color (decimal): -9176710 or 8059251. OLE color: 8059251.
HSL color Cylindrical-coordinate representation of color #73F97A: hue angle of 123.13º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73F97A is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 249 | 122 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.02 |
| HSL | 123.13º | 0.92% | 0.71% | - |
| HSV(B) | 123.13º | 0.54% | 0.98% | - |
| XYZ | 44.46 | 72.8 | 30.12 | - |
| YUV | 194.46 | 87.11 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 249 | 122 | 0.54 | 0 | 0.51 | 0.02 | 123.13 | 0.92 | 0.71 |
| Hex | 73 | F9 | 7A | 36 | 0 | 33 | 2 | 7B | 5C | 47 |
| Octal | 163 | 371 | 172 | 66 | 0 | 63 | 2 | 173 | 134 | 107 |
| Binary | 1110011 | 11111001 | 1111010 | 110110 | 0 | 110011 | 10 | 1111011 | 1011100 | 1000111 |
Color Harmonies of #73F97A
Complementary color
Monochromatic Colors of #73F97A
Black with #73F97A
Text Example
Text Example
White with #73F97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F97A; }
p { color: rgb(115,249,122); }
H1.HeaderClassName
{
color: #73F97A;
}
.AnyTagClassName
{
color: #73F97A;
}
</style>
background-color css
<style>
a { background-color: #73F97A; }
a { background-color: rgb(115,249,122); }
div.DivClassName
{
background-color: #73F97A;
}
.BgClassName
{
background-color: #73F97A;
}
</style>
border-color css
<style>
span { border-color: #73F97A; }
span { border-color: rgb(115,249,122); }
td.TdClassName
{
border-color: #73F97A;
}
.TagClassName
{
border-color: #73F97A;
}
</style>