Shades of Screamin' Green #40FF4D
Tints of Screamin' Green #40FF4D
RGB
CMYK
RGB Variations
Color information
#40FF4D (or 0x40FF4D) is known color: Screamin' Green. HEX triplet: 40, FF and 4D. RGB value is (64,255,77). Sum of RGB (Red+Green+Blue) = 64+255+77=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FF4D is #BF00B2. Grayscale: #B2B2B2. Windows color (decimal): -12517555 or 5111616. OLE color: 5111616.
HSL color Cylindrical-coordinate representation of color #40FF4D: hue angle of 124.08º 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 #40FF4D is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 77 | - |
| CMYK | 0.75 | 0 | 0.70 | 0 |
| HSL | 124.08º | 1% | 0.63% | - |
| HSV(B) | 124.08º | 0.75% | 1% | - |
| XYZ | 39.21 | 73.15 | 19.07 | - |
| YUV | 177.6 | 71.22 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 77 | 0.75 | 0 | 0.70 | 0 | 124.08 | 1 | 0.63 |
| Hex | 40 | FF | 4D | 4B | 0 | 46 | 0 | 7C | 64 | 3F |
| Octal | 100 | 377 | 115 | 113 | 0 | 106 | 0 | 174 | 144 | 77 |
| Binary | 1000000 | 11111111 | 1001101 | 1001011 | 0 | 1000110 | 0 | 1111100 | 1100100 | 111111 |
Color Harmonies of #40FF4D
Complementary color
Monochromatic Colors of #40FF4D
Black with #40FF4D
Text Example
Text Example
White with #40FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF4D; }
p { color: rgb(64,255,77); }
H1.HeaderClassName
{
color: #40FF4D;
}
.AnyTagClassName
{
color: #40FF4D;
}
</style>
background-color css
<style>
a { background-color: #40FF4D; }
a { background-color: rgb(64,255,77); }
div.DivClassName
{
background-color: #40FF4D;
}
.BgClassName
{
background-color: #40FF4D;
}
</style>
border-color css
<style>
span { border-color: #40FF4D; }
span { border-color: rgb(64,255,77); }
td.TdClassName
{
border-color: #40FF4D;
}
.TagClassName
{
border-color: #40FF4D;
}
</style>