Shades of Screamin' Green #73F76A
Tints of Screamin' Green #73F76A
RGB
CMYK
RGB Variations
Color information
#73F76A (or 0x73F76A) is known color: Screamin' Green. HEX triplet: 73, F7 and 6A. RGB value is (115,247,106). Sum of RGB (Red+Green+Blue) = 115+247+106=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #73F76A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F76A is #8C0895. Grayscale: #BFBFBF. Windows color (decimal): -9177238 or 7010163. OLE color: 7010163.
HSL color Cylindrical-coordinate representation of color #73F76A: hue angle of 116.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73F76A is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 247 | 106 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.03 |
| HSL | 116.17º | 0.9% | 0.69% | - |
| HSV(B) | 116.17º | 0.57% | 0.97% | - |
| XYZ | 42.93 | 71.21 | 25.12 | - |
| YUV | 191.46 | 79.77 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 247 | 106 | 0.53 | 0 | 0.57 | 0.03 | 116.17 | 0.9 | 0.69 |
| Hex | 73 | F7 | 6A | 35 | 0 | 39 | 3 | 74 | 5A | 45 |
| Octal | 163 | 367 | 152 | 65 | 0 | 71 | 3 | 164 | 132 | 105 |
| Binary | 1110011 | 11110111 | 1101010 | 110101 | 0 | 111001 | 11 | 1110100 | 1011010 | 1000101 |
Color Harmonies of #73F76A
Complementary color
Monochromatic Colors of #73F76A
Black with #73F76A
Text Example
Text Example
White with #73F76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F76A; }
p { color: rgb(115,247,106); }
H1.HeaderClassName
{
color: #73F76A;
}
.AnyTagClassName
{
color: #73F76A;
}
</style>
background-color css
<style>
a { background-color: #73F76A; }
a { background-color: rgb(115,247,106); }
div.DivClassName
{
background-color: #73F76A;
}
.BgClassName
{
background-color: #73F76A;
}
</style>
border-color css
<style>
span { border-color: #73F76A; }
span { border-color: rgb(115,247,106); }
td.TdClassName
{
border-color: #73F76A;
}
.TagClassName
{
border-color: #73F76A;
}
</style>