Shades of Screamin' Green #49FF81
Tints of Screamin' Green #49FF81
RGB
CMYK
RGB Variations
Color information
#49FF81 (or 0x49FF81) is known color: Screamin' Green. HEX triplet: 49, FF and 81. RGB value is (73,255,129). Sum of RGB (Red+Green+Blue) = 73+255+129=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF81 is #B6007E. Grayscale: #BABABA. Windows color (decimal): -11927679 or 8519497. OLE color: 8519497.
HSL color Cylindrical-coordinate representation of color #49FF81: hue angle of 138.46º 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 #49FF81 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 129 | - |
| CMYK | 0.71 | 0 | 0.49 | 0 |
| HSL | 138.46º | 1% | 0.64% | - |
| HSV(B) | 138.46º | 0.71% | 1% | - |
| XYZ | 42.47 | 74.52 | 32.91 | - |
| YUV | 186.22 | 95.7 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 129 | 0.71 | 0 | 0.49 | 0 | 138.46 | 1 | 0.64 |
| Hex | 49 | FF | 81 | 47 | 0 | 31 | 0 | 8A | 64 | 40 |
| Octal | 111 | 377 | 201 | 107 | 0 | 61 | 0 | 212 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10000001 | 1000111 | 0 | 110001 | 0 | 10001010 | 1100100 | 1000000 |
Color Harmonies of #49FF81
Complementary color
Monochromatic Colors of #49FF81
Black with #49FF81
Text Example
Text Example
White with #49FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF81; }
p { color: rgb(73,255,129); }
H1.HeaderClassName
{
color: #49FF81;
}
.AnyTagClassName
{
color: #49FF81;
}
</style>
background-color css
<style>
a { background-color: #49FF81; }
a { background-color: rgb(73,255,129); }
div.DivClassName
{
background-color: #49FF81;
}
.BgClassName
{
background-color: #49FF81;
}
</style>
border-color css
<style>
span { border-color: #49FF81; }
span { border-color: rgb(73,255,129); }
td.TdClassName
{
border-color: #49FF81;
}
.TagClassName
{
border-color: #49FF81;
}
</style>