Shades of Screamin' Green #49FE60
Tints of Screamin' Green #49FE60
RGB
CMYK
RGB Variations
Color information
#49FE60 (or 0x49FE60) is known color: Screamin' Green. HEX triplet: 49, FE and 60. RGB value is (73,254,96). Sum of RGB (Red+Green+Blue) = 73+254+96=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 254 (99.61% from 255 or 60.05% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FE60 is #B6019F. Grayscale: #B6B6B6. Windows color (decimal): -11927968 or 6356553. OLE color: 6356553.
HSL color Cylindrical-coordinate representation of color #49FE60: hue angle of 127.62º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FE60 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 96 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.00 |
| HSL | 127.62º | 0.99% | 0.64% | - |
| HSV(B) | 127.62º | 0.71% | 1% | - |
| XYZ | 40.3 | 73.14 | 23.06 | - |
| YUV | 181.87 | 79.53 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 96 | 0.71 | 0 | 0.62 | 0.00 | 127.62 | 0.99 | 0.64 |
| Hex | 49 | FE | 60 | 47 | 0 | 3E | 0 | 80 | 63 | 40 |
| Octal | 111 | 376 | 140 | 107 | 0 | 76 | 0 | 200 | 143 | 100 |
| Binary | 1001001 | 11111110 | 1100000 | 1000111 | 0 | 111110 | 0 | 10000000 | 1100011 | 1000000 |
Color Harmonies of #49FE60
Complementary color
Monochromatic Colors of #49FE60
Black with #49FE60
Text Example
Text Example
White with #49FE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE60; }
p { color: rgb(73,254,96); }
H1.HeaderClassName
{
color: #49FE60;
}
.AnyTagClassName
{
color: #49FE60;
}
</style>
background-color css
<style>
a { background-color: #49FE60; }
a { background-color: rgb(73,254,96); }
div.DivClassName
{
background-color: #49FE60;
}
.BgClassName
{
background-color: #49FE60;
}
</style>
border-color css
<style>
span { border-color: #49FE60; }
span { border-color: rgb(73,254,96); }
td.TdClassName
{
border-color: #49FE60;
}
.TagClassName
{
border-color: #49FE60;
}
</style>