Shades of Shamrock #44F28F
Tints of Shamrock #44F28F
RGB
CMYK
RGB Variations
Color information
#44F28F (or 0x44F28F) is known color: Shamrock. HEX triplet: 44, F2 and 8F. RGB value is (68,242,143). Sum of RGB (Red+Green+Blue) = 68+242+143=453 (60% of max value = 765). Red value is 68 (26.95% from 255 or 15.01% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #44F28F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F28F is #BB0D70. Grayscale: #B2B2B2. Windows color (decimal): -12258673 or 9433668. OLE color: 9433668.
HSL color Cylindrical-coordinate representation of color #44F28F: hue angle of 145.86º 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 #44F28F is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 143 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.05 |
| HSL | 145.86º | 0.87% | 0.61% | - |
| HSV(B) | 145.86º | 0.72% | 0.95% | - |
| XYZ | 39.09 | 66.72 | 36.8 | - |
| YUV | 178.69 | 107.85 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 143 | 0.72 | 0 | 0.41 | 0.05 | 145.86 | 0.87 | 0.61 |
| Hex | 44 | F2 | 8F | 48 | 0 | 29 | 5 | 92 | 57 | 3D |
| Octal | 104 | 362 | 217 | 110 | 0 | 51 | 5 | 222 | 127 | 75 |
| Binary | 1000100 | 11110010 | 10001111 | 1001000 | 0 | 101001 | 101 | 10010010 | 1010111 | 111101 |
Color Harmonies of #44F28F
Complementary color
Monochromatic Colors of #44F28F
Black with #44F28F
Text Example
Text Example
White with #44F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F28F; }
p { color: rgb(68,242,143); }
H1.HeaderClassName
{
color: #44F28F;
}
.AnyTagClassName
{
color: #44F28F;
}
</style>
background-color css
<style>
a { background-color: #44F28F; }
a { background-color: rgb(68,242,143); }
div.DivClassName
{
background-color: #44F28F;
}
.BgClassName
{
background-color: #44F28F;
}
</style>
border-color css
<style>
span { border-color: #44F28F; }
span { border-color: rgb(68,242,143); }
td.TdClassName
{
border-color: #44F28F;
}
.TagClassName
{
border-color: #44F28F;
}
</style>