Shades of Screamin' Green #49F668
Tints of Screamin' Green #49F668
RGB
CMYK
RGB Variations
Color information
#49F668 (or 0x49F668) is known color: Screamin' Green. HEX triplet: 49, F6 and 68. RGB value is (73,246,104). Sum of RGB (Red+Green+Blue) = 73+246+104=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #49F668 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F668 is #B60997. Grayscale: #B2B2B2. Windows color (decimal): -11930008 or 6878793. OLE color: 6878793.
HSL color Cylindrical-coordinate representation of color #49F668: hue angle of 130.75º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F668 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 246 | 104 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.04 |
| HSL | 130.75º | 0.91% | 0.63% | - |
| HSV(B) | 130.75º | 0.7% | 0.96% | - |
| XYZ | 38.2 | 68.33 | 24.27 | - |
| YUV | 178.09 | 86.19 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 246 | 104 | 0.70 | 0 | 0.58 | 0.04 | 130.75 | 0.91 | 0.63 |
| Hex | 49 | F6 | 68 | 46 | 0 | 3A | 4 | 83 | 5B | 3F |
| Octal | 111 | 366 | 150 | 106 | 0 | 72 | 4 | 203 | 133 | 77 |
| Binary | 1001001 | 11110110 | 1101000 | 1000110 | 0 | 111010 | 100 | 10000011 | 1011011 | 111111 |
Color Harmonies of #49F668
Complementary color
Monochromatic Colors of #49F668
Black with #49F668
Text Example
Text Example
White with #49F668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F668; }
p { color: rgb(73,246,104); }
H1.HeaderClassName
{
color: #49F668;
}
.AnyTagClassName
{
color: #49F668;
}
</style>
background-color css
<style>
a { background-color: #49F668; }
a { background-color: rgb(73,246,104); }
div.DivClassName
{
background-color: #49F668;
}
.BgClassName
{
background-color: #49F668;
}
</style>
border-color css
<style>
span { border-color: #49F668; }
span { border-color: rgb(73,246,104); }
td.TdClassName
{
border-color: #49F668;
}
.TagClassName
{
border-color: #49F668;
}
</style>