Shades of Screamin' Green #73FF41
Tints of Screamin' Green #73FF41
RGB
CMYK
RGB Variations
Color information
#73FF41 (or 0x73FF41) is known color: Screamin' Green. HEX triplet: 73, FF and 41. RGB value is (115,255,65). Sum of RGB (Red+Green+Blue) = 115+255+65=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FF41 is #8C00BE. Grayscale: #C0C0C0. Windows color (decimal): -9175231 or 4325235. OLE color: 4325235.
HSL color Cylindrical-coordinate representation of color #73FF41: hue angle of 104.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73FF41 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 65 | - |
| CMYK | 0.55 | 0 | 0.75 | 0 |
| HSL | 104.21º | 1% | 0.63% | - |
| HSV(B) | 104.21º | 0.75% | 1% | - |
| XYZ | 43.78 | 75.55 | 17.28 | - |
| YUV | 191.48 | 56.62 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 65 | 0.55 | 0 | 0.75 | 0 | 104.21 | 1 | 0.63 |
| Hex | 73 | FF | 41 | 37 | 0 | 4B | 0 | 68 | 64 | 3F |
| Octal | 163 | 377 | 101 | 67 | 0 | 113 | 0 | 150 | 144 | 77 |
| Binary | 1110011 | 11111111 | 1000001 | 110111 | 0 | 1001011 | 0 | 1101000 | 1100100 | 111111 |
Color Harmonies of #73FF41
Complementary color
Monochromatic Colors of #73FF41
Black with #73FF41
Text Example
Text Example
White with #73FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF41; }
p { color: rgb(115,255,65); }
H1.HeaderClassName
{
color: #73FF41;
}
.AnyTagClassName
{
color: #73FF41;
}
</style>
background-color css
<style>
a { background-color: #73FF41; }
a { background-color: rgb(115,255,65); }
div.DivClassName
{
background-color: #73FF41;
}
.BgClassName
{
background-color: #73FF41;
}
</style>
border-color css
<style>
span { border-color: #73FF41; }
span { border-color: rgb(115,255,65); }
td.TdClassName
{
border-color: #73FF41;
}
.TagClassName
{
border-color: #73FF41;
}
</style>