Shades of Screamin' Green #41F770
Tints of Screamin' Green #41F770
RGB
CMYK
RGB Variations
Color information
#41F770 (or 0x41F770) is known color: Screamin' Green. HEX triplet: 41, F7 and 70. RGB value is (65,247,112). Sum of RGB (Red+Green+Blue) = 65+247+112=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 247 (96.88% from 255 or 58.25% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 247 - color contains mainly: green. Hex color #41F770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F770 is #BE088F. Grayscale: #B1B1B1. Windows color (decimal): -12454032 or 7403329. OLE color: 7403329.
HSL color Cylindrical-coordinate representation of color #41F770: hue angle of 135.49º degrees, saturation: 0.92, 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 #41F770 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 112 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.03 |
| HSL | 135.49º | 0.92% | 0.61% | - |
| HSV(B) | 135.49º | 0.74% | 0.97% | - |
| XYZ | 38.37 | 68.82 | 26.59 | - |
| YUV | 177.19 | 91.2 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 112 | 0.74 | 0 | 0.55 | 0.03 | 135.49 | 0.92 | 0.61 |
| Hex | 41 | F7 | 70 | 4A | 0 | 37 | 3 | 87 | 5C | 3D |
| Octal | 101 | 367 | 160 | 112 | 0 | 67 | 3 | 207 | 134 | 75 |
| Binary | 1000001 | 11110111 | 1110000 | 1001010 | 0 | 110111 | 11 | 10000111 | 1011100 | 111101 |
Color Harmonies of #41F770
Complementary color
Monochromatic Colors of #41F770
Black with #41F770
Text Example
Text Example
White with #41F770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F770; }
p { color: rgb(65,247,112); }
H1.HeaderClassName
{
color: #41F770;
}
.AnyTagClassName
{
color: #41F770;
}
</style>
background-color css
<style>
a { background-color: #41F770; }
a { background-color: rgb(65,247,112); }
div.DivClassName
{
background-color: #41F770;
}
.BgClassName
{
background-color: #41F770;
}
</style>
border-color css
<style>
span { border-color: #41F770; }
span { border-color: rgb(65,247,112); }
td.TdClassName
{
border-color: #41F770;
}
.TagClassName
{
border-color: #41F770;
}
</style>