Shades of Screamin' Green #49FF66
Tints of Screamin' Green #49FF66
RGB
CMYK
RGB Variations
Color information
#49FF66 (or 0x49FF66) is known color: Screamin' Green. HEX triplet: 49, FF and 66. RGB value is (73,255,102). Sum of RGB (Red+Green+Blue) = 73+255+102=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FF66 is #B60099. Grayscale: #B7B7B7. Windows color (decimal): -11927706 or 6750025. OLE color: 6750025.
HSL color Cylindrical-coordinate representation of color #49FF66: hue angle of 129.56º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FF66 is Cyan = 0.71, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 102 | - |
| CMYK | 0.71 | 0 | 0.6 | 0 |
| HSL | 129.56º | 1% | 0.64% | - |
| HSV(B) | 129.56º | 0.71% | 1% | - |
| XYZ | 40.91 | 73.9 | 24.68 | - |
| YUV | 183.14 | 82.2 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 102 | 0.71 | 0 | 0.6 | 0 | 129.56 | 1 | 0.64 |
| Hex | 49 | FF | 66 | 47 | 0 | 3C | 0 | 82 | 64 | 40 |
| Octal | 111 | 377 | 146 | 107 | 0 | 74 | 0 | 202 | 144 | 100 |
| Binary | 1001001 | 11111111 | 1100110 | 1000111 | 0 | 111100 | 0 | 10000010 | 1100100 | 1000000 |
Color Harmonies of #49FF66
Complementary color
Monochromatic Colors of #49FF66
Black with #49FF66
Text Example
Text Example
White with #49FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FF66; }
p { color: rgb(73,255,102); }
H1.HeaderClassName
{
color: #49FF66;
}
.AnyTagClassName
{
color: #49FF66;
}
</style>
background-color css
<style>
a { background-color: #49FF66; }
a { background-color: rgb(73,255,102); }
div.DivClassName
{
background-color: #49FF66;
}
.BgClassName
{
background-color: #49FF66;
}
</style>
border-color css
<style>
span { border-color: #49FF66; }
span { border-color: rgb(73,255,102); }
td.TdClassName
{
border-color: #49FF66;
}
.TagClassName
{
border-color: #49FF66;
}
</style>