Shades of Screamin' Green #41F564
Tints of Screamin' Green #41F564
RGB
CMYK
RGB Variations
Color information
#41F564 (or 0x41F564) is known color: Screamin' Green. HEX triplet: 41, F5 and 64. RGB value is (65,245,100). Sum of RGB (Red+Green+Blue) = 65+245+100=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 245 (96.09% from 255 or 59.76% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 245 - color contains mainly: green. Hex color #41F564 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F564 is #BE0A9B. Grayscale: #AFAFAF. Windows color (decimal): -12454556 or 6616385. OLE color: 6616385.
HSL color Cylindrical-coordinate representation of color #41F564: hue angle of 131.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F564 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 245 | 100 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.04 |
| HSL | 131.67º | 0.9% | 0.61% | - |
| HSV(B) | 131.67º | 0.73% | 0.96% | - |
| XYZ | 37.13 | 67.35 | 23.1 | - |
| YUV | 174.65 | 85.87 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 245 | 100 | 0.73 | 0 | 0.59 | 0.04 | 131.67 | 0.9 | 0.61 |
| Hex | 41 | F5 | 64 | 49 | 0 | 3B | 4 | 84 | 5A | 3D |
| Octal | 101 | 365 | 144 | 111 | 0 | 73 | 4 | 204 | 132 | 75 |
| Binary | 1000001 | 11110101 | 1100100 | 1001001 | 0 | 111011 | 100 | 10000100 | 1011010 | 111101 |
Color Harmonies of #41F564
Complementary color
Monochromatic Colors of #41F564
Black with #41F564
Text Example
Text Example
White with #41F564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F564; }
p { color: rgb(65,245,100); }
H1.HeaderClassName
{
color: #41F564;
}
.AnyTagClassName
{
color: #41F564;
}
</style>
background-color css
<style>
a { background-color: #41F564; }
a { background-color: rgb(65,245,100); }
div.DivClassName
{
background-color: #41F564;
}
.BgClassName
{
background-color: #41F564;
}
</style>
border-color css
<style>
span { border-color: #41F564; }
span { border-color: rgb(65,245,100); }
td.TdClassName
{
border-color: #41F564;
}
.TagClassName
{
border-color: #41F564;
}
</style>