Shades of Screamin' Green #49FF67
Tints of Screamin' Green #49FF67
RGB
CMYK
RGB Variations
Color information
#49FF67 (or 0x49FF67) is known color: Screamin' Green. HEX triplet: 49, FF and 67. RGB value is (73,255,103). Sum of RGB (Red+Green+Blue) = 73+255+103=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FF67 is #B60098. Grayscale: #B7B7B7. Windows color (decimal): -11927705 or 6815561. OLE color: 6815561.
HSL color Cylindrical-coordinate representation of color #49FF67: hue angle of 129.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FF67 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 103 | - |
| CMYK | 0.71 | 0 | 0.60 | 0 |
| HSL | 129.89º | 1% | 0.64% | - |
| HSV(B) | 129.89º | 0.71% | 1% | - |
| XYZ | 40.96 | 73.92 | 24.94 | - |
| YUV | 183.25 | 82.7 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 103 | 0.71 | 0 | 0.60 | 0 | 129.89 | 1 | 0.64 |
| Hex | 49 | FF | 67 | 47 | 0 | 3C | 0 | 82 | 64 | 40 |
| Octal | 111 | 377 | 147 | 107 | 0 | 74 | 0 | 202 | 144 | 100 |
| Binary | 1001001 | 11111111 | 1100111 | 1000111 | 0 | 111100 | 0 | 10000010 | 1100100 | 1000000 |
Color Harmonies of #49FF67
Complementary color
Monochromatic Colors of #49FF67
Black with #49FF67
Text Example
Text Example
White with #49FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF67; }
p { color: rgb(73,255,103); }
H1.HeaderClassName
{
color: #49FF67;
}
.AnyTagClassName
{
color: #49FF67;
}
</style>
background-color css
<style>
a { background-color: #49FF67; }
a { background-color: rgb(73,255,103); }
div.DivClassName
{
background-color: #49FF67;
}
.BgClassName
{
background-color: #49FF67;
}
</style>
border-color css
<style>
span { border-color: #49FF67; }
span { border-color: rgb(73,255,103); }
td.TdClassName
{
border-color: #49FF67;
}
.TagClassName
{
border-color: #49FF67;
}
</style>