Shades of Screamin' Green #41FF80
Tints of Screamin' Green #41FF80
RGB
CMYK
RGB Variations
Color information
#41FF80 (or 0x41FF80) is known color: Screamin' Green. HEX triplet: 41, FF and 80. RGB value is (65,255,128). Sum of RGB (Red+Green+Blue) = 65+255+128=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FF80 is #BE007F. Grayscale: #B8B8B8. Windows color (decimal): -12451968 or 8453953. OLE color: 8453953.
HSL color Cylindrical-coordinate representation of color #41FF80: hue angle of 139.89º 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 #41FF80 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 128 | - |
| CMYK | 0.75 | 0 | 0.50 | 0 |
| HSL | 139.89º | 1% | 0.63% | - |
| HSV(B) | 139.89º | 0.75% | 1% | - |
| XYZ | 41.84 | 74.2 | 32.54 | - |
| YUV | 183.71 | 96.55 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 128 | 0.75 | 0 | 0.50 | 0 | 139.89 | 1 | 0.63 |
| Hex | 41 | FF | 80 | 4B | 0 | 32 | 0 | 8C | 64 | 3F |
| Octal | 101 | 377 | 200 | 113 | 0 | 62 | 0 | 214 | 144 | 77 |
| Binary | 1000001 | 11111111 | 10000000 | 1001011 | 0 | 110010 | 0 | 10001100 | 1100100 | 111111 |
Color Harmonies of #41FF80
Complementary color
Monochromatic Colors of #41FF80
Black with #41FF80
Text Example
Text Example
White with #41FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF80; }
p { color: rgb(65,255,128); }
H1.HeaderClassName
{
color: #41FF80;
}
.AnyTagClassName
{
color: #41FF80;
}
</style>
background-color css
<style>
a { background-color: #41FF80; }
a { background-color: rgb(65,255,128); }
div.DivClassName
{
background-color: #41FF80;
}
.BgClassName
{
background-color: #41FF80;
}
</style>
border-color css
<style>
span { border-color: #41FF80; }
span { border-color: rgb(65,255,128); }
td.TdClassName
{
border-color: #41FF80;
}
.TagClassName
{
border-color: #41FF80;
}
</style>