Shades of Screamin' Green #41FF61
Tints of Screamin' Green #41FF61
RGB
CMYK
RGB Variations
Color information
#41FF61 (or 0x41FF61) is known color: Screamin' Green. HEX triplet: 41, FF and 61. RGB value is (65,255,97). Sum of RGB (Red+Green+Blue) = 65+255+97=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41FF61 is #BE009E. Grayscale: #B4B4B4. Windows color (decimal): -12451999 or 6422337. OLE color: 6422337.
HSL color Cylindrical-coordinate representation of color #41FF61: hue angle of 130.11º 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 #41FF61 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 97 | - |
| CMYK | 0.75 | 0 | 0.62 | 0 |
| HSL | 130.11º | 1% | 0.63% | - |
| HSV(B) | 130.11º | 0.75% | 1% | - |
| XYZ | 40.1 | 73.51 | 23.38 | - |
| YUV | 180.18 | 81.05 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 97 | 0.75 | 0 | 0.62 | 0 | 130.11 | 1 | 0.63 |
| Hex | 41 | FF | 61 | 4B | 0 | 3E | 0 | 82 | 64 | 3F |
| Octal | 101 | 377 | 141 | 113 | 0 | 76 | 0 | 202 | 144 | 77 |
| Binary | 1000001 | 11111111 | 1100001 | 1001011 | 0 | 111110 | 0 | 10000010 | 1100100 | 111111 |
Color Harmonies of #41FF61
Complementary color
Monochromatic Colors of #41FF61
Black with #41FF61
Text Example
Text Example
White with #41FF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF61; }
p { color: rgb(65,255,97); }
H1.HeaderClassName
{
color: #41FF61;
}
.AnyTagClassName
{
color: #41FF61;
}
</style>
background-color css
<style>
a { background-color: #41FF61; }
a { background-color: rgb(65,255,97); }
div.DivClassName
{
background-color: #41FF61;
}
.BgClassName
{
background-color: #41FF61;
}
</style>
border-color css
<style>
span { border-color: #41FF61; }
span { border-color: rgb(65,255,97); }
td.TdClassName
{
border-color: #41FF61;
}
.TagClassName
{
border-color: #41FF61;
}
</style>