Shades of Screamin' Green #73FB4C
Tints of Screamin' Green #73FB4C
RGB
CMYK
RGB Variations
Color information
#73FB4C (or 0x73FB4C) is known color: Screamin' Green. HEX triplet: 73, FB and 4C. RGB value is (115,251,76). Sum of RGB (Red+Green+Blue) = 115+251+76=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 251 (98.44% from 255 or 56.79% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FB4C is #8C04B3. Grayscale: #BEBEBE. Windows color (decimal): -9176244 or 5045107. OLE color: 5045107.
HSL color Cylindrical-coordinate representation of color #73FB4C: hue angle of 106.63º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73FB4C is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 76 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.02 |
| HSL | 106.63º | 0.96% | 0.64% | - |
| HSV(B) | 106.63º | 0.7% | 0.98% | - |
| XYZ | 42.87 | 73.16 | 18.7 | - |
| YUV | 190.39 | 63.44 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 76 | 0.54 | 0 | 0.70 | 0.02 | 106.63 | 0.96 | 0.64 |
| Hex | 73 | FB | 4C | 36 | 0 | 46 | 2 | 6B | 60 | 40 |
| Octal | 163 | 373 | 114 | 66 | 0 | 106 | 2 | 153 | 140 | 100 |
| Binary | 1110011 | 11111011 | 1001100 | 110110 | 0 | 1000110 | 10 | 1101011 | 1100000 | 1000000 |
Color Harmonies of #73FB4C
Complementary color
Monochromatic Colors of #73FB4C
Black with #73FB4C
Text Example
Text Example
White with #73FB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB4C; }
p { color: rgb(115,251,76); }
H1.HeaderClassName
{
color: #73FB4C;
}
.AnyTagClassName
{
color: #73FB4C;
}
</style>
background-color css
<style>
a { background-color: #73FB4C; }
a { background-color: rgb(115,251,76); }
div.DivClassName
{
background-color: #73FB4C;
}
.BgClassName
{
background-color: #73FB4C;
}
</style>
border-color css
<style>
span { border-color: #73FB4C; }
span { border-color: rgb(115,251,76); }
td.TdClassName
{
border-color: #73FB4C;
}
.TagClassName
{
border-color: #73FB4C;
}
</style>