Shades of Screamin' Green #41F74A
Tints of Screamin' Green #41F74A
RGB
CMYK
RGB Variations
Color information
#41F74A (or 0x41F74A) is known color: Screamin' Green. HEX triplet: 41, F7 and 4A. RGB value is (65,247,74). Sum of RGB (Red+Green+Blue) = 65+247+74=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 247 (96.88% from 255 or 63.99% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 247 - color contains mainly: green. Hex color #41F74A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F74A is #BE08B5. Grayscale: #ADADAD. Windows color (decimal): -12454070 or 4912961. OLE color: 4912961.
HSL color Cylindrical-coordinate representation of color #41F74A: hue angle of 122.97º 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 #41F74A is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 74 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.03 |
| HSL | 122.97º | 0.92% | 0.61% | - |
| HSV(B) | 122.97º | 0.74% | 0.97% | - |
| XYZ | 36.68 | 68.14 | 17.7 | - |
| YUV | 172.86 | 72.2 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 74 | 0.74 | 0 | 0.70 | 0.03 | 122.97 | 0.92 | 0.61 |
| Hex | 41 | F7 | 4A | 4A | 0 | 46 | 3 | 7B | 5C | 3D |
| Octal | 101 | 367 | 112 | 112 | 0 | 106 | 3 | 173 | 134 | 75 |
| Binary | 1000001 | 11110111 | 1001010 | 1001010 | 0 | 1000110 | 11 | 1111011 | 1011100 | 111101 |
Color Harmonies of #41F74A
Complementary color
Monochromatic Colors of #41F74A
Black with #41F74A
Text Example
Text Example
White with #41F74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F74A; }
p { color: rgb(65,247,74); }
H1.HeaderClassName
{
color: #41F74A;
}
.AnyTagClassName
{
color: #41F74A;
}
</style>
background-color css
<style>
a { background-color: #41F74A; }
a { background-color: rgb(65,247,74); }
div.DivClassName
{
background-color: #41F74A;
}
.BgClassName
{
background-color: #41F74A;
}
</style>
border-color css
<style>
span { border-color: #41F74A; }
span { border-color: rgb(65,247,74); }
td.TdClassName
{
border-color: #41F74A;
}
.TagClassName
{
border-color: #41F74A;
}
</style>