Shades of Screamin' Green #41EF64
Tints of Screamin' Green #41EF64
RGB
CMYK
RGB Variations
Color information
#41EF64 (or 0x41EF64) is known color: Screamin' Green. HEX triplet: 41, EF and 64. RGB value is (65,239,100). Sum of RGB (Red+Green+Blue) = 65+239+100=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 239 (93.75% from 255 or 59.16% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41EF64 is #BE109B. Grayscale: #ABABAB. Windows color (decimal): -12456092 or 6614849. OLE color: 6614849.
HSL color Cylindrical-coordinate representation of color #41EF64: hue angle of 132.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EF64 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 100 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.06 |
| HSL | 132.07º | 0.84% | 0.6% | - |
| HSV(B) | 132.07º | 0.73% | 0.94% | - |
| XYZ | 35.35 | 63.78 | 22.5 | - |
| YUV | 171.13 | 87.85 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 100 | 0.73 | 0 | 0.58 | 0.06 | 132.07 | 0.84 | 0.6 |
| Hex | 41 | EF | 64 | 49 | 0 | 3A | 6 | 84 | 54 | 3C |
| Octal | 101 | 357 | 144 | 111 | 0 | 72 | 6 | 204 | 124 | 74 |
| Binary | 1000001 | 11101111 | 1100100 | 1001001 | 0 | 111010 | 110 | 10000100 | 1010100 | 111100 |
Color Harmonies of #41EF64
Complementary color
Monochromatic Colors of #41EF64
Black with #41EF64
Text Example
Text Example
White with #41EF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EF64; }
p { color: rgb(65,239,100); }
H1.HeaderClassName
{
color: #41EF64;
}
.AnyTagClassName
{
color: #41EF64;
}
</style>
background-color css
<style>
a { background-color: #41EF64; }
a { background-color: rgb(65,239,100); }
div.DivClassName
{
background-color: #41EF64;
}
.BgClassName
{
background-color: #41EF64;
}
</style>
border-color css
<style>
span { border-color: #41EF64; }
span { border-color: rgb(65,239,100); }
td.TdClassName
{
border-color: #41EF64;
}
.TagClassName
{
border-color: #41EF64;
}
</style>