Shades of Emerald #44F288
Tints of Emerald #44F288
RGB
CMYK
RGB Variations
Color information
#44F288 (or 0x44F288) is known color: Emerald. HEX triplet: 44, F2 and 88. RGB value is (68,242,136). Sum of RGB (Red+Green+Blue) = 68+242+136=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #44F288 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F288 is #BB0D77. Grayscale: #B2B2B2. Windows color (decimal): -12258680 or 8974916. OLE color: 8974916.
HSL color Cylindrical-coordinate representation of color #44F288: hue angle of 143.45º degrees, saturation: 0.87, 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 #44F288 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 136 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.05 |
| HSL | 143.45º | 0.87% | 0.61% | - |
| HSV(B) | 143.45º | 0.72% | 0.95% | - |
| XYZ | 38.58 | 66.51 | 34.1 | - |
| YUV | 177.89 | 104.35 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 136 | 0.72 | 0 | 0.44 | 0.05 | 143.45 | 0.87 | 0.61 |
| Hex | 44 | F2 | 88 | 48 | 0 | 2C | 5 | 8F | 57 | 3D |
| Octal | 104 | 362 | 210 | 110 | 0 | 54 | 5 | 217 | 127 | 75 |
| Binary | 1000100 | 11110010 | 10001000 | 1001000 | 0 | 101100 | 101 | 10001111 | 1010111 | 111101 |
Color Harmonies of #44F288
Complementary color
Monochromatic Colors of #44F288
Black with #44F288
Text Example
Text Example
White with #44F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F288; }
p { color: rgb(68,242,136); }
H1.HeaderClassName
{
color: #44F288;
}
.AnyTagClassName
{
color: #44F288;
}
</style>
background-color css
<style>
a { background-color: #44F288; }
a { background-color: rgb(68,242,136); }
div.DivClassName
{
background-color: #44F288;
}
.BgClassName
{
background-color: #44F288;
}
</style>
border-color css
<style>
span { border-color: #44F288; }
span { border-color: rgb(68,242,136); }
td.TdClassName
{
border-color: #44F288;
}
.TagClassName
{
border-color: #44F288;
}
</style>