Shades of Screamin' Green #40FF76
Tints of Screamin' Green #40FF76
RGB
CMYK
RGB Variations
Color information
#40FF76 (or 0x40FF76) is known color: Screamin' Green. HEX triplet: 40, FF and 76. RGB value is (64,255,118). Sum of RGB (Red+Green+Blue) = 64+255+118=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FF76 is #BF0089. Grayscale: #B6B6B6. Windows color (decimal): -12517514 or 7798592. OLE color: 7798592.
HSL color Cylindrical-coordinate representation of color #40FF76: hue angle of 136.96º 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 #40FF76 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 118 | - |
| CMYK | 0.75 | 0 | 0.54 | 0 |
| HSL | 136.96º | 1% | 0.63% | - |
| HSV(B) | 136.96º | 0.75% | 1% | - |
| XYZ | 41.14 | 73.92 | 29.24 | - |
| YUV | 182.27 | 91.72 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 118 | 0.75 | 0 | 0.54 | 0 | 136.96 | 1 | 0.63 |
| Hex | 40 | FF | 76 | 4B | 0 | 36 | 0 | 89 | 64 | 3F |
| Octal | 100 | 377 | 166 | 113 | 0 | 66 | 0 | 211 | 144 | 77 |
| Binary | 1000000 | 11111111 | 1110110 | 1001011 | 0 | 110110 | 0 | 10001001 | 1100100 | 111111 |
Color Harmonies of #40FF76
Complementary color
Monochromatic Colors of #40FF76
Black with #40FF76
Text Example
Text Example
White with #40FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF76; }
p { color: rgb(64,255,118); }
H1.HeaderClassName
{
color: #40FF76;
}
.AnyTagClassName
{
color: #40FF76;
}
</style>
background-color css
<style>
a { background-color: #40FF76; }
a { background-color: rgb(64,255,118); }
div.DivClassName
{
background-color: #40FF76;
}
.BgClassName
{
background-color: #40FF76;
}
</style>
border-color css
<style>
span { border-color: #40FF76; }
span { border-color: rgb(64,255,118); }
td.TdClassName
{
border-color: #40FF76;
}
.TagClassName
{
border-color: #40FF76;
}
</style>