Shades of Shamrock #44F58D
Tints of Shamrock #44F58D
RGB
CMYK
RGB Variations
Color information
#44F58D (or 0x44F58D) is known color: Shamrock. HEX triplet: 44, F5 and 8D. RGB value is (68,245,141). Sum of RGB (Red+Green+Blue) = 68+245+141=454 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.98% from 454); Green value is 245 (96.09% from 255 or 53.96% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 245 - color contains mainly: green. Hex color #44F58D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F58D is #BB0A72. Grayscale: #B4B4B4. Windows color (decimal): -12257907 or 9303364. OLE color: 9303364.
HSL color Cylindrical-coordinate representation of color #44F58D: hue angle of 144.75º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F58D is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 245 | 141 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.04 |
| HSL | 144.75º | 0.9% | 0.61% | - |
| HSV(B) | 144.75º | 0.72% | 0.96% | - |
| XYZ | 39.84 | 68.46 | 36.31 | - |
| YUV | 180.22 | 105.86 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 245 | 141 | 0.72 | 0 | 0.42 | 0.04 | 144.75 | 0.9 | 0.61 |
| Hex | 44 | F5 | 8D | 48 | 0 | 2A | 4 | 91 | 5A | 3D |
| Octal | 104 | 365 | 215 | 110 | 0 | 52 | 4 | 221 | 132 | 75 |
| Binary | 1000100 | 11110101 | 10001101 | 1001000 | 0 | 101010 | 100 | 10010001 | 1011010 | 111101 |
Color Harmonies of #44F58D
Complementary color
Monochromatic Colors of #44F58D
Black with #44F58D
Text Example
Text Example
White with #44F58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F58D; }
p { color: rgb(68,245,141); }
H1.HeaderClassName
{
color: #44F58D;
}
.AnyTagClassName
{
color: #44F58D;
}
</style>
background-color css
<style>
a { background-color: #44F58D; }
a { background-color: rgb(68,245,141); }
div.DivClassName
{
background-color: #44F58D;
}
.BgClassName
{
background-color: #44F58D;
}
</style>
border-color css
<style>
span { border-color: #44F58D; }
span { border-color: rgb(68,245,141); }
td.TdClassName
{
border-color: #44F58D;
}
.TagClassName
{
border-color: #44F58D;
}
</style>