Shades of Screamin' Green #40FF48
Tints of Screamin' Green #40FF48
RGB
CMYK
RGB Variations
Color information
#40FF48 (or 0x40FF48) is known color: Screamin' Green. HEX triplet: 40, FF and 48. RGB value is (64,255,72). Sum of RGB (Red+Green+Blue) = 64+255+72=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FF48 is #BF00B7. Grayscale: #B1B1B1. Windows color (decimal): -12517560 or 4783936. OLE color: 4783936.
HSL color Cylindrical-coordinate representation of color #40FF48: hue angle of 122.51º 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 #40FF48 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 72 | - |
| CMYK | 0.75 | 0 | 0.72 | 0 |
| HSL | 122.51º | 1% | 0.63% | - |
| HSV(B) | 122.51º | 0.75% | 1% | - |
| XYZ | 39.04 | 73.08 | 18.18 | - |
| YUV | 177.03 | 68.72 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 72 | 0.75 | 0 | 0.72 | 0 | 122.51 | 1 | 0.63 |
| Hex | 40 | FF | 48 | 4B | 0 | 48 | 0 | 7B | 64 | 3F |
| Octal | 100 | 377 | 110 | 113 | 0 | 110 | 0 | 173 | 144 | 77 |
| Binary | 1000000 | 11111111 | 1001000 | 1001011 | 0 | 1001000 | 0 | 1111011 | 1100100 | 111111 |
Color Harmonies of #40FF48
Complementary color
Monochromatic Colors of #40FF48
Black with #40FF48
Text Example
Text Example
White with #40FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF48; }
p { color: rgb(64,255,72); }
H1.HeaderClassName
{
color: #40FF48;
}
.AnyTagClassName
{
color: #40FF48;
}
</style>
background-color css
<style>
a { background-color: #40FF48; }
a { background-color: rgb(64,255,72); }
div.DivClassName
{
background-color: #40FF48;
}
.BgClassName
{
background-color: #40FF48;
}
</style>
border-color css
<style>
span { border-color: #40FF48; }
span { border-color: rgb(64,255,72); }
td.TdClassName
{
border-color: #40FF48;
}
.TagClassName
{
border-color: #40FF48;
}
</style>