Shades of Screamin' Green #40EC5E
Tints of Screamin' Green #40EC5E
RGB
CMYK
RGB Variations
Color information
#40EC5E (or 0x40EC5E) is known color: Screamin' Green. HEX triplet: 40, EC and 5E. RGB value is (64,236,94). Sum of RGB (Red+Green+Blue) = 64+236+94=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 236 (92.58% from 255 or 59.90% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EC5E is #BF13A1. Grayscale: #A8A8A8. Windows color (decimal): -12522402 or 6220864. OLE color: 6220864.
HSL color Cylindrical-coordinate representation of color #40EC5E: hue angle of 130.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EC5E is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 94 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.07 |
| HSL | 130.47º | 0.82% | 0.59% | - |
| HSV(B) | 130.47º | 0.73% | 0.93% | - |
| XYZ | 34.13 | 61.89 | 20.74 | - |
| YUV | 168.38 | 86.02 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 94 | 0.73 | 0 | 0.60 | 0.07 | 130.47 | 0.82 | 0.59 |
| Hex | 40 | EC | 5E | 49 | 0 | 3C | 7 | 82 | 52 | 3B |
| Octal | 100 | 354 | 136 | 111 | 0 | 74 | 7 | 202 | 122 | 73 |
| Binary | 1000000 | 11101100 | 1011110 | 1001001 | 0 | 111100 | 111 | 10000010 | 1010010 | 111011 |
Color Harmonies of #40EC5E
Complementary color
Monochromatic Colors of #40EC5E
Black with #40EC5E
Text Example
Text Example
White with #40EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EC5E; }
p { color: rgb(64,236,94); }
H1.HeaderClassName
{
color: #40EC5E;
}
.AnyTagClassName
{
color: #40EC5E;
}
</style>
background-color css
<style>
a { background-color: #40EC5E; }
a { background-color: rgb(64,236,94); }
div.DivClassName
{
background-color: #40EC5E;
}
.BgClassName
{
background-color: #40EC5E;
}
</style>
border-color css
<style>
span { border-color: #40EC5E; }
span { border-color: rgb(64,236,94); }
td.TdClassName
{
border-color: #40EC5E;
}
.TagClassName
{
border-color: #40EC5E;
}
</style>