Shades of Screamin' Green #49FE46
Tints of Screamin' Green #49FE46
RGB
CMYK
RGB Variations
Color information
#49FE46 (or 0x49FE46) is known color: Screamin' Green. HEX triplet: 49, FE and 46. RGB value is (73,254,70). Sum of RGB (Red+Green+Blue) = 73+254+70=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 254 (99.61% from 255 or 63.98% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FE46 is #B601B9. Grayscale: #B3B3B3. Windows color (decimal): -11927994 or 4652617. OLE color: 4652617.
HSL color Cylindrical-coordinate representation of color #49FE46: hue angle of 119.02º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49FE46 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 70 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.00 |
| HSL | 119.02º | 0.99% | 0.64% | - |
| HSV(B) | 119.02º | 0.72% | 1% | - |
| XYZ | 39.29 | 72.74 | 17.76 | - |
| YUV | 178.91 | 66.53 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 70 | 0.71 | 0 | 0.72 | 0.00 | 119.02 | 0.99 | 0.64 |
| Hex | 49 | FE | 46 | 47 | 0 | 48 | 0 | 77 | 63 | 40 |
| Octal | 111 | 376 | 106 | 107 | 0 | 110 | 0 | 167 | 143 | 100 |
| Binary | 1001001 | 11111110 | 1000110 | 1000111 | 0 | 1001000 | 0 | 1110111 | 1100011 | 1000000 |
Color Harmonies of #49FE46
Complementary color
Monochromatic Colors of #49FE46
Black with #49FE46
Text Example
Text Example
White with #49FE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE46; }
p { color: rgb(73,254,70); }
H1.HeaderClassName
{
color: #49FE46;
}
.AnyTagClassName
{
color: #49FE46;
}
</style>
background-color css
<style>
a { background-color: #49FE46; }
a { background-color: rgb(73,254,70); }
div.DivClassName
{
background-color: #49FE46;
}
.BgClassName
{
background-color: #49FE46;
}
</style>
border-color css
<style>
span { border-color: #49FE46; }
span { border-color: rgb(73,254,70); }
td.TdClassName
{
border-color: #49FE46;
}
.TagClassName
{
border-color: #49FE46;
}
</style>