Shades of Shamrock #44CE8B
Tints of Shamrock #44CE8B
RGB
CMYK
RGB Variations
Color information
#44CE8B (or 0x44CE8B) is known color: Shamrock. HEX triplet: 44, CE and 8B. RGB value is (68,206,139). Sum of RGB (Red+Green+Blue) = 68+206+139=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CE8B is #BB3174. Grayscale: #9D9D9D. Windows color (decimal): -12267893 or 9162308. OLE color: 9162308.
HSL color Cylindrical-coordinate representation of color #44CE8B: hue angle of 150.87º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CE8B is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 139 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.19 |
| HSL | 150.87º | 0.58% | 0.54% | - |
| HSV(B) | 150.87º | 0.67% | 0.81% | - |
| XYZ | 29.12 | 47.24 | 32.01 | - |
| YUV | 157.1 | 117.78 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 139 | 0.67 | 0 | 0.33 | 0.19 | 150.87 | 0.58 | 0.54 |
| Hex | 44 | CE | 8B | 43 | 0 | 21 | 13 | 97 | 3A | 36 |
| Octal | 104 | 316 | 213 | 103 | 0 | 41 | 23 | 227 | 72 | 66 |
| Binary | 1000100 | 11001110 | 10001011 | 1000011 | 0 | 100001 | 10011 | 10010111 | 111010 | 110110 |
Color Harmonies of #44CE8B
Complementary color
Monochromatic Colors of #44CE8B
Black with #44CE8B
Text Example
Text Example
White with #44CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CE8B; }
p { color: rgb(68,206,139); }
H1.HeaderClassName
{
color: #44CE8B;
}
.AnyTagClassName
{
color: #44CE8B;
}
</style>
background-color css
<style>
a { background-color: #44CE8B; }
a { background-color: rgb(68,206,139); }
div.DivClassName
{
background-color: #44CE8B;
}
.BgClassName
{
background-color: #44CE8B;
}
</style>
border-color css
<style>
span { border-color: #44CE8B; }
span { border-color: rgb(68,206,139); }
td.TdClassName
{
border-color: #44CE8B;
}
.TagClassName
{
border-color: #44CE8B;
}
</style>