Shades of Screamin' Green #41EF5E
Tints of Screamin' Green #41EF5E
RGB
CMYK
RGB Variations
Color information
#41EF5E (or 0x41EF5E) is known color: Screamin' Green. HEX triplet: 41, EF and 5E. RGB value is (65,239,94). Sum of RGB (Red+Green+Blue) = 65+239+94=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 239 (93.75% from 255 or 60.05% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41EF5E is #BE10A1. Grayscale: #AAAAAA. Windows color (decimal): -12456098 or 6221633. OLE color: 6221633.
HSL color Cylindrical-coordinate representation of color #41EF5E: hue angle of 130º 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 #41EF5E is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 94 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.06 |
| HSL | 130º | 0.84% | 0.6% | - |
| HSV(B) | 130º | 0.73% | 0.94% | - |
| XYZ | 35.07 | 63.66 | 21.03 | - |
| YUV | 170.44 | 84.85 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 94 | 0.73 | 0 | 0.61 | 0.06 | 130 | 0.84 | 0.6 |
| Hex | 41 | EF | 5E | 49 | 0 | 3D | 6 | 82 | 54 | 3C |
| Octal | 101 | 357 | 136 | 111 | 0 | 75 | 6 | 202 | 124 | 74 |
| Binary | 1000001 | 11101111 | 1011110 | 1001001 | 0 | 111101 | 110 | 10000010 | 1010100 | 111100 |
Color Harmonies of #41EF5E
Complementary color
Monochromatic Colors of #41EF5E
Black with #41EF5E
Text Example
Text Example
White with #41EF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EF5E; }
p { color: rgb(65,239,94); }
H1.HeaderClassName
{
color: #41EF5E;
}
.AnyTagClassName
{
color: #41EF5E;
}
</style>
background-color css
<style>
a { background-color: #41EF5E; }
a { background-color: rgb(65,239,94); }
div.DivClassName
{
background-color: #41EF5E;
}
.BgClassName
{
background-color: #41EF5E;
}
</style>
border-color css
<style>
span { border-color: #41EF5E; }
span { border-color: rgb(65,239,94); }
td.TdClassName
{
border-color: #41EF5E;
}
.TagClassName
{
border-color: #41EF5E;
}
</style>