Shades of Screamin' Green #49EE6B
Tints of Screamin' Green #49EE6B
RGB
CMYK
RGB Variations
Color information
#49EE6B (or 0x49EE6B) is known color: Screamin' Green. HEX triplet: 49, EE and 6B. RGB value is (73,238,107). Sum of RGB (Red+Green+Blue) = 73+238+107=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 238 (93.36% from 255 or 56.94% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EE6B is #B61194. Grayscale: #AEAEAE. Windows color (decimal): -11932053 or 7073353. OLE color: 7073353.
HSL color Cylindrical-coordinate representation of color #49EE6B: hue angle of 132.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EE6B is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 107 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.07 |
| HSL | 132.36º | 0.83% | 0.61% | - |
| HSV(B) | 132.36º | 0.69% | 0.93% | - |
| XYZ | 35.98 | 63.63 | 24.3 | - |
| YUV | 173.73 | 90.34 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 107 | 0.69 | 0 | 0.55 | 0.07 | 132.36 | 0.83 | 0.61 |
| Hex | 49 | EE | 6B | 45 | 0 | 37 | 7 | 84 | 53 | 3D |
| Octal | 111 | 356 | 153 | 105 | 0 | 67 | 7 | 204 | 123 | 75 |
| Binary | 1001001 | 11101110 | 1101011 | 1000101 | 0 | 110111 | 111 | 10000100 | 1010011 | 111101 |
Color Harmonies of #49EE6B
Complementary color
Monochromatic Colors of #49EE6B
Black with #49EE6B
Text Example
Text Example
White with #49EE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE6B; }
p { color: rgb(73,238,107); }
H1.HeaderClassName
{
color: #49EE6B;
}
.AnyTagClassName
{
color: #49EE6B;
}
</style>
background-color css
<style>
a { background-color: #49EE6B; }
a { background-color: rgb(73,238,107); }
div.DivClassName
{
background-color: #49EE6B;
}
.BgClassName
{
background-color: #49EE6B;
}
</style>
border-color css
<style>
span { border-color: #49EE6B; }
span { border-color: rgb(73,238,107); }
td.TdClassName
{
border-color: #49EE6B;
}
.TagClassName
{
border-color: #49EE6B;
}
</style>