Shades of Screamin' Green #40FF50
Tints of Screamin' Green #40FF50
RGB
CMYK
RGB Variations
Color information
#40FF50 (or 0x40FF50) is known color: Screamin' Green. HEX triplet: 40, FF and 50. RGB value is (64,255,80). Sum of RGB (Red+Green+Blue) = 64+255+80=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FF50 is #BF00AF. Grayscale: #B2B2B2. Windows color (decimal): -12517552 or 5308224. OLE color: 5308224.
HSL color Cylindrical-coordinate representation of color #40FF50: hue angle of 125.03º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FF50 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 80 | - |
| CMYK | 0.75 | 0 | 0.69 | 0 |
| HSL | 125.03º | 1% | 0.63% | - |
| HSV(B) | 125.03º | 0.75% | 1% | - |
| XYZ | 39.32 | 73.19 | 19.64 | - |
| YUV | 177.94 | 72.72 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 80 | 0.75 | 0 | 0.69 | 0 | 125.03 | 1 | 0.63 |
| Hex | 40 | FF | 50 | 4B | 0 | 45 | 0 | 7D | 64 | 3F |
| Octal | 100 | 377 | 120 | 113 | 0 | 105 | 0 | 175 | 144 | 77 |
| Binary | 1000000 | 11111111 | 1010000 | 1001011 | 0 | 1000101 | 0 | 1111101 | 1100100 | 111111 |
Color Harmonies of #40FF50
Complementary color
Monochromatic Colors of #40FF50
Black with #40FF50
Text Example
Text Example
White with #40FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF50; }
p { color: rgb(64,255,80); }
H1.HeaderClassName
{
color: #40FF50;
}
.AnyTagClassName
{
color: #40FF50;
}
</style>
background-color css
<style>
a { background-color: #40FF50; }
a { background-color: rgb(64,255,80); }
div.DivClassName
{
background-color: #40FF50;
}
.BgClassName
{
background-color: #40FF50;
}
</style>
border-color css
<style>
span { border-color: #40FF50; }
span { border-color: rgb(64,255,80); }
td.TdClassName
{
border-color: #40FF50;
}
.TagClassName
{
border-color: #40FF50;
}
</style>