Shades of Screamin' Green #49FF8B
Tints of Screamin' Green #49FF8B
RGB
CMYK
RGB Variations
Color information
#49FF8B (or 0x49FF8B) is known color: Screamin' Green. HEX triplet: 49, FF and 8B. RGB value is (73,255,139). Sum of RGB (Red+Green+Blue) = 73+255+139=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF8B is #B60074. Grayscale: #BBBBBB. Windows color (decimal): -11927669 or 9174857. OLE color: 9174857.
HSL color Cylindrical-coordinate representation of color #49FF8B: hue angle of 141.76º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FF8B is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 139 | - |
| CMYK | 0.71 | 0 | 0.45 | 0 |
| HSL | 141.76º | 1% | 0.64% | - |
| HSV(B) | 141.76º | 0.71% | 1% | - |
| XYZ | 43.17 | 74.8 | 36.59 | - |
| YUV | 187.36 | 100.7 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 139 | 0.71 | 0 | 0.45 | 0 | 141.76 | 1 | 0.64 |
| Hex | 49 | FF | 8B | 47 | 0 | 2D | 0 | 8E | 64 | 40 |
| Octal | 111 | 377 | 213 | 107 | 0 | 55 | 0 | 216 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10001011 | 1000111 | 0 | 101101 | 0 | 10001110 | 1100100 | 1000000 |
Color Harmonies of #49FF8B
Complementary color
Monochromatic Colors of #49FF8B
Black with #49FF8B
Text Example
Text Example
White with #49FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF8B; }
p { color: rgb(73,255,139); }
H1.HeaderClassName
{
color: #49FF8B;
}
.AnyTagClassName
{
color: #49FF8B;
}
</style>
background-color css
<style>
a { background-color: #49FF8B; }
a { background-color: rgb(73,255,139); }
div.DivClassName
{
background-color: #49FF8B;
}
.BgClassName
{
background-color: #49FF8B;
}
</style>
border-color css
<style>
span { border-color: #49FF8B; }
span { border-color: rgb(73,255,139); }
td.TdClassName
{
border-color: #49FF8B;
}
.TagClassName
{
border-color: #49FF8B;
}
</style>