Shades of Screamin' Green #73FC5E
Tints of Screamin' Green #73FC5E
RGB
CMYK
RGB Variations
Color information
#73FC5E (or 0x73FC5E) is known color: Screamin' Green. HEX triplet: 73, FC and 5E. RGB value is (115,252,94). Sum of RGB (Red+Green+Blue) = 115+252+94=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FC5E is #8C03A1. Grayscale: #C1C1C1. Windows color (decimal): -9175970 or 6225011. OLE color: 6225011.
HSL color Cylindrical-coordinate representation of color #73FC5E: hue angle of 112.03º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73FC5E is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 94 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.01 |
| HSL | 112.03º | 0.96% | 0.68% | - |
| HSV(B) | 112.03º | 0.63% | 0.99% | - |
| XYZ | 43.9 | 74.07 | 22.57 | - |
| YUV | 193.03 | 72.11 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 94 | 0.54 | 0 | 0.63 | 0.01 | 112.03 | 0.96 | 0.68 |
| Hex | 73 | FC | 5E | 36 | 0 | 3F | 1 | 70 | 60 | 44 |
| Octal | 163 | 374 | 136 | 66 | 0 | 77 | 1 | 160 | 140 | 104 |
| Binary | 1110011 | 11111100 | 1011110 | 110110 | 0 | 111111 | 1 | 1110000 | 1100000 | 1000100 |
Color Harmonies of #73FC5E
Complementary color
Monochromatic Colors of #73FC5E
Black with #73FC5E
Text Example
Text Example
White with #73FC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC5E; }
p { color: rgb(115,252,94); }
H1.HeaderClassName
{
color: #73FC5E;
}
.AnyTagClassName
{
color: #73FC5E;
}
</style>
background-color css
<style>
a { background-color: #73FC5E; }
a { background-color: rgb(115,252,94); }
div.DivClassName
{
background-color: #73FC5E;
}
.BgClassName
{
background-color: #73FC5E;
}
</style>
border-color css
<style>
span { border-color: #73FC5E; }
span { border-color: rgb(115,252,94); }
td.TdClassName
{
border-color: #73FC5E;
}
.TagClassName
{
border-color: #73FC5E;
}
</style>