Shades of Screamin' Green #49FF48
Tints of Screamin' Green #49FF48
RGB
CMYK
RGB Variations
Color information
#49FF48 (or 0x49FF48) is known color: Screamin' Green. HEX triplet: 49, FF and 48. RGB value is (73,255,72). Sum of RGB (Red+Green+Blue) = 73+255+72=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF48 is #B600B7. Grayscale: #B4B4B4. Windows color (decimal): -11927736 or 4783945. OLE color: 4783945.
HSL color Cylindrical-coordinate representation of color #49FF48: hue angle of 119.67º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49FF48 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 72 | - |
| CMYK | 0.71 | 0 | 0.72 | 0 |
| HSL | 119.67º | 1% | 0.64% | - |
| HSV(B) | 119.67º | 0.72% | 1% | - |
| XYZ | 39.68 | 73.4 | 18.21 | - |
| YUV | 179.72 | 67.2 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 72 | 0.71 | 0 | 0.72 | 0 | 119.67 | 1 | 0.64 |
| Hex | 49 | FF | 48 | 47 | 0 | 48 | 0 | 78 | 64 | 40 |
| Octal | 111 | 377 | 110 | 107 | 0 | 110 | 0 | 170 | 144 | 100 |
| Binary | 1001001 | 11111111 | 1001000 | 1000111 | 0 | 1001000 | 0 | 1111000 | 1100100 | 1000000 |
Color Harmonies of #49FF48
Complementary color
Monochromatic Colors of #49FF48
Black with #49FF48
Text Example
Text Example
White with #49FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF48; }
p { color: rgb(73,255,72); }
H1.HeaderClassName
{
color: #49FF48;
}
.AnyTagClassName
{
color: #49FF48;
}
</style>
background-color css
<style>
a { background-color: #49FF48; }
a { background-color: rgb(73,255,72); }
div.DivClassName
{
background-color: #49FF48;
}
.BgClassName
{
background-color: #49FF48;
}
</style>
border-color css
<style>
span { border-color: #49FF48; }
span { border-color: rgb(73,255,72); }
td.TdClassName
{
border-color: #49FF48;
}
.TagClassName
{
border-color: #49FF48;
}
</style>