Shades of Screamin' Green #41F34D
Tints of Screamin' Green #41F34D
RGB
CMYK
RGB Variations
Color information
#41F34D (or 0x41F34D) is known color: Screamin' Green. HEX triplet: 41, F3 and 4D. RGB value is (65,243,77). Sum of RGB (Red+Green+Blue) = 65+243+77=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #41F34D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F34D is #BE0CB2. Grayscale: #ABABAB. Windows color (decimal): -12455091 or 5108545. OLE color: 5108545.
HSL color Cylindrical-coordinate representation of color #41F34D: hue angle of 124.04º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F34D is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 243 | 77 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.05 |
| HSL | 124.04º | 0.88% | 0.6% | - |
| HSV(B) | 124.04º | 0.73% | 0.95% | - |
| XYZ | 35.57 | 65.76 | 17.84 | - |
| YUV | 170.85 | 75.03 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 243 | 77 | 0.73 | 0 | 0.68 | 0.05 | 124.04 | 0.88 | 0.6 |
| Hex | 41 | F3 | 4D | 49 | 0 | 44 | 5 | 7C | 58 | 3C |
| Octal | 101 | 363 | 115 | 111 | 0 | 104 | 5 | 174 | 130 | 74 |
| Binary | 1000001 | 11110011 | 1001101 | 1001001 | 0 | 1000100 | 101 | 1111100 | 1011000 | 111100 |
Color Harmonies of #41F34D
Complementary color
Monochromatic Colors of #41F34D
Black with #41F34D
Text Example
Text Example
White with #41F34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F34D; }
p { color: rgb(65,243,77); }
H1.HeaderClassName
{
color: #41F34D;
}
.AnyTagClassName
{
color: #41F34D;
}
</style>
background-color css
<style>
a { background-color: #41F34D; }
a { background-color: rgb(65,243,77); }
div.DivClassName
{
background-color: #41F34D;
}
.BgClassName
{
background-color: #41F34D;
}
</style>
border-color css
<style>
span { border-color: #41F34D; }
span { border-color: rgb(65,243,77); }
td.TdClassName
{
border-color: #41F34D;
}
.TagClassName
{
border-color: #41F34D;
}
</style>