Shades of Screamin' Green #41F261
Tints of Screamin' Green #41F261
RGB
CMYK
RGB Variations
Color information
#41F261 (or 0x41F261) is known color: Screamin' Green. HEX triplet: 41, F2 and 61. RGB value is (65,242,97). Sum of RGB (Red+Green+Blue) = 65+242+97=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #41F261 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F261 is #BE0D9E. Grayscale: #ACACAC. Windows color (decimal): -12455327 or 6419009. OLE color: 6419009.
HSL color Cylindrical-coordinate representation of color #41F261: hue angle of 130.85º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F261 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 97 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.05 |
| HSL | 130.85º | 0.87% | 0.6% | - |
| HSV(B) | 130.85º | 0.73% | 0.95% | - |
| XYZ | 36.09 | 65.49 | 22.05 | - |
| YUV | 172.55 | 85.36 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 97 | 0.73 | 0 | 0.60 | 0.05 | 130.85 | 0.87 | 0.6 |
| Hex | 41 | F2 | 61 | 49 | 0 | 3C | 5 | 83 | 57 | 3C |
| Octal | 101 | 362 | 141 | 111 | 0 | 74 | 5 | 203 | 127 | 74 |
| Binary | 1000001 | 11110010 | 1100001 | 1001001 | 0 | 111100 | 101 | 10000011 | 1010111 | 111100 |
Color Harmonies of #41F261
Complementary color
Monochromatic Colors of #41F261
Black with #41F261
Text Example
Text Example
White with #41F261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F261; }
p { color: rgb(65,242,97); }
H1.HeaderClassName
{
color: #41F261;
}
.AnyTagClassName
{
color: #41F261;
}
</style>
background-color css
<style>
a { background-color: #41F261; }
a { background-color: rgb(65,242,97); }
div.DivClassName
{
background-color: #41F261;
}
.BgClassName
{
background-color: #41F261;
}
</style>
border-color css
<style>
span { border-color: #41F261; }
span { border-color: rgb(65,242,97); }
td.TdClassName
{
border-color: #41F261;
}
.TagClassName
{
border-color: #41F261;
}
</style>