Shades of Emerald #44FB8C
Tints of Emerald #44FB8C
RGB
CMYK
RGB Variations
Color information
#44FB8C (or 0x44FB8C) is known color: Emerald. HEX triplet: 44, FB and 8C. RGB value is (68,251,140). Sum of RGB (Red+Green+Blue) = 68+251+140=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #44FB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FB8C is #BB0473. Grayscale: #B7B7B7. Windows color (decimal): -12256372 or 9239364. OLE color: 9239364.
HSL color Cylindrical-coordinate representation of color #44FB8C: hue angle of 143.61º 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 #44FB8C is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 140 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.02 |
| HSL | 143.61º | 0.96% | 0.63% | - |
| HSV(B) | 143.61º | 0.73% | 0.98% | - |
| XYZ | 41.61 | 72.12 | 36.54 | - |
| YUV | 183.63 | 103.37 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 140 | 0.73 | 0 | 0.44 | 0.02 | 143.61 | 0.96 | 0.63 |
| Hex | 44 | FB | 8C | 49 | 0 | 2C | 2 | 90 | 60 | 3F |
| Octal | 104 | 373 | 214 | 111 | 0 | 54 | 2 | 220 | 140 | 77 |
| Binary | 1000100 | 11111011 | 10001100 | 1001001 | 0 | 101100 | 10 | 10010000 | 1100000 | 111111 |
Color Harmonies of #44FB8C
Complementary color
Monochromatic Colors of #44FB8C
Black with #44FB8C
Text Example
Text Example
White with #44FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FB8C; }
p { color: rgb(68,251,140); }
H1.HeaderClassName
{
color: #44FB8C;
}
.AnyTagClassName
{
color: #44FB8C;
}
</style>
background-color css
<style>
a { background-color: #44FB8C; }
a { background-color: rgb(68,251,140); }
div.DivClassName
{
background-color: #44FB8C;
}
.BgClassName
{
background-color: #44FB8C;
}
</style>
border-color css
<style>
span { border-color: #44FB8C; }
span { border-color: rgb(68,251,140); }
td.TdClassName
{
border-color: #44FB8C;
}
.TagClassName
{
border-color: #44FB8C;
}
</style>