Shades of Emerald #44FB8A
Tints of Emerald #44FB8A
RGB
CMYK
RGB Variations
Color information
#44FB8A (or 0x44FB8A) is known color: Emerald. HEX triplet: 44, FB and 8A. RGB value is (68,251,138). Sum of RGB (Red+Green+Blue) = 68+251+138=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #44FB8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FB8A is #BB0475. Grayscale: #B7B7B7. Windows color (decimal): -12256374 or 9108292. OLE color: 9108292.
HSL color Cylindrical-coordinate representation of color #44FB8A: hue angle of 142.95º 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 #44FB8A is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 138 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.02 |
| HSL | 142.95º | 0.96% | 0.63% | - |
| HSV(B) | 142.95º | 0.73% | 0.98% | - |
| XYZ | 41.47 | 72.06 | 35.77 | - |
| YUV | 183.4 | 102.37 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 138 | 0.73 | 0 | 0.45 | 0.02 | 142.95 | 0.96 | 0.63 |
| Hex | 44 | FB | 8A | 49 | 0 | 2D | 2 | 8F | 60 | 3F |
| Octal | 104 | 373 | 212 | 111 | 0 | 55 | 2 | 217 | 140 | 77 |
| Binary | 1000100 | 11111011 | 10001010 | 1001001 | 0 | 101101 | 10 | 10001111 | 1100000 | 111111 |
Color Harmonies of #44FB8A
Complementary color
Monochromatic Colors of #44FB8A
Black with #44FB8A
Text Example
Text Example
White with #44FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FB8A; }
p { color: rgb(68,251,138); }
H1.HeaderClassName
{
color: #44FB8A;
}
.AnyTagClassName
{
color: #44FB8A;
}
</style>
background-color css
<style>
a { background-color: #44FB8A; }
a { background-color: rgb(68,251,138); }
div.DivClassName
{
background-color: #44FB8A;
}
.BgClassName
{
background-color: #44FB8A;
}
</style>
border-color css
<style>
span { border-color: #44FB8A; }
span { border-color: rgb(68,251,138); }
td.TdClassName
{
border-color: #44FB8A;
}
.TagClassName
{
border-color: #44FB8A;
}
</style>