Shades of Shamrock #44FE95
Tints of Shamrock #44FE95
RGB
CMYK
RGB Variations
Color information
#44FE95 (or 0x44FE95) is known color: Shamrock. HEX triplet: 44, FE and 95. RGB value is (68,254,149). Sum of RGB (Red+Green+Blue) = 68+254+149=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #44FE95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FE95 is #BB016A. Grayscale: #BABABA. Windows color (decimal): -12255595 or 9829956. OLE color: 9829956.
HSL color Cylindrical-coordinate representation of color #44FE95: hue angle of 146.13º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FE95 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 149 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.00 |
| HSL | 146.13º | 0.99% | 0.63% | - |
| HSV(B) | 146.13º | 0.73% | 1% | - |
| XYZ | 43.25 | 74.28 | 40.49 | - |
| YUV | 186.42 | 106.88 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 149 | 0.73 | 0 | 0.41 | 0.00 | 146.13 | 0.99 | 0.63 |
| Hex | 44 | FE | 95 | 49 | 0 | 29 | 0 | 92 | 63 | 3F |
| Octal | 104 | 376 | 225 | 111 | 0 | 51 | 0 | 222 | 143 | 77 |
| Binary | 1000100 | 11111110 | 10010101 | 1001001 | 0 | 101001 | 0 | 10010010 | 1100011 | 111111 |
Color Harmonies of #44FE95
Complementary color
Monochromatic Colors of #44FE95
Black with #44FE95
Text Example
Text Example
White with #44FE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FE95; }
p { color: rgb(68,254,149); }
H1.HeaderClassName
{
color: #44FE95;
}
.AnyTagClassName
{
color: #44FE95;
}
</style>
background-color css
<style>
a { background-color: #44FE95; }
a { background-color: rgb(68,254,149); }
div.DivClassName
{
background-color: #44FE95;
}
.BgClassName
{
background-color: #44FE95;
}
</style>
border-color css
<style>
span { border-color: #44FE95; }
span { border-color: rgb(68,254,149); }
td.TdClassName
{
border-color: #44FE95;
}
.TagClassName
{
border-color: #44FE95;
}
</style>