Shades of Shamrock #44FA99
Tints of Shamrock #44FA99
RGB
CMYK
RGB Variations
Color information
#44FA99 (or 0x44FA99) is known color: Shamrock. HEX triplet: 44, FA and 99. RGB value is (68,250,153). Sum of RGB (Red+Green+Blue) = 68+250+153=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #44FA99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FA99 is #BB0566. Grayscale: #B8B8B8. Windows color (decimal): -12256615 or 10091076. OLE color: 10091076.
HSL color Cylindrical-coordinate representation of color #44FA99: hue angle of 148.02º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FA99 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 153 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.02 |
| HSL | 148.02º | 0.95% | 0.62% | - |
| HSV(B) | 148.02º | 0.73% | 0.98% | - |
| XYZ | 42.32 | 71.9 | 41.78 | - |
| YUV | 184.52 | 110.2 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 153 | 0.73 | 0 | 0.39 | 0.02 | 148.02 | 0.95 | 0.62 |
| Hex | 44 | FA | 99 | 49 | 0 | 27 | 2 | 94 | 5F | 3E |
| Octal | 104 | 372 | 231 | 111 | 0 | 47 | 2 | 224 | 137 | 76 |
| Binary | 1000100 | 11111010 | 10011001 | 1001001 | 0 | 100111 | 10 | 10010100 | 1011111 | 111110 |
Color Harmonies of #44FA99
Complementary color
Monochromatic Colors of #44FA99
Black with #44FA99
Text Example
Text Example
White with #44FA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FA99; }
p { color: rgb(68,250,153); }
H1.HeaderClassName
{
color: #44FA99;
}
.AnyTagClassName
{
color: #44FA99;
}
</style>
background-color css
<style>
a { background-color: #44FA99; }
a { background-color: rgb(68,250,153); }
div.DivClassName
{
background-color: #44FA99;
}
.BgClassName
{
background-color: #44FA99;
}
</style>
border-color css
<style>
span { border-color: #44FA99; }
span { border-color: rgb(68,250,153); }
td.TdClassName
{
border-color: #44FA99;
}
.TagClassName
{
border-color: #44FA99;
}
</style>