Shades of Screamin' Green #40FA56
Tints of Screamin' Green #40FA56
RGB
CMYK
RGB Variations
Color information
#40FA56 (or 0x40FA56) is known color: Screamin' Green. HEX triplet: 40, FA and 56. RGB value is (64,250,86). Sum of RGB (Red+Green+Blue) = 64+250+86=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FA56 is #BF05A9. Grayscale: #B0B0B0. Windows color (decimal): -12518826 or 5700160. OLE color: 5700160.
HSL color Cylindrical-coordinate representation of color #40FA56: hue angle of 127.1º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FA56 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 86 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.02 |
| HSL | 127.1º | 0.95% | 0.62% | - |
| HSV(B) | 127.1º | 0.74% | 0.98% | - |
| XYZ | 37.98 | 70.13 | 20.34 | - |
| YUV | 175.69 | 77.38 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 86 | 0.74 | 0 | 0.66 | 0.02 | 127.1 | 0.95 | 0.62 |
| Hex | 40 | FA | 56 | 4A | 0 | 42 | 2 | 7F | 5F | 3E |
| Octal | 100 | 372 | 126 | 112 | 0 | 102 | 2 | 177 | 137 | 76 |
| Binary | 1000000 | 11111010 | 1010110 | 1001010 | 0 | 1000010 | 10 | 1111111 | 1011111 | 111110 |
Color Harmonies of #40FA56
Complementary color
Monochromatic Colors of #40FA56
Black with #40FA56
Text Example
Text Example
White with #40FA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FA56; }
p { color: rgb(64,250,86); }
H1.HeaderClassName
{
color: #40FA56;
}
.AnyTagClassName
{
color: #40FA56;
}
</style>
background-color css
<style>
a { background-color: #40FA56; }
a { background-color: rgb(64,250,86); }
div.DivClassName
{
background-color: #40FA56;
}
.BgClassName
{
background-color: #40FA56;
}
</style>
border-color css
<style>
span { border-color: #40FA56; }
span { border-color: rgb(64,250,86); }
td.TdClassName
{
border-color: #40FA56;
}
.TagClassName
{
border-color: #40FA56;
}
</style>