Shades of Screamin' Green #41F761
Tints of Screamin' Green #41F761
RGB
CMYK
RGB Variations
Color information
#41F761 (or 0x41F761) is known color: Screamin' Green. HEX triplet: 41, F7 and 61. RGB value is (65,247,97). Sum of RGB (Red+Green+Blue) = 65+247+97=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 247 (96.88% from 255 or 60.39% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 247 - color contains mainly: green. Hex color #41F761 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F761 is #BE089E. Grayscale: #AFAFAF. Windows color (decimal): -12454047 or 6420289. OLE color: 6420289.
HSL color Cylindrical-coordinate representation of color #41F761: hue angle of 130.55º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F761 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 97 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.03 |
| HSL | 130.55º | 0.92% | 0.61% | - |
| HSV(B) | 130.55º | 0.74% | 0.97% | - |
| XYZ | 37.6 | 68.51 | 22.55 | - |
| YUV | 175.48 | 83.7 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 97 | 0.74 | 0 | 0.61 | 0.03 | 130.55 | 0.92 | 0.61 |
| Hex | 41 | F7 | 61 | 4A | 0 | 3D | 3 | 83 | 5C | 3D |
| Octal | 101 | 367 | 141 | 112 | 0 | 75 | 3 | 203 | 134 | 75 |
| Binary | 1000001 | 11110111 | 1100001 | 1001010 | 0 | 111101 | 11 | 10000011 | 1011100 | 111101 |
Color Harmonies of #41F761
Complementary color
Monochromatic Colors of #41F761
Black with #41F761
Text Example
Text Example
White with #41F761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F761; }
p { color: rgb(65,247,97); }
H1.HeaderClassName
{
color: #41F761;
}
.AnyTagClassName
{
color: #41F761;
}
</style>
background-color css
<style>
a { background-color: #41F761; }
a { background-color: rgb(65,247,97); }
div.DivClassName
{
background-color: #41F761;
}
.BgClassName
{
background-color: #41F761;
}
</style>
border-color css
<style>
span { border-color: #41F761; }
span { border-color: rgb(65,247,97); }
td.TdClassName
{
border-color: #41F761;
}
.TagClassName
{
border-color: #41F761;
}
</style>