Shades of Screamin' Green #49F94C
Tints of Screamin' Green #49F94C
RGB
CMYK
RGB Variations
Color information
#49F94C (or 0x49F94C) is known color: Screamin' Green. HEX triplet: 49, F9 and 4C. RGB value is (73,249,76). Sum of RGB (Red+Green+Blue) = 73+249+76=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 249 (97.66% from 255 or 62.56% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 249 - color contains mainly: green. Hex color #49F94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F94C is #B606B3. Grayscale: #B1B1B1. Windows color (decimal): -11929268 or 5044553. OLE color: 5044553.
HSL color Cylindrical-coordinate representation of color #49F94C: hue angle of 121.02º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F94C is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 76 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.02 |
| HSL | 121.02º | 0.94% | 0.63% | - |
| HSV(B) | 121.02º | 0.71% | 0.98% | - |
| XYZ | 37.93 | 69.69 | 18.29 | - |
| YUV | 176.65 | 71.19 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 76 | 0.71 | 0 | 0.69 | 0.02 | 121.02 | 0.94 | 0.63 |
| Hex | 49 | F9 | 4C | 47 | 0 | 45 | 2 | 79 | 5E | 3F |
| Octal | 111 | 371 | 114 | 107 | 0 | 105 | 2 | 171 | 136 | 77 |
| Binary | 1001001 | 11111001 | 1001100 | 1000111 | 0 | 1000101 | 10 | 1111001 | 1011110 | 111111 |
Color Harmonies of #49F94C
Complementary color
Monochromatic Colors of #49F94C
Black with #49F94C
Text Example
Text Example
White with #49F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F94C; }
p { color: rgb(73,249,76); }
H1.HeaderClassName
{
color: #49F94C;
}
.AnyTagClassName
{
color: #49F94C;
}
</style>
background-color css
<style>
a { background-color: #49F94C; }
a { background-color: rgb(73,249,76); }
div.DivClassName
{
background-color: #49F94C;
}
.BgClassName
{
background-color: #49F94C;
}
</style>
border-color css
<style>
span { border-color: #49F94C; }
span { border-color: rgb(73,249,76); }
td.TdClassName
{
border-color: #49F94C;
}
.TagClassName
{
border-color: #49F94C;
}
</style>