Shades of Screamin' Green #49EE68
Tints of Screamin' Green #49EE68
RGB
CMYK
RGB Variations
Color information
#49EE68 (or 0x49EE68) is known color: Screamin' Green. HEX triplet: 49, EE and 68. RGB value is (73,238,104). Sum of RGB (Red+Green+Blue) = 73+238+104=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 238 (93.36% from 255 or 57.35% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EE68 is #B61197. Grayscale: #ADADAD. Windows color (decimal): -11932056 or 6876745. OLE color: 6876745.
HSL color Cylindrical-coordinate representation of color #49EE68: hue angle of 131.27º 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 #49EE68 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 104 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.07 |
| HSL | 131.27º | 0.83% | 0.61% | - |
| HSV(B) | 131.27º | 0.69% | 0.93% | - |
| XYZ | 35.82 | 63.57 | 23.48 | - |
| YUV | 173.39 | 88.84 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 104 | 0.69 | 0 | 0.56 | 0.07 | 131.27 | 0.83 | 0.61 |
| Hex | 49 | EE | 68 | 45 | 0 | 38 | 7 | 83 | 53 | 3D |
| Octal | 111 | 356 | 150 | 105 | 0 | 70 | 7 | 203 | 123 | 75 |
| Binary | 1001001 | 11101110 | 1101000 | 1000101 | 0 | 111000 | 111 | 10000011 | 1010011 | 111101 |
Color Harmonies of #49EE68
Complementary color
Monochromatic Colors of #49EE68
Black with #49EE68
Text Example
Text Example
White with #49EE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE68; }
p { color: rgb(73,238,104); }
H1.HeaderClassName
{
color: #49EE68;
}
.AnyTagClassName
{
color: #49EE68;
}
</style>
background-color css
<style>
a { background-color: #49EE68; }
a { background-color: rgb(73,238,104); }
div.DivClassName
{
background-color: #49EE68;
}
.BgClassName
{
background-color: #49EE68;
}
</style>
border-color css
<style>
span { border-color: #49EE68; }
span { border-color: rgb(73,238,104); }
td.TdClassName
{
border-color: #49EE68;
}
.TagClassName
{
border-color: #49EE68;
}
</style>