Shades of Screamin' Green #41FF72
Tints of Screamin' Green #41FF72
RGB
CMYK
RGB Variations
Color information
#41FF72 (or 0x41FF72) is known color: Screamin' Green. HEX triplet: 41, FF and 72. RGB value is (65,255,114). Sum of RGB (Red+Green+Blue) = 65+255+114=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41FF72 is #BE008D. Grayscale: #B6B6B6. Windows color (decimal): -12451982 or 7536449. OLE color: 7536449.
HSL color Cylindrical-coordinate representation of color #41FF72: hue angle of 135.47º 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 #41FF72 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 114 | - |
| CMYK | 0.75 | 0 | 0.55 | 0 |
| HSL | 135.47º | 1% | 0.63% | - |
| HSV(B) | 135.47º | 0.75% | 1% | - |
| XYZ | 40.98 | 73.86 | 28.02 | - |
| YUV | 182.12 | 89.55 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 114 | 0.75 | 0 | 0.55 | 0 | 135.47 | 1 | 0.63 |
| Hex | 41 | FF | 72 | 4B | 0 | 37 | 0 | 87 | 64 | 3F |
| Octal | 101 | 377 | 162 | 113 | 0 | 67 | 0 | 207 | 144 | 77 |
| Binary | 1000001 | 11111111 | 1110010 | 1001011 | 0 | 110111 | 0 | 10000111 | 1100100 | 111111 |
Color Harmonies of #41FF72
Complementary color
Monochromatic Colors of #41FF72
Black with #41FF72
Text Example
Text Example
White with #41FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF72; }
p { color: rgb(65,255,114); }
H1.HeaderClassName
{
color: #41FF72;
}
.AnyTagClassName
{
color: #41FF72;
}
</style>
background-color css
<style>
a { background-color: #41FF72; }
a { background-color: rgb(65,255,114); }
div.DivClassName
{
background-color: #41FF72;
}
.BgClassName
{
background-color: #41FF72;
}
</style>
border-color css
<style>
span { border-color: #41FF72; }
span { border-color: rgb(65,255,114); }
td.TdClassName
{
border-color: #41FF72;
}
.TagClassName
{
border-color: #41FF72;
}
</style>