Shades of Screamin' Green #40FE7A
Tints of Screamin' Green #40FE7A
RGB
CMYK
RGB Variations
Color information
#40FE7A (or 0x40FE7A) is known color: Screamin' Green. HEX triplet: 40, FE and 7A. RGB value is (64,254,122). Sum of RGB (Red+Green+Blue) = 64+254+122=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #40FE7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FE7A is #BF0185. Grayscale: #B6B6B6. Windows color (decimal): -12517766 or 8060480. OLE color: 8060480.
HSL color Cylindrical-coordinate representation of color #40FE7A: hue angle of 138.32º 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 #40FE7A is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 122 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.00 |
| HSL | 138.32º | 0.99% | 0.62% | - |
| HSV(B) | 138.32º | 0.75% | 1% | - |
| XYZ | 41.07 | 73.38 | 30.41 | - |
| YUV | 182.14 | 94.05 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 122 | 0.75 | 0 | 0.52 | 0.00 | 138.32 | 0.99 | 0.62 |
| Hex | 40 | FE | 7A | 4B | 0 | 34 | 0 | 8A | 63 | 3E |
| Octal | 100 | 376 | 172 | 113 | 0 | 64 | 0 | 212 | 143 | 76 |
| Binary | 1000000 | 11111110 | 1111010 | 1001011 | 0 | 110100 | 0 | 10001010 | 1100011 | 111110 |
Color Harmonies of #40FE7A
Complementary color
Monochromatic Colors of #40FE7A
Black with #40FE7A
Text Example
Text Example
White with #40FE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FE7A; }
p { color: rgb(64,254,122); }
H1.HeaderClassName
{
color: #40FE7A;
}
.AnyTagClassName
{
color: #40FE7A;
}
</style>
background-color css
<style>
a { background-color: #40FE7A; }
a { background-color: rgb(64,254,122); }
div.DivClassName
{
background-color: #40FE7A;
}
.BgClassName
{
background-color: #40FE7A;
}
</style>
border-color css
<style>
span { border-color: #40FE7A; }
span { border-color: rgb(64,254,122); }
td.TdClassName
{
border-color: #40FE7A;
}
.TagClassName
{
border-color: #40FE7A;
}
</style>