Shades of Screamin' Green #41F55F
Tints of Screamin' Green #41F55F
RGB
CMYK
RGB Variations
Color information
#41F55F (or 0x41F55F) is known color: Screamin' Green. HEX triplet: 41, F5 and 5F. RGB value is (65,245,95). Sum of RGB (Red+Green+Blue) = 65+245+95=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 245 (96.09% from 255 or 60.49% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 245 - color contains mainly: green. Hex color #41F55F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F55F is #BE0AA0. Grayscale: #AEAEAE. Windows color (decimal): -12454561 or 6288705. OLE color: 6288705.
HSL color Cylindrical-coordinate representation of color #41F55F: hue angle of 130º 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 #41F55F is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 245 | 95 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.04 |
| HSL | 130º | 0.9% | 0.61% | - |
| HSV(B) | 130º | 0.73% | 0.96% | - |
| XYZ | 36.9 | 67.25 | 21.86 | - |
| YUV | 174.08 | 83.37 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 245 | 95 | 0.73 | 0 | 0.61 | 0.04 | 130 | 0.9 | 0.61 |
| Hex | 41 | F5 | 5F | 49 | 0 | 3D | 4 | 82 | 5A | 3D |
| Octal | 101 | 365 | 137 | 111 | 0 | 75 | 4 | 202 | 132 | 75 |
| Binary | 1000001 | 11110101 | 1011111 | 1001001 | 0 | 111101 | 100 | 10000010 | 1011010 | 111101 |
Color Harmonies of #41F55F
Complementary color
Monochromatic Colors of #41F55F
Black with #41F55F
Text Example
Text Example
White with #41F55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F55F; }
p { color: rgb(65,245,95); }
H1.HeaderClassName
{
color: #41F55F;
}
.AnyTagClassName
{
color: #41F55F;
}
</style>
background-color css
<style>
a { background-color: #41F55F; }
a { background-color: rgb(65,245,95); }
div.DivClassName
{
background-color: #41F55F;
}
.BgClassName
{
background-color: #41F55F;
}
</style>
border-color css
<style>
span { border-color: #41F55F; }
span { border-color: rgb(65,245,95); }
td.TdClassName
{
border-color: #41F55F;
}
.TagClassName
{
border-color: #41F55F;
}
</style>