Shades of Screamin' Green #41F975
Tints of Screamin' Green #41F975
RGB
CMYK
RGB Variations
Color information
#41F975 (or 0x41F975) is known color: Screamin' Green. HEX triplet: 41, F9 and 75. RGB value is (65,249,117). Sum of RGB (Red+Green+Blue) = 65+249+117=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #41F975 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F975 is #BE068A. Grayscale: #B3B3B3. Windows color (decimal): -12453515 or 7731521. OLE color: 7731521.
HSL color Cylindrical-coordinate representation of color #41F975: hue angle of 136.96º 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 #41F975 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 117 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.02 |
| HSL | 136.96º | 0.94% | 0.62% | - |
| HSV(B) | 136.96º | 0.74% | 0.98% | - |
| XYZ | 39.27 | 70.16 | 28.3 | - |
| YUV | 178.94 | 93.04 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 117 | 0.74 | 0 | 0.53 | 0.02 | 136.96 | 0.94 | 0.62 |
| Hex | 41 | F9 | 75 | 4A | 0 | 35 | 2 | 89 | 5E | 3E |
| Octal | 101 | 371 | 165 | 112 | 0 | 65 | 2 | 211 | 136 | 76 |
| Binary | 1000001 | 11111001 | 1110101 | 1001010 | 0 | 110101 | 10 | 10001001 | 1011110 | 111110 |
Color Harmonies of #41F975
Complementary color
Monochromatic Colors of #41F975
Black with #41F975
Text Example
Text Example
White with #41F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F975; }
p { color: rgb(65,249,117); }
H1.HeaderClassName
{
color: #41F975;
}
.AnyTagClassName
{
color: #41F975;
}
</style>
background-color css
<style>
a { background-color: #41F975; }
a { background-color: rgb(65,249,117); }
div.DivClassName
{
background-color: #41F975;
}
.BgClassName
{
background-color: #41F975;
}
</style>
border-color css
<style>
span { border-color: #41F975; }
span { border-color: rgb(65,249,117); }
td.TdClassName
{
border-color: #41F975;
}
.TagClassName
{
border-color: #41F975;
}
</style>