Shades of Screamin' Green #49F345
Tints of Screamin' Green #49F345
RGB
CMYK
RGB Variations
Color information
#49F345 (or 0x49F345) is known color: Screamin' Green. HEX triplet: 49, F3 and 45. RGB value is (73,243,69). Sum of RGB (Red+Green+Blue) = 73+243+69=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #49F345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F345 is #B60CBA. Grayscale: #ACACAC. Windows color (decimal): -11930811 or 4584265. OLE color: 4584265.
HSL color Cylindrical-coordinate representation of color #49F345: hue angle of 118.62º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49F345 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 69 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.05 |
| HSL | 118.62º | 0.88% | 0.61% | - |
| HSV(B) | 118.62º | 0.72% | 0.95% | - |
| XYZ | 35.87 | 65.95 | 16.47 | - |
| YUV | 172.33 | 69.68 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 69 | 0.70 | 0 | 0.72 | 0.05 | 118.62 | 0.88 | 0.61 |
| Hex | 49 | F3 | 45 | 46 | 0 | 48 | 5 | 77 | 58 | 3D |
| Octal | 111 | 363 | 105 | 106 | 0 | 110 | 5 | 167 | 130 | 75 |
| Binary | 1001001 | 11110011 | 1000101 | 1000110 | 0 | 1001000 | 101 | 1110111 | 1011000 | 111101 |
Color Harmonies of #49F345
Complementary color
Monochromatic Colors of #49F345
Black with #49F345
Text Example
Text Example
White with #49F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F345; }
p { color: rgb(73,243,69); }
H1.HeaderClassName
{
color: #49F345;
}
.AnyTagClassName
{
color: #49F345;
}
</style>
background-color css
<style>
a { background-color: #49F345; }
a { background-color: rgb(73,243,69); }
div.DivClassName
{
background-color: #49F345;
}
.BgClassName
{
background-color: #49F345;
}
</style>
border-color css
<style>
span { border-color: #49F345; }
span { border-color: rgb(73,243,69); }
td.TdClassName
{
border-color: #49F345;
}
.TagClassName
{
border-color: #49F345;
}
</style>