Shades of Screamin' Green #49FF40
Tints of Screamin' Green #49FF40
RGB
CMYK
RGB Variations
Color information
#49FF40 (or 0x49FF40) is known color: Screamin' Green. HEX triplet: 49, FF and 40. RGB value is (73,255,64). Sum of RGB (Red+Green+Blue) = 73+255+64=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF40 is #B600BF. Grayscale: #B3B3B3. Windows color (decimal): -11927744 or 4259657. OLE color: 4259657.
HSL color Cylindrical-coordinate representation of color #49FF40: hue angle of 117.17º 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 #49FF40 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 64 | - |
| CMYK | 0.71 | 0 | 0.75 | 0 |
| HSL | 117.17º | 1% | 0.63% | - |
| HSV(B) | 117.17º | 0.75% | 1% | - |
| XYZ | 39.43 | 73.31 | 16.92 | - |
| YUV | 178.81 | 63.2 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 64 | 0.71 | 0 | 0.75 | 0 | 117.17 | 1 | 0.63 |
| Hex | 49 | FF | 40 | 47 | 0 | 4B | 0 | 75 | 64 | 3F |
| Octal | 111 | 377 | 100 | 107 | 0 | 113 | 0 | 165 | 144 | 77 |
| Binary | 1001001 | 11111111 | 1000000 | 1000111 | 0 | 1001011 | 0 | 1110101 | 1100100 | 111111 |
Color Harmonies of #49FF40
Complementary color
Monochromatic Colors of #49FF40
Black with #49FF40
Text Example
Text Example
White with #49FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF40; }
p { color: rgb(73,255,64); }
H1.HeaderClassName
{
color: #49FF40;
}
.AnyTagClassName
{
color: #49FF40;
}
</style>
background-color css
<style>
a { background-color: #49FF40; }
a { background-color: rgb(73,255,64); }
div.DivClassName
{
background-color: #49FF40;
}
.BgClassName
{
background-color: #49FF40;
}
</style>
border-color css
<style>
span { border-color: #49FF40; }
span { border-color: rgb(73,255,64); }
td.TdClassName
{
border-color: #49FF40;
}
.TagClassName
{
border-color: #49FF40;
}
</style>