Shades of Screamin' Green #49FF44
Tints of Screamin' Green #49FF44
RGB
CMYK
RGB Variations
Color information
#49FF44 (or 0x49FF44) is known color: Screamin' Green. HEX triplet: 49, FF and 44. RGB value is (73,255,68). Sum of RGB (Red+Green+Blue) = 73+255+68=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF44 is #B600BB. Grayscale: #B3B3B3. Windows color (decimal): -11927740 or 4521801. OLE color: 4521801.
HSL color Cylindrical-coordinate representation of color #49FF44: hue angle of 118.4º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49FF44 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 68 | - |
| CMYK | 0.71 | 0 | 0.73 | 0 |
| HSL | 118.4º | 1% | 0.63% | - |
| HSV(B) | 118.4º | 0.73% | 1% | - |
| XYZ | 39.55 | 73.35 | 17.54 | - |
| YUV | 179.26 | 65.2 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 68 | 0.71 | 0 | 0.73 | 0 | 118.4 | 1 | 0.63 |
| Hex | 49 | FF | 44 | 47 | 0 | 49 | 0 | 76 | 64 | 3F |
| Octal | 111 | 377 | 104 | 107 | 0 | 111 | 0 | 166 | 144 | 77 |
| Binary | 1001001 | 11111111 | 1000100 | 1000111 | 0 | 1001001 | 0 | 1110110 | 1100100 | 111111 |
Color Harmonies of #49FF44
Complementary color
Monochromatic Colors of #49FF44
Black with #49FF44
Text Example
Text Example
White with #49FF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF44; }
p { color: rgb(73,255,68); }
H1.HeaderClassName
{
color: #49FF44;
}
.AnyTagClassName
{
color: #49FF44;
}
</style>
background-color css
<style>
a { background-color: #49FF44; }
a { background-color: rgb(73,255,68); }
div.DivClassName
{
background-color: #49FF44;
}
.BgClassName
{
background-color: #49FF44;
}
</style>
border-color css
<style>
span { border-color: #49FF44; }
span { border-color: rgb(73,255,68); }
td.TdClassName
{
border-color: #49FF44;
}
.TagClassName
{
border-color: #49FF44;
}
</style>