Shades of Screamin' Green #49F963
Tints of Screamin' Green #49F963
RGB
CMYK
RGB Variations
Color information
#49F963 (or 0x49F963) is known color: Screamin' Green. HEX triplet: 49, F9 and 63. RGB value is (73,249,99). Sum of RGB (Red+Green+Blue) = 73+249+99=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 249 (97.66% from 255 or 59.14% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 249 - color contains mainly: green. Hex color #49F963 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F963 is #B6069C. Grayscale: #B3B3B3. Windows color (decimal): -11929245 or 6551881. OLE color: 6551881.
HSL color Cylindrical-coordinate representation of color #49F963: hue angle of 128.86º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F963 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 99 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.02 |
| HSL | 128.86º | 0.94% | 0.63% | - |
| HSV(B) | 128.86º | 0.71% | 0.98% | - |
| XYZ | 38.88 | 70.07 | 23.28 | - |
| YUV | 179.28 | 82.69 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 99 | 0.71 | 0 | 0.60 | 0.02 | 128.86 | 0.94 | 0.63 |
| Hex | 49 | F9 | 63 | 47 | 0 | 3C | 2 | 81 | 5E | 3F |
| Octal | 111 | 371 | 143 | 107 | 0 | 74 | 2 | 201 | 136 | 77 |
| Binary | 1001001 | 11111001 | 1100011 | 1000111 | 0 | 111100 | 10 | 10000001 | 1011110 | 111111 |
Color Harmonies of #49F963
Complementary color
Monochromatic Colors of #49F963
Black with #49F963
Text Example
Text Example
White with #49F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F963; }
p { color: rgb(73,249,99); }
H1.HeaderClassName
{
color: #49F963;
}
.AnyTagClassName
{
color: #49F963;
}
</style>
background-color css
<style>
a { background-color: #49F963; }
a { background-color: rgb(73,249,99); }
div.DivClassName
{
background-color: #49F963;
}
.BgClassName
{
background-color: #49F963;
}
</style>
border-color css
<style>
span { border-color: #49F963; }
span { border-color: rgb(73,249,99); }
td.TdClassName
{
border-color: #49F963;
}
.TagClassName
{
border-color: #49F963;
}
</style>