Shades of Emerald #44F880
Tints of Emerald #44F880
RGB
CMYK
RGB Variations
Color information
#44F880 (or 0x44F880) is known color: Emerald. HEX triplet: 44, F8 and 80. RGB value is (68,248,128). Sum of RGB (Red+Green+Blue) = 68+248+128=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 248 (97.27% from 255 or 55.86% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 248 - color contains mainly: green. Hex color #44F880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F880 is #BB077F. Grayscale: #B4B4B4. Windows color (decimal): -12257152 or 8452164. OLE color: 8452164.
HSL color Cylindrical-coordinate representation of color #44F880: hue angle of 140º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F880 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 248 | 128 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.03 |
| HSL | 140º | 0.93% | 0.62% | - |
| HSV(B) | 140º | 0.73% | 0.97% | - |
| XYZ | 39.85 | 69.92 | 31.82 | - |
| YUV | 180.5 | 98.37 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 248 | 128 | 0.73 | 0 | 0.48 | 0.03 | 140 | 0.93 | 0.62 |
| Hex | 44 | F8 | 80 | 49 | 0 | 30 | 3 | 8C | 5D | 3E |
| Octal | 104 | 370 | 200 | 111 | 0 | 60 | 3 | 214 | 135 | 76 |
| Binary | 1000100 | 11111000 | 10000000 | 1001001 | 0 | 110000 | 11 | 10001100 | 1011101 | 111110 |
Color Harmonies of #44F880
Complementary color
Monochromatic Colors of #44F880
Black with #44F880
Text Example
Text Example
White with #44F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F880; }
p { color: rgb(68,248,128); }
H1.HeaderClassName
{
color: #44F880;
}
.AnyTagClassName
{
color: #44F880;
}
</style>
background-color css
<style>
a { background-color: #44F880; }
a { background-color: rgb(68,248,128); }
div.DivClassName
{
background-color: #44F880;
}
.BgClassName
{
background-color: #44F880;
}
</style>
border-color css
<style>
span { border-color: #44F880; }
span { border-color: rgb(68,248,128); }
td.TdClassName
{
border-color: #44F880;
}
.TagClassName
{
border-color: #44F880;
}
</style>