Shades of Screamin' Green #41F55C
Tints of Screamin' Green #41F55C
RGB
CMYK
RGB Variations
Color information
#41F55C (or 0x41F55C) is known color: Screamin' Green. HEX triplet: 41, F5 and 5C. RGB value is (65,245,92). Sum of RGB (Red+Green+Blue) = 65+245+92=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 245 (96.09% from 255 or 60.95% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 245 - color contains mainly: green. Hex color #41F55C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F55C is #BE0AA3. Grayscale: #AEAEAE. Windows color (decimal): -12454564 or 6092097. OLE color: 6092097.
HSL color Cylindrical-coordinate representation of color #41F55C: hue angle of 129º 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 #41F55C is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 245 | 92 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.04 |
| HSL | 129º | 0.9% | 0.61% | - |
| HSV(B) | 129º | 0.73% | 0.96% | - |
| XYZ | 36.76 | 67.2 | 21.16 | - |
| YUV | 173.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 245 | 92 | 0.73 | 0 | 0.62 | 0.04 | 129 | 0.9 | 0.61 |
| Hex | 41 | F5 | 5C | 49 | 0 | 3E | 4 | 81 | 5A | 3D |
| Octal | 101 | 365 | 134 | 111 | 0 | 76 | 4 | 201 | 132 | 75 |
| Binary | 1000001 | 11110101 | 1011100 | 1001001 | 0 | 111110 | 100 | 10000001 | 1011010 | 111101 |
Color Harmonies of #41F55C
Complementary color
Monochromatic Colors of #41F55C
Black with #41F55C
Text Example
Text Example
White with #41F55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F55C; }
p { color: rgb(65,245,92); }
H1.HeaderClassName
{
color: #41F55C;
}
.AnyTagClassName
{
color: #41F55C;
}
</style>
background-color css
<style>
a { background-color: #41F55C; }
a { background-color: rgb(65,245,92); }
div.DivClassName
{
background-color: #41F55C;
}
.BgClassName
{
background-color: #41F55C;
}
</style>
border-color css
<style>
span { border-color: #41F55C; }
span { border-color: rgb(65,245,92); }
td.TdClassName
{
border-color: #41F55C;
}
.TagClassName
{
border-color: #41F55C;
}
</style>