Shades of Screamin' Green #40FF60
Tints of Screamin' Green #40FF60
RGB
CMYK
RGB Variations
Color information
#40FF60 (or 0x40FF60) is known color: Screamin' Green. HEX triplet: 40, FF and 60. RGB value is (64,255,96). Sum of RGB (Red+Green+Blue) = 64+255+96=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FF60 is #BF009F. Grayscale: #B4B4B4. Windows color (decimal): -12517536 or 6356800. OLE color: 6356800.
HSL color Cylindrical-coordinate representation of color #40FF60: hue angle of 130.05º 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 #40FF60 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 96 | - |
| CMYK | 0.75 | 0 | 0.62 | 0 |
| HSL | 130.05º | 1% | 0.63% | - |
| HSV(B) | 130.05º | 0.75% | 1% | - |
| XYZ | 39.99 | 73.45 | 23.14 | - |
| YUV | 179.77 | 80.72 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 96 | 0.75 | 0 | 0.62 | 0 | 130.05 | 1 | 0.63 |
| Hex | 40 | FF | 60 | 4B | 0 | 3E | 0 | 82 | 64 | 3F |
| Octal | 100 | 377 | 140 | 113 | 0 | 76 | 0 | 202 | 144 | 77 |
| Binary | 1000000 | 11111111 | 1100000 | 1001011 | 0 | 111110 | 0 | 10000010 | 1100100 | 111111 |
Color Harmonies of #40FF60
Complementary color
Monochromatic Colors of #40FF60
Black with #40FF60
Text Example
Text Example
White with #40FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF60; }
p { color: rgb(64,255,96); }
H1.HeaderClassName
{
color: #40FF60;
}
.AnyTagClassName
{
color: #40FF60;
}
</style>
background-color css
<style>
a { background-color: #40FF60; }
a { background-color: rgb(64,255,96); }
div.DivClassName
{
background-color: #40FF60;
}
.BgClassName
{
background-color: #40FF60;
}
</style>
border-color css
<style>
span { border-color: #40FF60; }
span { border-color: rgb(64,255,96); }
td.TdClassName
{
border-color: #40FF60;
}
.TagClassName
{
border-color: #40FF60;
}
</style>