Shades of Screamin' Green #41F573
Tints of Screamin' Green #41F573
RGB
CMYK
RGB Variations
Color information
#41F573 (or 0x41F573) is known color: Screamin' Green. HEX triplet: 41, F5 and 73. RGB value is (65,245,115). Sum of RGB (Red+Green+Blue) = 65+245+115=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 245 (96.09% from 255 or 57.65% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 245 - color contains mainly: green. Hex color #41F573 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F573 is #BE0A8C. Grayscale: #B0B0B0. Windows color (decimal): -12454541 or 7599425. OLE color: 7599425.
HSL color Cylindrical-coordinate representation of color #41F573: hue angle of 136.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F573 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 245 | 115 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.04 |
| HSL | 136.67º | 0.9% | 0.61% | - |
| HSV(B) | 136.67º | 0.73% | 0.96% | - |
| XYZ | 37.93 | 67.67 | 27.28 | - |
| YUV | 176.36 | 93.37 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 245 | 115 | 0.73 | 0 | 0.53 | 0.04 | 136.67 | 0.9 | 0.61 |
| Hex | 41 | F5 | 73 | 49 | 0 | 35 | 4 | 89 | 5A | 3D |
| Octal | 101 | 365 | 163 | 111 | 0 | 65 | 4 | 211 | 132 | 75 |
| Binary | 1000001 | 11110101 | 1110011 | 1001001 | 0 | 110101 | 100 | 10001001 | 1011010 | 111101 |
Color Harmonies of #41F573
Complementary color
Monochromatic Colors of #41F573
Black with #41F573
Text Example
Text Example
White with #41F573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F573; }
p { color: rgb(65,245,115); }
H1.HeaderClassName
{
color: #41F573;
}
.AnyTagClassName
{
color: #41F573;
}
</style>
background-color css
<style>
a { background-color: #41F573; }
a { background-color: rgb(65,245,115); }
div.DivClassName
{
background-color: #41F573;
}
.BgClassName
{
background-color: #41F573;
}
</style>
border-color css
<style>
span { border-color: #41F573; }
span { border-color: rgb(65,245,115); }
td.TdClassName
{
border-color: #41F573;
}
.TagClassName
{
border-color: #41F573;
}
</style>