Shades of Screamin' Green #41FE61
Tints of Screamin' Green #41FE61
RGB
CMYK
RGB Variations
Color information
#41FE61 (or 0x41FE61) is known color: Screamin' Green. HEX triplet: 41, FE and 61. RGB value is (65,254,97). Sum of RGB (Red+Green+Blue) = 65+254+97=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 254 (99.61% from 255 or 61.06% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 254 - color contains mainly: green. Hex color #41FE61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41FE61 is #BE019E. Grayscale: #B4B4B4. Windows color (decimal): -12452255 or 6422081. OLE color: 6422081.
HSL color Cylindrical-coordinate representation of color #41FE61: hue angle of 130.16º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FE61 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 97 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.00 |
| HSL | 130.16º | 0.99% | 0.63% | - |
| HSV(B) | 130.16º | 0.74% | 1% | - |
| XYZ | 39.78 | 72.87 | 23.28 | - |
| YUV | 179.59 | 81.38 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 97 | 0.74 | 0 | 0.62 | 0.00 | 130.16 | 0.99 | 0.63 |
| Hex | 41 | FE | 61 | 4A | 0 | 3E | 0 | 82 | 63 | 3F |
| Octal | 101 | 376 | 141 | 112 | 0 | 76 | 0 | 202 | 143 | 77 |
| Binary | 1000001 | 11111110 | 1100001 | 1001010 | 0 | 111110 | 0 | 10000010 | 1100011 | 111111 |
Color Harmonies of #41FE61
Complementary color
Monochromatic Colors of #41FE61
Black with #41FE61
Text Example
Text Example
White with #41FE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FE61; }
p { color: rgb(65,254,97); }
H1.HeaderClassName
{
color: #41FE61;
}
.AnyTagClassName
{
color: #41FE61;
}
</style>
background-color css
<style>
a { background-color: #41FE61; }
a { background-color: rgb(65,254,97); }
div.DivClassName
{
background-color: #41FE61;
}
.BgClassName
{
background-color: #41FE61;
}
</style>
border-color css
<style>
span { border-color: #41FE61; }
span { border-color: rgb(65,254,97); }
td.TdClassName
{
border-color: #41FE61;
}
.TagClassName
{
border-color: #41FE61;
}
</style>