Shades of Screamin' Green #49EF65
Tints of Screamin' Green #49EF65
RGB
CMYK
RGB Variations
Color information
#49EF65 (or 0x49EF65) is known color: Screamin' Green. HEX triplet: 49, EF and 65. RGB value is (73,239,101). Sum of RGB (Red+Green+Blue) = 73+239+101=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF65 is #B6109A. Grayscale: #AEAEAE. Windows color (decimal): -11931803 or 6680393. OLE color: 6680393.
HSL color Cylindrical-coordinate representation of color #49EF65: hue angle of 130.12º 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 #49EF65 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 101 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.06 |
| HSL | 130.12º | 0.84% | 0.61% | - |
| HSV(B) | 130.12º | 0.69% | 0.94% | - |
| XYZ | 35.96 | 64.09 | 22.79 | - |
| YUV | 173.63 | 87 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 101 | 0.69 | 0 | 0.58 | 0.06 | 130.12 | 0.84 | 0.61 |
| Hex | 49 | EF | 65 | 45 | 0 | 3A | 6 | 82 | 54 | 3D |
| Octal | 111 | 357 | 145 | 105 | 0 | 72 | 6 | 202 | 124 | 75 |
| Binary | 1001001 | 11101111 | 1100101 | 1000101 | 0 | 111010 | 110 | 10000010 | 1010100 | 111101 |
Color Harmonies of #49EF65
Complementary color
Monochromatic Colors of #49EF65
Black with #49EF65
Text Example
Text Example
White with #49EF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF65; }
p { color: rgb(73,239,101); }
H1.HeaderClassName
{
color: #49EF65;
}
.AnyTagClassName
{
color: #49EF65;
}
</style>
background-color css
<style>
a { background-color: #49EF65; }
a { background-color: rgb(73,239,101); }
div.DivClassName
{
background-color: #49EF65;
}
.BgClassName
{
background-color: #49EF65;
}
</style>
border-color css
<style>
span { border-color: #49EF65; }
span { border-color: rgb(73,239,101); }
td.TdClassName
{
border-color: #49EF65;
}
.TagClassName
{
border-color: #49EF65;
}
</style>