Shades of Screamin' Green #40FF72
Tints of Screamin' Green #40FF72
RGB
CMYK
RGB Variations
Color information
#40FF72 (or 0x40FF72) is known color: Screamin' Green. HEX triplet: 40, FF and 72. RGB value is (64,255,114). Sum of RGB (Red+Green+Blue) = 64+255+114=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FF72 is #BF008D. Grayscale: #B6B6B6. Windows color (decimal): -12517518 or 7536448. OLE color: 7536448.
HSL color Cylindrical-coordinate representation of color #40FF72: hue angle of 135.71º 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 #40FF72 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 114 | - |
| CMYK | 0.75 | 0 | 0.55 | 0 |
| HSL | 135.71º | 1% | 0.63% | - |
| HSV(B) | 135.71º | 0.75% | 1% | - |
| XYZ | 40.91 | 73.82 | 28.01 | - |
| YUV | 181.82 | 89.72 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 114 | 0.75 | 0 | 0.55 | 0 | 135.71 | 1 | 0.63 |
| Hex | 40 | FF | 72 | 4B | 0 | 37 | 0 | 88 | 64 | 3F |
| Octal | 100 | 377 | 162 | 113 | 0 | 67 | 0 | 210 | 144 | 77 |
| Binary | 1000000 | 11111111 | 1110010 | 1001011 | 0 | 110111 | 0 | 10001000 | 1100100 | 111111 |
Color Harmonies of #40FF72
Complementary color
Monochromatic Colors of #40FF72
Black with #40FF72
Text Example
Text Example
White with #40FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF72; }
p { color: rgb(64,255,114); }
H1.HeaderClassName
{
color: #40FF72;
}
.AnyTagClassName
{
color: #40FF72;
}
</style>
background-color css
<style>
a { background-color: #40FF72; }
a { background-color: rgb(64,255,114); }
div.DivClassName
{
background-color: #40FF72;
}
.BgClassName
{
background-color: #40FF72;
}
</style>
border-color css
<style>
span { border-color: #40FF72; }
span { border-color: rgb(64,255,114); }
td.TdClassName
{
border-color: #40FF72;
}
.TagClassName
{
border-color: #40FF72;
}
</style>