Shades of Screamin' Green #49FA66
Tints of Screamin' Green #49FA66
RGB
CMYK
RGB Variations
Color information
#49FA66 (or 0x49FA66) is known color: Screamin' Green. HEX triplet: 49, FA and 66. RGB value is (73,250,102). Sum of RGB (Red+Green+Blue) = 73+250+102=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FA66 is #B60599. Grayscale: #B4B4B4. Windows color (decimal): -11928986 or 6748745. OLE color: 6748745.
HSL color Cylindrical-coordinate representation of color #49FA66: hue angle of 129.83º degrees, saturation: 0.95, 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 #49FA66 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 102 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.02 |
| HSL | 129.83º | 0.95% | 0.63% | - |
| HSV(B) | 129.83º | 0.71% | 0.98% | - |
| XYZ | 39.33 | 70.75 | 24.15 | - |
| YUV | 180.21 | 83.86 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 102 | 0.71 | 0 | 0.59 | 0.02 | 129.83 | 0.95 | 0.63 |
| Hex | 49 | FA | 66 | 47 | 0 | 3B | 2 | 82 | 5F | 3F |
| Octal | 111 | 372 | 146 | 107 | 0 | 73 | 2 | 202 | 137 | 77 |
| Binary | 1001001 | 11111010 | 1100110 | 1000111 | 0 | 111011 | 10 | 10000010 | 1011111 | 111111 |
Color Harmonies of #49FA66
Complementary color
Monochromatic Colors of #49FA66
Black with #49FA66
Text Example
Text Example
White with #49FA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FA66; }
p { color: rgb(73,250,102); }
H1.HeaderClassName
{
color: #49FA66;
}
.AnyTagClassName
{
color: #49FA66;
}
</style>
background-color css
<style>
a { background-color: #49FA66; }
a { background-color: rgb(73,250,102); }
div.DivClassName
{
background-color: #49FA66;
}
.BgClassName
{
background-color: #49FA66;
}
</style>
border-color css
<style>
span { border-color: #49FA66; }
span { border-color: rgb(73,250,102); }
td.TdClassName
{
border-color: #49FA66;
}
.TagClassName
{
border-color: #49FA66;
}
</style>