Shades of Screamin' Green #73FB74
Tints of Screamin' Green #73FB74
RGB
CMYK
RGB Variations
Color information
#73FB74 (or 0x73FB74) is known color: Screamin' Green. HEX triplet: 73, FB and 74. RGB value is (115,251,116). Sum of RGB (Red+Green+Blue) = 115+251+116=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FB74 is #8C048B. Grayscale: #C3C3C3. Windows color (decimal): -9176204 or 7666547. OLE color: 7666547.
HSL color Cylindrical-coordinate representation of color #73FB74: hue angle of 120.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FB74 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 116 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.02 |
| HSL | 120.44º | 0.94% | 0.72% | - |
| HSV(B) | 120.44º | 0.54% | 0.98% | - |
| XYZ | 44.72 | 73.9 | 28.43 | - |
| YUV | 194.95 | 83.44 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 116 | 0.54 | 0 | 0.54 | 0.02 | 120.44 | 0.94 | 0.72 |
| Hex | 73 | FB | 74 | 36 | 0 | 36 | 2 | 78 | 5E | 48 |
| Octal | 163 | 373 | 164 | 66 | 0 | 66 | 2 | 170 | 136 | 110 |
| Binary | 1110011 | 11111011 | 1110100 | 110110 | 0 | 110110 | 10 | 1111000 | 1011110 | 1001000 |
Color Harmonies of #73FB74
Complementary color
Monochromatic Colors of #73FB74
Black with #73FB74
Text Example
Text Example
White with #73FB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB74; }
p { color: rgb(115,251,116); }
H1.HeaderClassName
{
color: #73FB74;
}
.AnyTagClassName
{
color: #73FB74;
}
</style>
background-color css
<style>
a { background-color: #73FB74; }
a { background-color: rgb(115,251,116); }
div.DivClassName
{
background-color: #73FB74;
}
.BgClassName
{
background-color: #73FB74;
}
</style>
border-color css
<style>
span { border-color: #73FB74; }
span { border-color: rgb(115,251,116); }
td.TdClassName
{
border-color: #73FB74;
}
.TagClassName
{
border-color: #73FB74;
}
</style>