Shades of Shamrock #36F491
Tints of Shamrock #36F491
RGB
CMYK
RGB Variations
Color information
#36F491 (or 0x36F491) is known color: Shamrock. HEX triplet: 36, F4 and 91. RGB value is (54,244,145). Sum of RGB (Red+Green+Blue) = 54+244+145=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 244 (95.70% from 255 or 55.08% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 244 - color contains mainly: green. Hex color #36F491 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F491 is #C90B6E. Grayscale: #B0B0B0. Windows color (decimal): -13175663 or 9565238. OLE color: 9565238.
HSL color Cylindrical-coordinate representation of color #36F491: hue angle of 148.74º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F491 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 244 | 145 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.04 |
| HSL | 148.74º | 0.9% | 0.58% | - |
| HSV(B) | 148.74º | 0.78% | 0.96% | - |
| XYZ | 38.98 | 67.53 | 37.77 | - |
| YUV | 175.9 | 110.55 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 244 | 145 | 0.78 | 0 | 0.41 | 0.04 | 148.74 | 0.9 | 0.58 |
| Hex | 36 | F4 | 91 | 4E | 0 | 29 | 4 | 95 | 5A | 3A |
| Octal | 66 | 364 | 221 | 116 | 0 | 51 | 4 | 225 | 132 | 72 |
| Binary | 110110 | 11110100 | 10010001 | 1001110 | 0 | 101001 | 100 | 10010101 | 1011010 | 111010 |
Color Harmonies of #36F491
Complementary color
Monochromatic Colors of #36F491
Black with #36F491
Text Example
Text Example
White with #36F491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F491; }
p { color: rgb(54,244,145); }
H1.HeaderClassName
{
color: #36F491;
}
.AnyTagClassName
{
color: #36F491;
}
</style>
background-color css
<style>
a { background-color: #36F491; }
a { background-color: rgb(54,244,145); }
div.DivClassName
{
background-color: #36F491;
}
.BgClassName
{
background-color: #36F491;
}
</style>
border-color css
<style>
span { border-color: #36F491; }
span { border-color: rgb(54,244,145); }
td.TdClassName
{
border-color: #36F491;
}
.TagClassName
{
border-color: #36F491;
}
</style>