Shades of Emerald #44F18C
Tints of Emerald #44F18C
RGB
CMYK
RGB Variations
Color information
#44F18C (or 0x44F18C) is known color: Emerald. HEX triplet: 44, F1 and 8C. RGB value is (68,241,140). Sum of RGB (Red+Green+Blue) = 68+241+140=449 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.14% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #44F18C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F18C is #BB0E73. Grayscale: #B1B1B1. Windows color (decimal): -12258932 or 9236804. OLE color: 9236804.
HSL color Cylindrical-coordinate representation of color #44F18C: hue angle of 144.97º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F18C is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 241 | 140 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.05 |
| HSL | 144.97º | 0.86% | 0.61% | - |
| HSV(B) | 144.97º | 0.72% | 0.95% | - |
| XYZ | 38.57 | 66.03 | 35.52 | - |
| YUV | 177.76 | 106.69 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 241 | 140 | 0.72 | 0 | 0.42 | 0.05 | 144.97 | 0.86 | 0.61 |
| Hex | 44 | F1 | 8C | 48 | 0 | 2A | 5 | 91 | 56 | 3D |
| Octal | 104 | 361 | 214 | 110 | 0 | 52 | 5 | 221 | 126 | 75 |
| Binary | 1000100 | 11110001 | 10001100 | 1001000 | 0 | 101010 | 101 | 10010001 | 1010110 | 111101 |
Color Harmonies of #44F18C
Complementary color
Monochromatic Colors of #44F18C
Black with #44F18C
Text Example
Text Example
White with #44F18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F18C; }
p { color: rgb(68,241,140); }
H1.HeaderClassName
{
color: #44F18C;
}
.AnyTagClassName
{
color: #44F18C;
}
</style>
background-color css
<style>
a { background-color: #44F18C; }
a { background-color: rgb(68,241,140); }
div.DivClassName
{
background-color: #44F18C;
}
.BgClassName
{
background-color: #44F18C;
}
</style>
border-color css
<style>
span { border-color: #44F18C; }
span { border-color: rgb(68,241,140); }
td.TdClassName
{
border-color: #44F18C;
}
.TagClassName
{
border-color: #44F18C;
}
</style>