Shades of Screamin' Green #49FB68
Tints of Screamin' Green #49FB68
RGB
CMYK
RGB Variations
Color information
#49FB68 (or 0x49FB68) is known color: Screamin' Green. HEX triplet: 49, FB and 68. RGB value is (73,251,104). Sum of RGB (Red+Green+Blue) = 73+251+104=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FB68 is #B60497. Grayscale: #B5B5B5. Windows color (decimal): -11928728 or 6880073. OLE color: 6880073.
HSL color Cylindrical-coordinate representation of color #49FB68: hue angle of 130.45º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FB68 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 104 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.02 |
| HSL | 130.45º | 0.96% | 0.64% | - |
| HSV(B) | 130.45º | 0.71% | 0.98% | - |
| XYZ | 39.74 | 71.41 | 24.79 | - |
| YUV | 181.02 | 84.53 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 104 | 0.71 | 0 | 0.59 | 0.02 | 130.45 | 0.96 | 0.64 |
| Hex | 49 | FB | 68 | 47 | 0 | 3B | 2 | 82 | 60 | 40 |
| Octal | 111 | 373 | 150 | 107 | 0 | 73 | 2 | 202 | 140 | 100 |
| Binary | 1001001 | 11111011 | 1101000 | 1000111 | 0 | 111011 | 10 | 10000010 | 1100000 | 1000000 |
Color Harmonies of #49FB68
Complementary color
Monochromatic Colors of #49FB68
Black with #49FB68
Text Example
Text Example
White with #49FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FB68; }
p { color: rgb(73,251,104); }
H1.HeaderClassName
{
color: #49FB68;
}
.AnyTagClassName
{
color: #49FB68;
}
</style>
background-color css
<style>
a { background-color: #49FB68; }
a { background-color: rgb(73,251,104); }
div.DivClassName
{
background-color: #49FB68;
}
.BgClassName
{
background-color: #49FB68;
}
</style>
border-color css
<style>
span { border-color: #49FB68; }
span { border-color: rgb(73,251,104); }
td.TdClassName
{
border-color: #49FB68;
}
.TagClassName
{
border-color: #49FB68;
}
</style>