Shades of Emerald #44F175
Tints of Emerald #44F175
RGB
CMYK
RGB Variations
Color information
#44F175 (or 0x44F175) is known color: Emerald. HEX triplet: 44, F1 and 75. RGB value is (68,241,117). Sum of RGB (Red+Green+Blue) = 68+241+117=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #44F175 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44F175 is #BB0E8A. Grayscale: #AFAFAF. Windows color (decimal): -12258955 or 7729476. OLE color: 7729476.
HSL color Cylindrical-coordinate representation of color #44F175: hue angle of 136.99º 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 #44F175 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 241 | 117 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.05 |
| HSL | 136.99º | 0.86% | 0.61% | - |
| HSV(B) | 136.99º | 0.72% | 0.95% | - |
| XYZ | 37.05 | 65.42 | 27.5 | - |
| YUV | 175.14 | 95.19 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 241 | 117 | 0.72 | 0 | 0.51 | 0.05 | 136.99 | 0.86 | 0.61 |
| Hex | 44 | F1 | 75 | 48 | 0 | 33 | 5 | 89 | 56 | 3D |
| Octal | 104 | 361 | 165 | 110 | 0 | 63 | 5 | 211 | 126 | 75 |
| Binary | 1000100 | 11110001 | 1110101 | 1001000 | 0 | 110011 | 101 | 10001001 | 1010110 | 111101 |
Color Harmonies of #44F175
Complementary color
Monochromatic Colors of #44F175
Black with #44F175
Text Example
Text Example
White with #44F175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F175; }
p { color: rgb(68,241,117); }
H1.HeaderClassName
{
color: #44F175;
}
.AnyTagClassName
{
color: #44F175;
}
</style>
background-color css
<style>
a { background-color: #44F175; }
a { background-color: rgb(68,241,117); }
div.DivClassName
{
background-color: #44F175;
}
.BgClassName
{
background-color: #44F175;
}
</style>
border-color css
<style>
span { border-color: #44F175; }
span { border-color: rgb(68,241,117); }
td.TdClassName
{
border-color: #44F175;
}
.TagClassName
{
border-color: #44F175;
}
</style>