Shades of Screamin' Green #49E45C
Tints of Screamin' Green #49E45C
RGB
CMYK
RGB Variations
Color information
#49E45C (or 0x49E45C) is known color: Screamin' Green. HEX triplet: 49, E4 and 5C. RGB value is (73,228,92). Sum of RGB (Red+Green+Blue) = 73+228+92=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 228 (89.45% from 255 or 58.02% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 228 - color contains mainly: green. Hex color #49E45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E45C is #B61BA3. Grayscale: #A6A6A6. Windows color (decimal): -11934628 or 6087753. OLE color: 6087753.
HSL color Cylindrical-coordinate representation of color #49E45C: hue angle of 127.35º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E45C is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 228 | 92 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.11 |
| HSL | 127.35º | 0.74% | 0.59% | - |
| HSV(B) | 127.35º | 0.68% | 0.89% | - |
| XYZ | 32.42 | 57.68 | 19.55 | - |
| YUV | 166.15 | 86.15 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 228 | 92 | 0.68 | 0 | 0.60 | 0.11 | 127.35 | 0.74 | 0.59 |
| Hex | 49 | E4 | 5C | 44 | 0 | 3C | B | 7F | 4A | 3B |
| Octal | 111 | 344 | 134 | 104 | 0 | 74 | 13 | 177 | 112 | 73 |
| Binary | 1001001 | 11100100 | 1011100 | 1000100 | 0 | 111100 | 1011 | 1111111 | 1001010 | 111011 |
Color Harmonies of #49E45C
Complementary color
Monochromatic Colors of #49E45C
Black with #49E45C
Text Example
Text Example
White with #49E45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E45C; }
p { color: rgb(73,228,92); }
H1.HeaderClassName
{
color: #49E45C;
}
.AnyTagClassName
{
color: #49E45C;
}
</style>
background-color css
<style>
a { background-color: #49E45C; }
a { background-color: rgb(73,228,92); }
div.DivClassName
{
background-color: #49E45C;
}
.BgClassName
{
background-color: #49E45C;
}
</style>
border-color css
<style>
span { border-color: #49E45C; }
span { border-color: rgb(73,228,92); }
td.TdClassName
{
border-color: #49E45C;
}
.TagClassName
{
border-color: #49E45C;
}
</style>