Shades of Screamin' Green #49EF68
Tints of Screamin' Green #49EF68
RGB
CMYK
RGB Variations
Color information
#49EF68 (or 0x49EF68) is known color: Screamin' Green. HEX triplet: 49, EF and 68. RGB value is (73,239,104). Sum of RGB (Red+Green+Blue) = 73+239+104=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 239 (93.75% from 255 or 57.45% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF68 is #B61097. Grayscale: #AEAEAE. Windows color (decimal): -11931800 or 6877001. OLE color: 6877001.
HSL color Cylindrical-coordinate representation of color #49EF68: hue angle of 131.2º 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 #49EF68 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 104 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.06 |
| HSL | 131.2º | 0.84% | 0.61% | - |
| HSV(B) | 131.2º | 0.69% | 0.94% | - |
| XYZ | 36.11 | 64.15 | 23.58 | - |
| YUV | 173.98 | 88.5 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 104 | 0.69 | 0 | 0.56 | 0.06 | 131.2 | 0.84 | 0.61 |
| Hex | 49 | EF | 68 | 45 | 0 | 38 | 6 | 83 | 54 | 3D |
| Octal | 111 | 357 | 150 | 105 | 0 | 70 | 6 | 203 | 124 | 75 |
| Binary | 1001001 | 11101111 | 1101000 | 1000101 | 0 | 111000 | 110 | 10000011 | 1010100 | 111101 |
Color Harmonies of #49EF68
Complementary color
Monochromatic Colors of #49EF68
Black with #49EF68
Text Example
Text Example
White with #49EF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF68; }
p { color: rgb(73,239,104); }
H1.HeaderClassName
{
color: #49EF68;
}
.AnyTagClassName
{
color: #49EF68;
}
</style>
background-color css
<style>
a { background-color: #49EF68; }
a { background-color: rgb(73,239,104); }
div.DivClassName
{
background-color: #49EF68;
}
.BgClassName
{
background-color: #49EF68;
}
</style>
border-color css
<style>
span { border-color: #49EF68; }
span { border-color: rgb(73,239,104); }
td.TdClassName
{
border-color: #49EF68;
}
.TagClassName
{
border-color: #49EF68;
}
</style>