Shades of Screamin' Green #40FE61
Tints of Screamin' Green #40FE61
RGB
CMYK
RGB Variations
Color information
#40FE61 (or 0x40FE61) is known color: Screamin' Green. HEX triplet: 40, FE and 61. RGB value is (64,254,97). Sum of RGB (Red+Green+Blue) = 64+254+97=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 254 (99.61% from 255 or 61.20% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 254 - color contains mainly: green. Hex color #40FE61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FE61 is #BF019E. Grayscale: #B3B3B3. Windows color (decimal): -12517791 or 6422080. OLE color: 6422080.
HSL color Cylindrical-coordinate representation of color #40FE61: hue angle of 130.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FE61 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 97 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.00 |
| HSL | 130.42º | 0.99% | 0.62% | - |
| HSV(B) | 130.42º | 0.75% | 1% | - |
| XYZ | 39.71 | 72.84 | 23.28 | - |
| YUV | 179.29 | 81.55 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 97 | 0.75 | 0 | 0.62 | 0.00 | 130.42 | 0.99 | 0.62 |
| Hex | 40 | FE | 61 | 4B | 0 | 3E | 0 | 82 | 63 | 3E |
| Octal | 100 | 376 | 141 | 113 | 0 | 76 | 0 | 202 | 143 | 76 |
| Binary | 1000000 | 11111110 | 1100001 | 1001011 | 0 | 111110 | 0 | 10000010 | 1100011 | 111110 |
Color Harmonies of #40FE61
Complementary color
Monochromatic Colors of #40FE61
Black with #40FE61
Text Example
Text Example
White with #40FE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FE61; }
p { color: rgb(64,254,97); }
H1.HeaderClassName
{
color: #40FE61;
}
.AnyTagClassName
{
color: #40FE61;
}
</style>
background-color css
<style>
a { background-color: #40FE61; }
a { background-color: rgb(64,254,97); }
div.DivClassName
{
background-color: #40FE61;
}
.BgClassName
{
background-color: #40FE61;
}
</style>
border-color css
<style>
span { border-color: #40FE61; }
span { border-color: rgb(64,254,97); }
td.TdClassName
{
border-color: #40FE61;
}
.TagClassName
{
border-color: #40FE61;
}
</style>