Shades of Screamin' Green #41F86C
Tints of Screamin' Green #41F86C
RGB
CMYK
RGB Variations
Color information
#41F86C (or 0x41F86C) is known color: Screamin' Green. HEX triplet: 41, F8 and 6C. RGB value is (65,248,108). Sum of RGB (Red+Green+Blue) = 65+248+108=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #41F86C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F86C is #BE0793. Grayscale: #B1B1B1. Windows color (decimal): -12453780 or 7141441. OLE color: 7141441.
HSL color Cylindrical-coordinate representation of color #41F86C: hue angle of 134.1º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F86C is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 248 | 108 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.03 |
| HSL | 134.1º | 0.93% | 0.61% | - |
| HSV(B) | 134.1º | 0.74% | 0.97% | - |
| XYZ | 38.45 | 69.34 | 25.54 | - |
| YUV | 177.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 248 | 108 | 0.74 | 0 | 0.56 | 0.03 | 134.1 | 0.93 | 0.61 |
| Hex | 41 | F8 | 6C | 4A | 0 | 38 | 3 | 86 | 5D | 3D |
| Octal | 101 | 370 | 154 | 112 | 0 | 70 | 3 | 206 | 135 | 75 |
| Binary | 1000001 | 11111000 | 1101100 | 1001010 | 0 | 111000 | 11 | 10000110 | 1011101 | 111101 |
Color Harmonies of #41F86C
Complementary color
Monochromatic Colors of #41F86C
Black with #41F86C
Text Example
Text Example
White with #41F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F86C; }
p { color: rgb(65,248,108); }
H1.HeaderClassName
{
color: #41F86C;
}
.AnyTagClassName
{
color: #41F86C;
}
</style>
background-color css
<style>
a { background-color: #41F86C; }
a { background-color: rgb(65,248,108); }
div.DivClassName
{
background-color: #41F86C;
}
.BgClassName
{
background-color: #41F86C;
}
</style>
border-color css
<style>
span { border-color: #41F86C; }
span { border-color: rgb(65,248,108); }
td.TdClassName
{
border-color: #41F86C;
}
.TagClassName
{
border-color: #41F86C;
}
</style>