Shades of Screamin' Green #49F669
Tints of Screamin' Green #49F669
RGB
CMYK
RGB Variations
Color information
#49F669 (or 0x49F669) is known color: Screamin' Green. HEX triplet: 49, F6 and 69. RGB value is (73,246,105). Sum of RGB (Red+Green+Blue) = 73+246+105=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 246 (96.48% from 255 or 58.02% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 246 - color contains mainly: green. Hex color #49F669 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F669 is #B60996. Grayscale: #B2B2B2. Windows color (decimal): -11930007 or 6944329. OLE color: 6944329.
HSL color Cylindrical-coordinate representation of color #49F669: hue angle of 131.1º 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 #49F669 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 246 | 105 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.04 |
| HSL | 131.1º | 0.91% | 0.63% | - |
| HSV(B) | 131.1º | 0.7% | 0.96% | - |
| XYZ | 38.25 | 68.35 | 24.54 | - |
| YUV | 178.2 | 86.69 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 246 | 105 | 0.70 | 0 | 0.57 | 0.04 | 131.1 | 0.91 | 0.63 |
| Hex | 49 | F6 | 69 | 46 | 0 | 39 | 4 | 83 | 5B | 3F |
| Octal | 111 | 366 | 151 | 106 | 0 | 71 | 4 | 203 | 133 | 77 |
| Binary | 1001001 | 11110110 | 1101001 | 1000110 | 0 | 111001 | 100 | 10000011 | 1011011 | 111111 |
Color Harmonies of #49F669
Complementary color
Monochromatic Colors of #49F669
Black with #49F669
Text Example
Text Example
White with #49F669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F669; }
p { color: rgb(73,246,105); }
H1.HeaderClassName
{
color: #49F669;
}
.AnyTagClassName
{
color: #49F669;
}
</style>
background-color css
<style>
a { background-color: #49F669; }
a { background-color: rgb(73,246,105); }
div.DivClassName
{
background-color: #49F669;
}
.BgClassName
{
background-color: #49F669;
}
</style>
border-color css
<style>
span { border-color: #49F669; }
span { border-color: rgb(73,246,105); }
td.TdClassName
{
border-color: #49F669;
}
.TagClassName
{
border-color: #49F669;
}
</style>