Shades of Screamin' Green #49EF55
Tints of Screamin' Green #49EF55
RGB
CMYK
RGB Variations
Color information
#49EF55 (or 0x49EF55) is known color: Screamin' Green. HEX triplet: 49, EF and 55. RGB value is (73,239,85). Sum of RGB (Red+Green+Blue) = 73+239+85=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 239 (93.75% from 255 or 60.20% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF55 is #B610AA. Grayscale: #ACACAC. Windows color (decimal): -11931819 or 5631817. OLE color: 5631817.
HSL color Cylindrical-coordinate representation of color #49EF55: hue angle of 124.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EF55 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 85 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.06 |
| HSL | 124.34º | 0.84% | 0.61% | - |
| HSV(B) | 124.34º | 0.69% | 0.94% | - |
| XYZ | 35.25 | 63.81 | 19.05 | - |
| YUV | 171.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 85 | 0.69 | 0 | 0.64 | 0.06 | 124.34 | 0.84 | 0.61 |
| Hex | 49 | EF | 55 | 45 | 0 | 40 | 6 | 7C | 54 | 3D |
| Octal | 111 | 357 | 125 | 105 | 0 | 100 | 6 | 174 | 124 | 75 |
| Binary | 1001001 | 11101111 | 1010101 | 1000101 | 0 | 1000000 | 110 | 1111100 | 1010100 | 111101 |
Color Harmonies of #49EF55
Complementary color
Monochromatic Colors of #49EF55
Black with #49EF55
Text Example
Text Example
White with #49EF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF55; }
p { color: rgb(73,239,85); }
H1.HeaderClassName
{
color: #49EF55;
}
.AnyTagClassName
{
color: #49EF55;
}
</style>
background-color css
<style>
a { background-color: #49EF55; }
a { background-color: rgb(73,239,85); }
div.DivClassName
{
background-color: #49EF55;
}
.BgClassName
{
background-color: #49EF55;
}
</style>
border-color css
<style>
span { border-color: #49EF55; }
span { border-color: rgb(73,239,85); }
td.TdClassName
{
border-color: #49EF55;
}
.TagClassName
{
border-color: #49EF55;
}
</style>