Shades of Emerald #44FB8B
Tints of Emerald #44FB8B
RGB
CMYK
RGB Variations
Color information
#44FB8B (or 0x44FB8B) is known color: Emerald. HEX triplet: 44, FB and 8B. RGB value is (68,251,139). Sum of RGB (Red+Green+Blue) = 68+251+139=458 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.85% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #44FB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FB8B is #BB0474. Grayscale: #B7B7B7. Windows color (decimal): -12256373 or 9173828. OLE color: 9173828.
HSL color Cylindrical-coordinate representation of color #44FB8B: hue angle of 143.28º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FB8B is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 139 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.02 |
| HSL | 143.28º | 0.96% | 0.63% | - |
| HSV(B) | 143.28º | 0.73% | 0.98% | - |
| XYZ | 41.54 | 72.09 | 36.15 | - |
| YUV | 183.52 | 102.87 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 139 | 0.73 | 0 | 0.45 | 0.02 | 143.28 | 0.96 | 0.63 |
| Hex | 44 | FB | 8B | 49 | 0 | 2D | 2 | 8F | 60 | 3F |
| Octal | 104 | 373 | 213 | 111 | 0 | 55 | 2 | 217 | 140 | 77 |
| Binary | 1000100 | 11111011 | 10001011 | 1001001 | 0 | 101101 | 10 | 10001111 | 1100000 | 111111 |
Color Harmonies of #44FB8B
Complementary color
Monochromatic Colors of #44FB8B
Black with #44FB8B
Text Example
Text Example
White with #44FB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FB8B; }
p { color: rgb(68,251,139); }
H1.HeaderClassName
{
color: #44FB8B;
}
.AnyTagClassName
{
color: #44FB8B;
}
</style>
background-color css
<style>
a { background-color: #44FB8B; }
a { background-color: rgb(68,251,139); }
div.DivClassName
{
background-color: #44FB8B;
}
.BgClassName
{
background-color: #44FB8B;
}
</style>
border-color css
<style>
span { border-color: #44FB8B; }
span { border-color: rgb(68,251,139); }
td.TdClassName
{
border-color: #44FB8B;
}
.TagClassName
{
border-color: #44FB8B;
}
</style>