Shades of Screamin' Green #41FF76
Tints of Screamin' Green #41FF76
RGB
CMYK
RGB Variations
Color information
#41FF76 (or 0x41FF76) is known color: Screamin' Green. HEX triplet: 41, FF and 76. RGB value is (65,255,118). Sum of RGB (Red+Green+Blue) = 65+255+118=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41FF76 is #BE0089. Grayscale: #B6B6B6. Windows color (decimal): -12451978 or 7798593. OLE color: 7798593.
HSL color Cylindrical-coordinate representation of color #41FF76: hue angle of 136.74º 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 #41FF76 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 118 | - |
| CMYK | 0.75 | 0 | 0.54 | 0 |
| HSL | 136.74º | 1% | 0.63% | - |
| HSV(B) | 136.74º | 0.75% | 1% | - |
| XYZ | 41.21 | 73.95 | 29.24 | - |
| YUV | 182.57 | 91.55 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 118 | 0.75 | 0 | 0.54 | 0 | 136.74 | 1 | 0.63 |
| Hex | 41 | FF | 76 | 4B | 0 | 36 | 0 | 89 | 64 | 3F |
| Octal | 101 | 377 | 166 | 113 | 0 | 66 | 0 | 211 | 144 | 77 |
| Binary | 1000001 | 11111111 | 1110110 | 1001011 | 0 | 110110 | 0 | 10001001 | 1100100 | 111111 |
Color Harmonies of #41FF76
Complementary color
Monochromatic Colors of #41FF76
Black with #41FF76
Text Example
Text Example
White with #41FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF76; }
p { color: rgb(65,255,118); }
H1.HeaderClassName
{
color: #41FF76;
}
.AnyTagClassName
{
color: #41FF76;
}
</style>
background-color css
<style>
a { background-color: #41FF76; }
a { background-color: rgb(65,255,118); }
div.DivClassName
{
background-color: #41FF76;
}
.BgClassName
{
background-color: #41FF76;
}
</style>
border-color css
<style>
span { border-color: #41FF76; }
span { border-color: rgb(65,255,118); }
td.TdClassName
{
border-color: #41FF76;
}
.TagClassName
{
border-color: #41FF76;
}
</style>