Shades of Shamrock #36FA9D
Tints of Shamrock #36FA9D
RGB
CMYK
RGB Variations
Color information
#36FA9D (or 0x36FA9D) is known color: Shamrock. HEX triplet: 36, FA and 9D. RGB value is (54,250,157). Sum of RGB (Red+Green+Blue) = 54+250+157=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FA9D is #C90562. Grayscale: #B4B4B4. Windows color (decimal): -13174115 or 10353206. OLE color: 10353206.
HSL color Cylindrical-coordinate representation of color #36FA9D: hue angle of 151.53º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FA9D is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 157 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.02 |
| HSL | 151.53º | 0.95% | 0.6% | - |
| HSV(B) | 151.53º | 0.78% | 0.98% | - |
| XYZ | 41.79 | 71.59 | 43.51 | - |
| YUV | 180.79 | 114.57 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 157 | 0.78 | 0 | 0.37 | 0.02 | 151.53 | 0.95 | 0.6 |
| Hex | 36 | FA | 9D | 4E | 0 | 25 | 2 | 98 | 5F | 3C |
| Octal | 66 | 372 | 235 | 116 | 0 | 45 | 2 | 230 | 137 | 74 |
| Binary | 110110 | 11111010 | 10011101 | 1001110 | 0 | 100101 | 10 | 10011000 | 1011111 | 111100 |
Color Harmonies of #36FA9D
Complementary color
Monochromatic Colors of #36FA9D
Black with #36FA9D
Text Example
Text Example
White with #36FA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA9D; }
p { color: rgb(54,250,157); }
H1.HeaderClassName
{
color: #36FA9D;
}
.AnyTagClassName
{
color: #36FA9D;
}
</style>
background-color css
<style>
a { background-color: #36FA9D; }
a { background-color: rgb(54,250,157); }
div.DivClassName
{
background-color: #36FA9D;
}
.BgClassName
{
background-color: #36FA9D;
}
</style>
border-color css
<style>
span { border-color: #36FA9D; }
span { border-color: rgb(54,250,157); }
td.TdClassName
{
border-color: #36FA9D;
}
.TagClassName
{
border-color: #36FA9D;
}
</style>