Shades of Screamin' Green #49F978
Tints of Screamin' Green #49F978
RGB
CMYK
RGB Variations
Color information
#49F978 (or 0x49F978) is known color: Screamin' Green. HEX triplet: 49, F9 and 78. RGB value is (73,249,120). Sum of RGB (Red+Green+Blue) = 73+249+120=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #49F978 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F978 is #B60687. Grayscale: #B6B6B6. Windows color (decimal): -11929224 or 7928137. OLE color: 7928137.
HSL color Cylindrical-coordinate representation of color #49F978: hue angle of 136.02º 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 #49F978 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 120 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.02 |
| HSL | 136.02º | 0.94% | 0.63% | - |
| HSV(B) | 136.02º | 0.71% | 0.98% | - |
| XYZ | 40.01 | 70.52 | 29.27 | - |
| YUV | 181.67 | 93.19 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 120 | 0.71 | 0 | 0.52 | 0.02 | 136.02 | 0.94 | 0.63 |
| Hex | 49 | F9 | 78 | 47 | 0 | 34 | 2 | 88 | 5E | 3F |
| Octal | 111 | 371 | 170 | 107 | 0 | 64 | 2 | 210 | 136 | 77 |
| Binary | 1001001 | 11111001 | 1111000 | 1000111 | 0 | 110100 | 10 | 10001000 | 1011110 | 111111 |
Color Harmonies of #49F978
Complementary color
Monochromatic Colors of #49F978
Black with #49F978
Text Example
Text Example
White with #49F978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F978; }
p { color: rgb(73,249,120); }
H1.HeaderClassName
{
color: #49F978;
}
.AnyTagClassName
{
color: #49F978;
}
</style>
background-color css
<style>
a { background-color: #49F978; }
a { background-color: rgb(73,249,120); }
div.DivClassName
{
background-color: #49F978;
}
.BgClassName
{
background-color: #49F978;
}
</style>
border-color css
<style>
span { border-color: #49F978; }
span { border-color: rgb(73,249,120); }
td.TdClassName
{
border-color: #49F978;
}
.TagClassName
{
border-color: #49F978;
}
</style>