Shades of Screamin' Green #41FF62
Tints of Screamin' Green #41FF62
RGB
CMYK
RGB Variations
Color information
#41FF62 (or 0x41FF62) is known color: Screamin' Green. HEX triplet: 41, FF and 62. RGB value is (65,255,98). Sum of RGB (Red+Green+Blue) = 65+255+98=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41FF62 is #BE009D. Grayscale: #B4B4B4. Windows color (decimal): -12451998 or 6487873. OLE color: 6487873.
HSL color Cylindrical-coordinate representation of color #41FF62: hue angle of 130.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FF62 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 98 | - |
| CMYK | 0.75 | 0 | 0.62 | 0 |
| HSL | 130.42º | 1% | 0.63% | - |
| HSV(B) | 130.42º | 0.75% | 1% | - |
| XYZ | 40.14 | 73.53 | 23.63 | - |
| YUV | 180.29 | 81.55 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 98 | 0.75 | 0 | 0.62 | 0 | 130.42 | 1 | 0.63 |
| Hex | 41 | FF | 62 | 4B | 0 | 3E | 0 | 82 | 64 | 3F |
| Octal | 101 | 377 | 142 | 113 | 0 | 76 | 0 | 202 | 144 | 77 |
| Binary | 1000001 | 11111111 | 1100010 | 1001011 | 0 | 111110 | 0 | 10000010 | 1100100 | 111111 |
Color Harmonies of #41FF62
Complementary color
Monochromatic Colors of #41FF62
Black with #41FF62
Text Example
Text Example
White with #41FF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF62; }
p { color: rgb(65,255,98); }
H1.HeaderClassName
{
color: #41FF62;
}
.AnyTagClassName
{
color: #41FF62;
}
</style>
background-color css
<style>
a { background-color: #41FF62; }
a { background-color: rgb(65,255,98); }
div.DivClassName
{
background-color: #41FF62;
}
.BgClassName
{
background-color: #41FF62;
}
</style>
border-color css
<style>
span { border-color: #41FF62; }
span { border-color: rgb(65,255,98); }
td.TdClassName
{
border-color: #41FF62;
}
.TagClassName
{
border-color: #41FF62;
}
</style>