Shades of Screamin' Green #73FF5F
Tints of Screamin' Green #73FF5F
RGB
CMYK
RGB Variations
Color information
#73FF5F (or 0x73FF5F) is known color: Screamin' Green. HEX triplet: 73, FF and 5F. RGB value is (115,255,95). Sum of RGB (Red+Green+Blue) = 115+255+95=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FF5F is #8C00A0. Grayscale: #C3C3C3. Windows color (decimal): -9175201 or 6291315. OLE color: 6291315.
HSL color Cylindrical-coordinate representation of color #73FF5F: hue angle of 112.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73FF5F is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 95 | - |
| CMYK | 0.55 | 0 | 0.63 | 0 |
| HSL | 112.5º | 1% | 0.69% | - |
| HSV(B) | 112.5º | 0.63% | 1% | - |
| XYZ | 44.9 | 75.99 | 23.13 | - |
| YUV | 194.9 | 71.62 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 95 | 0.55 | 0 | 0.63 | 0 | 112.5 | 1 | 0.69 |
| Hex | 73 | FF | 5F | 37 | 0 | 3F | 0 | 70 | 64 | 45 |
| Octal | 163 | 377 | 137 | 67 | 0 | 77 | 0 | 160 | 144 | 105 |
| Binary | 1110011 | 11111111 | 1011111 | 110111 | 0 | 111111 | 0 | 1110000 | 1100100 | 1000101 |
Color Harmonies of #73FF5F
Complementary color
Monochromatic Colors of #73FF5F
Black with #73FF5F
Text Example
Text Example
White with #73FF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF5F; }
p { color: rgb(115,255,95); }
H1.HeaderClassName
{
color: #73FF5F;
}
.AnyTagClassName
{
color: #73FF5F;
}
</style>
background-color css
<style>
a { background-color: #73FF5F; }
a { background-color: rgb(115,255,95); }
div.DivClassName
{
background-color: #73FF5F;
}
.BgClassName
{
background-color: #73FF5F;
}
</style>
border-color css
<style>
span { border-color: #73FF5F; }
span { border-color: rgb(115,255,95); }
td.TdClassName
{
border-color: #73FF5F;
}
.TagClassName
{
border-color: #73FF5F;
}
</style>