Shades of Screamin' Green #41F060
Tints of Screamin' Green #41F060
RGB
CMYK
RGB Variations
Color information
#41F060 (or 0x41F060) is known color: Screamin' Green. HEX triplet: 41, F0 and 60. RGB value is (65,240,96). Sum of RGB (Red+Green+Blue) = 65+240+96=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #41F060 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F060 is #BE0F9F. Grayscale: #ABABAB. Windows color (decimal): -12455840 or 6352961. OLE color: 6352961.
HSL color Cylindrical-coordinate representation of color #41F060: hue angle of 130.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F060 is Cyan = 0.73, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 96 | - |
| CMYK | 0.73 | 0 | 0.6 | 0.06 |
| HSL | 130.63º | 0.85% | 0.6% | - |
| HSV(B) | 130.63º | 0.73% | 0.94% | - |
| XYZ | 35.45 | 64.29 | 21.61 | - |
| YUV | 171.26 | 85.52 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 96 | 0.73 | 0 | 0.6 | 0.06 | 130.63 | 0.85 | 0.6 |
| Hex | 41 | F0 | 60 | 49 | 0 | 3C | 6 | 83 | 55 | 3C |
| Octal | 101 | 360 | 140 | 111 | 0 | 74 | 6 | 203 | 125 | 74 |
| Binary | 1000001 | 11110000 | 1100000 | 1001001 | 0 | 111100 | 110 | 10000011 | 1010101 | 111100 |
Color Harmonies of #41F060
Complementary color
Monochromatic Colors of #41F060
Black with #41F060
Text Example
Text Example
White with #41F060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F060; }
p { color: rgb(65,240,96); }
H1.HeaderClassName
{
color: #41F060;
}
.AnyTagClassName
{
color: #41F060;
}
</style>
background-color css
<style>
a { background-color: #41F060; }
a { background-color: rgb(65,240,96); }
div.DivClassName
{
background-color: #41F060;
}
.BgClassName
{
background-color: #41F060;
}
</style>
border-color css
<style>
span { border-color: #41F060; }
span { border-color: rgb(65,240,96); }
td.TdClassName
{
border-color: #41F060;
}
.TagClassName
{
border-color: #41F060;
}
</style>