Shades of Screamin' Green #49FE85
Tints of Screamin' Green #49FE85
RGB
CMYK
RGB Variations
Color information
#49FE85 (or 0x49FE85) is known color: Screamin' Green. HEX triplet: 49, FE and 85. RGB value is (73,254,133). Sum of RGB (Red+Green+Blue) = 73+254+133=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FE85 is #B6017A. Grayscale: #BABABA. Windows color (decimal): -11927931 or 8781385. OLE color: 8781385.
HSL color Cylindrical-coordinate representation of color #49FE85: hue angle of 139.89º 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 #49FE85 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 133 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.00 |
| HSL | 139.89º | 0.99% | 0.64% | - |
| HSV(B) | 139.89º | 0.71% | 1% | - |
| XYZ | 42.42 | 73.99 | 34.24 | - |
| YUV | 186.09 | 98.03 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 133 | 0.71 | 0 | 0.48 | 0.00 | 139.89 | 0.99 | 0.64 |
| Hex | 49 | FE | 85 | 47 | 0 | 30 | 0 | 8C | 63 | 40 |
| Octal | 111 | 376 | 205 | 107 | 0 | 60 | 0 | 214 | 143 | 100 |
| Binary | 1001001 | 11111110 | 10000101 | 1000111 | 0 | 110000 | 0 | 10001100 | 1100011 | 1000000 |
Color Harmonies of #49FE85
Complementary color
Monochromatic Colors of #49FE85
Black with #49FE85
Text Example
Text Example
White with #49FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE85; }
p { color: rgb(73,254,133); }
H1.HeaderClassName
{
color: #49FE85;
}
.AnyTagClassName
{
color: #49FE85;
}
</style>
background-color css
<style>
a { background-color: #49FE85; }
a { background-color: rgb(73,254,133); }
div.DivClassName
{
background-color: #49FE85;
}
.BgClassName
{
background-color: #49FE85;
}
</style>
border-color css
<style>
span { border-color: #49FE85; }
span { border-color: rgb(73,254,133); }
td.TdClassName
{
border-color: #49FE85;
}
.TagClassName
{
border-color: #49FE85;
}
</style>