Shades of Screamin' Green #41F94C
Tints of Screamin' Green #41F94C
RGB
CMYK
RGB Variations
Color information
#41F94C (or 0x41F94C) is known color: Screamin' Green. HEX triplet: 41, F9 and 4C. RGB value is (65,249,76). Sum of RGB (Red+Green+Blue) = 65+249+76=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 249 (97.66% from 255 or 63.85% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 249 - color contains mainly: green. Hex color #41F94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F94C is #BE06B3. Grayscale: #AEAEAE. Windows color (decimal): -12453556 or 5044545. OLE color: 5044545.
HSL color Cylindrical-coordinate representation of color #41F94C: hue angle of 123.59º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F94C is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 76 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.02 |
| HSL | 123.59º | 0.94% | 0.62% | - |
| HSV(B) | 123.59º | 0.74% | 0.98% | - |
| XYZ | 37.36 | 69.4 | 18.26 | - |
| YUV | 174.26 | 72.54 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 76 | 0.74 | 0 | 0.69 | 0.02 | 123.59 | 0.94 | 0.62 |
| Hex | 41 | F9 | 4C | 4A | 0 | 45 | 2 | 7C | 5E | 3E |
| Octal | 101 | 371 | 114 | 112 | 0 | 105 | 2 | 174 | 136 | 76 |
| Binary | 1000001 | 11111001 | 1001100 | 1001010 | 0 | 1000101 | 10 | 1111100 | 1011110 | 111110 |
Color Harmonies of #41F94C
Complementary color
Monochromatic Colors of #41F94C
Black with #41F94C
Text Example
Text Example
White with #41F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F94C; }
p { color: rgb(65,249,76); }
H1.HeaderClassName
{
color: #41F94C;
}
.AnyTagClassName
{
color: #41F94C;
}
</style>
background-color css
<style>
a { background-color: #41F94C; }
a { background-color: rgb(65,249,76); }
div.DivClassName
{
background-color: #41F94C;
}
.BgClassName
{
background-color: #41F94C;
}
</style>
border-color css
<style>
span { border-color: #41F94C; }
span { border-color: rgb(65,249,76); }
td.TdClassName
{
border-color: #41F94C;
}
.TagClassName
{
border-color: #41F94C;
}
</style>