Shades of Screamin' Green #41FF7D
Tints of Screamin' Green #41FF7D
RGB
CMYK
RGB Variations
Color information
#41FF7D (or 0x41FF7D) is known color: Screamin' Green. HEX triplet: 41, FF and 7D. RGB value is (65,255,125). Sum of RGB (Red+Green+Blue) = 65+255+125=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41FF7D is #BE0082. Grayscale: #B7B7B7. Windows color (decimal): -12451971 or 8257345. OLE color: 8257345.
HSL color Cylindrical-coordinate representation of color #41FF7D: hue angle of 138.95º 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 #41FF7D is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 125 | - |
| CMYK | 0.75 | 0 | 0.51 | 0 |
| HSL | 138.95º | 1% | 0.63% | - |
| HSV(B) | 138.95º | 0.75% | 1% | - |
| XYZ | 41.64 | 74.12 | 31.51 | - |
| YUV | 183.37 | 95.05 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 125 | 0.75 | 0 | 0.51 | 0 | 138.95 | 1 | 0.63 |
| Hex | 41 | FF | 7D | 4B | 0 | 33 | 0 | 8B | 64 | 3F |
| Octal | 101 | 377 | 175 | 113 | 0 | 63 | 0 | 213 | 144 | 77 |
| Binary | 1000001 | 11111111 | 1111101 | 1001011 | 0 | 110011 | 0 | 10001011 | 1100100 | 111111 |
Color Harmonies of #41FF7D
Complementary color
Monochromatic Colors of #41FF7D
Black with #41FF7D
Text Example
Text Example
White with #41FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF7D; }
p { color: rgb(65,255,125); }
H1.HeaderClassName
{
color: #41FF7D;
}
.AnyTagClassName
{
color: #41FF7D;
}
</style>
background-color css
<style>
a { background-color: #41FF7D; }
a { background-color: rgb(65,255,125); }
div.DivClassName
{
background-color: #41FF7D;
}
.BgClassName
{
background-color: #41FF7D;
}
</style>
border-color css
<style>
span { border-color: #41FF7D; }
span { border-color: rgb(65,255,125); }
td.TdClassName
{
border-color: #41FF7D;
}
.TagClassName
{
border-color: #41FF7D;
}
</style>