Shades of Screamin' Green #41F568
Tints of Screamin' Green #41F568
RGB
CMYK
RGB Variations
Color information
#41F568 (or 0x41F568) is known color: Screamin' Green. HEX triplet: 41, F5 and 68. RGB value is (65,245,104). Sum of RGB (Red+Green+Blue) = 65+245+104=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 245 (96.09% from 255 or 59.18% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 245 - color contains mainly: green. Hex color #41F568 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F568 is #BE0A97. Grayscale: #AFAFAF. Windows color (decimal): -12454552 or 6878529. OLE color: 6878529.
HSL color Cylindrical-coordinate representation of color #41F568: hue angle of 133º 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 #41F568 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 245 | 104 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.04 |
| HSL | 133º | 0.9% | 0.61% | - |
| HSV(B) | 133º | 0.73% | 0.96% | - |
| XYZ | 37.33 | 67.43 | 24.14 | - |
| YUV | 175.11 | 87.87 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 245 | 104 | 0.73 | 0 | 0.58 | 0.04 | 133 | 0.9 | 0.61 |
| Hex | 41 | F5 | 68 | 49 | 0 | 3A | 4 | 85 | 5A | 3D |
| Octal | 101 | 365 | 150 | 111 | 0 | 72 | 4 | 205 | 132 | 75 |
| Binary | 1000001 | 11110101 | 1101000 | 1001001 | 0 | 111010 | 100 | 10000101 | 1011010 | 111101 |
Color Harmonies of #41F568
Complementary color
Monochromatic Colors of #41F568
Black with #41F568
Text Example
Text Example
White with #41F568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F568; }
p { color: rgb(65,245,104); }
H1.HeaderClassName
{
color: #41F568;
}
.AnyTagClassName
{
color: #41F568;
}
</style>
background-color css
<style>
a { background-color: #41F568; }
a { background-color: rgb(65,245,104); }
div.DivClassName
{
background-color: #41F568;
}
.BgClassName
{
background-color: #41F568;
}
</style>
border-color css
<style>
span { border-color: #41F568; }
span { border-color: rgb(65,245,104); }
td.TdClassName
{
border-color: #41F568;
}
.TagClassName
{
border-color: #41F568;
}
</style>