Shades of Screamin' Green #73FF5B
Tints of Screamin' Green #73FF5B
RGB
CMYK
RGB Variations
Color information
#73FF5B (or 0x73FF5B) is known color: Screamin' Green. HEX triplet: 73, FF and 5B. RGB value is (115,255,91). Sum of RGB (Red+Green+Blue) = 115+255+91=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF5B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FF5B is #8C00A4. Grayscale: #C2C2C2. Windows color (decimal): -9175205 or 6029171. OLE color: 6029171.
HSL color Cylindrical-coordinate representation of color #73FF5B: hue angle of 111.22º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73FF5B is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 91 | - |
| CMYK | 0.55 | 0 | 0.64 | 0 |
| HSL | 111.22º | 1% | 0.68% | - |
| HSV(B) | 111.22º | 0.64% | 1% | - |
| XYZ | 44.72 | 75.92 | 22.19 | - |
| YUV | 194.44 | 69.62 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 91 | 0.55 | 0 | 0.64 | 0 | 111.22 | 1 | 0.68 |
| Hex | 73 | FF | 5B | 37 | 0 | 40 | 0 | 6F | 64 | 44 |
| Octal | 163 | 377 | 133 | 67 | 0 | 100 | 0 | 157 | 144 | 104 |
| Binary | 1110011 | 11111111 | 1011011 | 110111 | 0 | 1000000 | 0 | 1101111 | 1100100 | 1000100 |
Color Harmonies of #73FF5B
Complementary color
Monochromatic Colors of #73FF5B
Black with #73FF5B
Text Example
Text Example
White with #73FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF5B; }
p { color: rgb(115,255,91); }
H1.HeaderClassName
{
color: #73FF5B;
}
.AnyTagClassName
{
color: #73FF5B;
}
</style>
background-color css
<style>
a { background-color: #73FF5B; }
a { background-color: rgb(115,255,91); }
div.DivClassName
{
background-color: #73FF5B;
}
.BgClassName
{
background-color: #73FF5B;
}
</style>
border-color css
<style>
span { border-color: #73FF5B; }
span { border-color: rgb(115,255,91); }
td.TdClassName
{
border-color: #73FF5B;
}
.TagClassName
{
border-color: #73FF5B;
}
</style>