Shades of Screamin' Green #49F96C
Tints of Screamin' Green #49F96C
RGB
CMYK
RGB Variations
Color information
#49F96C (or 0x49F96C) is known color: Screamin' Green. HEX triplet: 49, F9 and 6C. RGB value is (73,249,108). Sum of RGB (Red+Green+Blue) = 73+249+108=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #49F96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F96C is #B60693. Grayscale: #B4B4B4. Windows color (decimal): -11929236 or 7141705. OLE color: 7141705.
HSL color Cylindrical-coordinate representation of color #49F96C: hue angle of 131.93º 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 #49F96C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 108 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.02 |
| HSL | 131.93º | 0.94% | 0.63% | - |
| HSV(B) | 131.93º | 0.71% | 0.98% | - |
| XYZ | 39.33 | 70.25 | 25.67 | - |
| YUV | 180.3 | 87.19 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 108 | 0.71 | 0 | 0.57 | 0.02 | 131.93 | 0.94 | 0.63 |
| Hex | 49 | F9 | 6C | 47 | 0 | 39 | 2 | 84 | 5E | 3F |
| Octal | 111 | 371 | 154 | 107 | 0 | 71 | 2 | 204 | 136 | 77 |
| Binary | 1001001 | 11111001 | 1101100 | 1000111 | 0 | 111001 | 10 | 10000100 | 1011110 | 111111 |
Color Harmonies of #49F96C
Complementary color
Monochromatic Colors of #49F96C
Black with #49F96C
Text Example
Text Example
White with #49F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F96C; }
p { color: rgb(73,249,108); }
H1.HeaderClassName
{
color: #49F96C;
}
.AnyTagClassName
{
color: #49F96C;
}
</style>
background-color css
<style>
a { background-color: #49F96C; }
a { background-color: rgb(73,249,108); }
div.DivClassName
{
background-color: #49F96C;
}
.BgClassName
{
background-color: #49F96C;
}
</style>
border-color css
<style>
span { border-color: #49F96C; }
span { border-color: rgb(73,249,108); }
td.TdClassName
{
border-color: #49F96C;
}
.TagClassName
{
border-color: #49F96C;
}
</style>