Shades of Screamin' Green #49F06F
Tints of Screamin' Green #49F06F
RGB
CMYK
RGB Variations
Color information
#49F06F (or 0x49F06F) is known color: Screamin' Green. HEX triplet: 49, F0 and 6F. RGB value is (73,240,111). Sum of RGB (Red+Green+Blue) = 73+240+111=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #49F06F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F06F is #B60F90. Grayscale: #AFAFAF. Windows color (decimal): -11931537 or 7336009. OLE color: 7336009.
HSL color Cylindrical-coordinate representation of color #49F06F: hue angle of 133.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F06F is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 111 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.06 |
| HSL | 133.65º | 0.85% | 0.61% | - |
| HSV(B) | 133.65º | 0.7% | 0.94% | - |
| XYZ | 36.78 | 64.88 | 25.62 | - |
| YUV | 175.36 | 91.67 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 111 | 0.70 | 0 | 0.54 | 0.06 | 133.65 | 0.85 | 0.61 |
| Hex | 49 | F0 | 6F | 46 | 0 | 36 | 6 | 86 | 55 | 3D |
| Octal | 111 | 360 | 157 | 106 | 0 | 66 | 6 | 206 | 125 | 75 |
| Binary | 1001001 | 11110000 | 1101111 | 1000110 | 0 | 110110 | 110 | 10000110 | 1010101 | 111101 |
Color Harmonies of #49F06F
Complementary color
Monochromatic Colors of #49F06F
Black with #49F06F
Text Example
Text Example
White with #49F06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F06F; }
p { color: rgb(73,240,111); }
H1.HeaderClassName
{
color: #49F06F;
}
.AnyTagClassName
{
color: #49F06F;
}
</style>
background-color css
<style>
a { background-color: #49F06F; }
a { background-color: rgb(73,240,111); }
div.DivClassName
{
background-color: #49F06F;
}
.BgClassName
{
background-color: #49F06F;
}
</style>
border-color css
<style>
span { border-color: #49F06F; }
span { border-color: rgb(73,240,111); }
td.TdClassName
{
border-color: #49F06F;
}
.TagClassName
{
border-color: #49F06F;
}
</style>