Shades of Screamin' Green #49E75B
Tints of Screamin' Green #49E75B
RGB
CMYK
RGB Variations
Color information
#49E75B (or 0x49E75B) is known color: Screamin' Green. HEX triplet: 49, E7 and 5B. RGB value is (73,231,91). Sum of RGB (Red+Green+Blue) = 73+231+91=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 231 (90.62% from 255 or 58.48% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 231 - color contains mainly: green. Hex color #49E75B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E75B is #B618A4. Grayscale: #A8A8A8. Windows color (decimal): -11933861 or 6022985. OLE color: 6022985.
HSL color Cylindrical-coordinate representation of color #49E75B: hue angle of 126.84º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E75B is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 91 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.09 |
| HSL | 126.84º | 0.77% | 0.6% | - |
| HSV(B) | 126.84º | 0.68% | 0.91% | - |
| XYZ | 33.21 | 59.32 | 19.6 | - |
| YUV | 167.8 | 84.65 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 91 | 0.68 | 0 | 0.61 | 0.09 | 126.84 | 0.77 | 0.6 |
| Hex | 49 | E7 | 5B | 44 | 0 | 3D | 9 | 7F | 4D | 3C |
| Octal | 111 | 347 | 133 | 104 | 0 | 75 | 11 | 177 | 115 | 74 |
| Binary | 1001001 | 11100111 | 1011011 | 1000100 | 0 | 111101 | 1001 | 1111111 | 1001101 | 111100 |
Color Harmonies of #49E75B
Complementary color
Monochromatic Colors of #49E75B
Black with #49E75B
Text Example
Text Example
White with #49E75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E75B; }
p { color: rgb(73,231,91); }
H1.HeaderClassName
{
color: #49E75B;
}
.AnyTagClassName
{
color: #49E75B;
}
</style>
background-color css
<style>
a { background-color: #49E75B; }
a { background-color: rgb(73,231,91); }
div.DivClassName
{
background-color: #49E75B;
}
.BgClassName
{
background-color: #49E75B;
}
</style>
border-color css
<style>
span { border-color: #49E75B; }
span { border-color: rgb(73,231,91); }
td.TdClassName
{
border-color: #49E75B;
}
.TagClassName
{
border-color: #49E75B;
}
</style>