Shades of Screamin' Green #49EA63
Tints of Screamin' Green #49EA63
RGB
CMYK
RGB Variations
Color information
#49EA63 (or 0x49EA63) is known color: Screamin' Green. HEX triplet: 49, EA and 63. RGB value is (73,234,99). Sum of RGB (Red+Green+Blue) = 73+234+99=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 234 (91.80% from 255 or 57.64% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EA63 is #B6159C. Grayscale: #AAAAAA. Windows color (decimal): -11933085 or 6548041. OLE color: 6548041.
HSL color Cylindrical-coordinate representation of color #49EA63: hue angle of 129.69º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EA63 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 99 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.08 |
| HSL | 129.69º | 0.79% | 0.6% | - |
| HSV(B) | 129.69º | 0.69% | 0.92% | - |
| XYZ | 34.42 | 61.16 | 21.8 | - |
| YUV | 170.47 | 87.66 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 99 | 0.69 | 0 | 0.58 | 0.08 | 129.69 | 0.79 | 0.6 |
| Hex | 49 | EA | 63 | 45 | 0 | 3A | 8 | 82 | 4F | 3C |
| Octal | 111 | 352 | 143 | 105 | 0 | 72 | 10 | 202 | 117 | 74 |
| Binary | 1001001 | 11101010 | 1100011 | 1000101 | 0 | 111010 | 1000 | 10000010 | 1001111 | 111100 |
Color Harmonies of #49EA63
Complementary color
Monochromatic Colors of #49EA63
Black with #49EA63
Text Example
Text Example
White with #49EA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EA63; }
p { color: rgb(73,234,99); }
H1.HeaderClassName
{
color: #49EA63;
}
.AnyTagClassName
{
color: #49EA63;
}
</style>
background-color css
<style>
a { background-color: #49EA63; }
a { background-color: rgb(73,234,99); }
div.DivClassName
{
background-color: #49EA63;
}
.BgClassName
{
background-color: #49EA63;
}
</style>
border-color css
<style>
span { border-color: #49EA63; }
span { border-color: rgb(73,234,99); }
td.TdClassName
{
border-color: #49EA63;
}
.TagClassName
{
border-color: #49EA63;
}
</style>