Shades of Screamin' Green #41F765
Tints of Screamin' Green #41F765
RGB
CMYK
RGB Variations
Color information
#41F765 (or 0x41F765) is known color: Screamin' Green. HEX triplet: 41, F7 and 65. RGB value is (65,247,101). Sum of RGB (Red+Green+Blue) = 65+247+101=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 247 (96.88% from 255 or 59.81% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 247 - color contains mainly: green. Hex color #41F765 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F765 is #BE089A. Grayscale: #B0B0B0. Windows color (decimal): -12454043 or 6682433. OLE color: 6682433.
HSL color Cylindrical-coordinate representation of color #41F765: hue angle of 131.87º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F765 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 101 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.03 |
| HSL | 131.87º | 0.92% | 0.61% | - |
| HSV(B) | 131.87º | 0.74% | 0.97% | - |
| XYZ | 37.79 | 68.58 | 23.56 | - |
| YUV | 175.94 | 85.7 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 101 | 0.74 | 0 | 0.59 | 0.03 | 131.87 | 0.92 | 0.61 |
| Hex | 41 | F7 | 65 | 4A | 0 | 3B | 3 | 84 | 5C | 3D |
| Octal | 101 | 367 | 145 | 112 | 0 | 73 | 3 | 204 | 134 | 75 |
| Binary | 1000001 | 11110111 | 1100101 | 1001010 | 0 | 111011 | 11 | 10000100 | 1011100 | 111101 |
Color Harmonies of #41F765
Complementary color
Monochromatic Colors of #41F765
Black with #41F765
Text Example
Text Example
White with #41F765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F765; }
p { color: rgb(65,247,101); }
H1.HeaderClassName
{
color: #41F765;
}
.AnyTagClassName
{
color: #41F765;
}
</style>
background-color css
<style>
a { background-color: #41F765; }
a { background-color: rgb(65,247,101); }
div.DivClassName
{
background-color: #41F765;
}
.BgClassName
{
background-color: #41F765;
}
</style>
border-color css
<style>
span { border-color: #41F765; }
span { border-color: rgb(65,247,101); }
td.TdClassName
{
border-color: #41F765;
}
.TagClassName
{
border-color: #41F765;
}
</style>