Shades of Screamin' Green #49EF64
Tints of Screamin' Green #49EF64
RGB
CMYK
RGB Variations
Color information
#49EF64 (or 0x49EF64) is known color: Screamin' Green. HEX triplet: 49, EF and 64. RGB value is (73,239,100). Sum of RGB (Red+Green+Blue) = 73+239+100=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF64 is #B6109B. Grayscale: #ADADAD. Windows color (decimal): -11931804 or 6614857. OLE color: 6614857.
HSL color Cylindrical-coordinate representation of color #49EF64: hue angle of 129.76º 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 #49EF64 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 100 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.06 |
| HSL | 129.76º | 0.84% | 0.61% | - |
| HSV(B) | 129.76º | 0.69% | 0.94% | - |
| XYZ | 35.91 | 64.07 | 22.53 | - |
| YUV | 173.52 | 86.5 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 100 | 0.69 | 0 | 0.58 | 0.06 | 129.76 | 0.84 | 0.61 |
| Hex | 49 | EF | 64 | 45 | 0 | 3A | 6 | 82 | 54 | 3D |
| Octal | 111 | 357 | 144 | 105 | 0 | 72 | 6 | 202 | 124 | 75 |
| Binary | 1001001 | 11101111 | 1100100 | 1000101 | 0 | 111010 | 110 | 10000010 | 1010100 | 111101 |
Color Harmonies of #49EF64
Complementary color
Monochromatic Colors of #49EF64
Black with #49EF64
Text Example
Text Example
White with #49EF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF64; }
p { color: rgb(73,239,100); }
H1.HeaderClassName
{
color: #49EF64;
}
.AnyTagClassName
{
color: #49EF64;
}
</style>
background-color css
<style>
a { background-color: #49EF64; }
a { background-color: rgb(73,239,100); }
div.DivClassName
{
background-color: #49EF64;
}
.BgClassName
{
background-color: #49EF64;
}
</style>
border-color css
<style>
span { border-color: #49EF64; }
span { border-color: rgb(73,239,100); }
td.TdClassName
{
border-color: #49EF64;
}
.TagClassName
{
border-color: #49EF64;
}
</style>