Shades of Screamin' Green #49FE66
Tints of Screamin' Green #49FE66
RGB
CMYK
RGB Variations
Color information
#49FE66 (or 0x49FE66) is known color: Screamin' Green. HEX triplet: 49, FE and 66. RGB value is (73,254,102). Sum of RGB (Red+Green+Blue) = 73+254+102=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 254 (99.61% from 255 or 59.21% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FE66 is #B60199. Grayscale: #B6B6B6. Windows color (decimal): -11927962 or 6749769. OLE color: 6749769.
HSL color Cylindrical-coordinate representation of color #49FE66: hue angle of 129.61º 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 #49FE66 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 102 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.00 |
| HSL | 129.61º | 0.99% | 0.64% | - |
| HSV(B) | 129.61º | 0.71% | 1% | - |
| XYZ | 40.59 | 73.26 | 24.57 | - |
| YUV | 182.55 | 82.53 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 102 | 0.71 | 0 | 0.60 | 0.00 | 129.61 | 0.99 | 0.64 |
| Hex | 49 | FE | 66 | 47 | 0 | 3C | 0 | 82 | 63 | 40 |
| Octal | 111 | 376 | 146 | 107 | 0 | 74 | 0 | 202 | 143 | 100 |
| Binary | 1001001 | 11111110 | 1100110 | 1000111 | 0 | 111100 | 0 | 10000010 | 1100011 | 1000000 |
Color Harmonies of #49FE66
Complementary color
Monochromatic Colors of #49FE66
Black with #49FE66
Text Example
Text Example
White with #49FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE66; }
p { color: rgb(73,254,102); }
H1.HeaderClassName
{
color: #49FE66;
}
.AnyTagClassName
{
color: #49FE66;
}
</style>
background-color css
<style>
a { background-color: #49FE66; }
a { background-color: rgb(73,254,102); }
div.DivClassName
{
background-color: #49FE66;
}
.BgClassName
{
background-color: #49FE66;
}
</style>
border-color css
<style>
span { border-color: #49FE66; }
span { border-color: rgb(73,254,102); }
td.TdClassName
{
border-color: #49FE66;
}
.TagClassName
{
border-color: #49FE66;
}
</style>