Shades of Screamin' Green #73FB4D
Tints of Screamin' Green #73FB4D
RGB
CMYK
RGB Variations
Color information
#73FB4D (or 0x73FB4D) is known color: Screamin' Green. HEX triplet: 73, FB and 4D. RGB value is (115,251,77). Sum of RGB (Red+Green+Blue) = 115+251+77=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 251 (98.44% from 255 or 56.66% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FB4D is #8C04B2. Grayscale: #BFBFBF. Windows color (decimal): -9176243 or 5110643. OLE color: 5110643.
HSL color Cylindrical-coordinate representation of color #73FB4D: hue angle of 106.9º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73FB4D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 77 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.02 |
| HSL | 106.9º | 0.96% | 0.64% | - |
| HSV(B) | 106.9º | 0.69% | 0.98% | - |
| XYZ | 42.91 | 73.18 | 18.88 | - |
| YUV | 190.5 | 63.94 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 77 | 0.54 | 0 | 0.69 | 0.02 | 106.9 | 0.96 | 0.64 |
| Hex | 73 | FB | 4D | 36 | 0 | 45 | 2 | 6B | 60 | 40 |
| Octal | 163 | 373 | 115 | 66 | 0 | 105 | 2 | 153 | 140 | 100 |
| Binary | 1110011 | 11111011 | 1001101 | 110110 | 0 | 1000101 | 10 | 1101011 | 1100000 | 1000000 |
Color Harmonies of #73FB4D
Complementary color
Monochromatic Colors of #73FB4D
Black with #73FB4D
Text Example
Text Example
White with #73FB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB4D; }
p { color: rgb(115,251,77); }
H1.HeaderClassName
{
color: #73FB4D;
}
.AnyTagClassName
{
color: #73FB4D;
}
</style>
background-color css
<style>
a { background-color: #73FB4D; }
a { background-color: rgb(115,251,77); }
div.DivClassName
{
background-color: #73FB4D;
}
.BgClassName
{
background-color: #73FB4D;
}
</style>
border-color css
<style>
span { border-color: #73FB4D; }
span { border-color: rgb(115,251,77); }
td.TdClassName
{
border-color: #73FB4D;
}
.TagClassName
{
border-color: #73FB4D;
}
</style>