Shades of Shamrock #36FA86
Tints of Shamrock #36FA86
RGB
CMYK
RGB Variations
Color information
#36FA86 (or 0x36FA86) is known color: Shamrock. HEX triplet: 36, FA and 86. RGB value is (54,250,134). Sum of RGB (Red+Green+Blue) = 54+250+134=438 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.33% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FA86 is #C90579. Grayscale: #B2B2B2. Windows color (decimal): -13174138 or 8845878. OLE color: 8845878.
HSL color Cylindrical-coordinate representation of color #36FA86: hue angle of 144.49º 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 #36FA86 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 134 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.02 |
| HSL | 144.49º | 0.95% | 0.6% | - |
| HSV(B) | 144.49º | 0.78% | 0.98% | - |
| XYZ | 40.01 | 70.88 | 34.13 | - |
| YUV | 178.17 | 103.07 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 134 | 0.78 | 0 | 0.46 | 0.02 | 144.49 | 0.95 | 0.6 |
| Hex | 36 | FA | 86 | 4E | 0 | 2E | 2 | 90 | 5F | 3C |
| Octal | 66 | 372 | 206 | 116 | 0 | 56 | 2 | 220 | 137 | 74 |
| Binary | 110110 | 11111010 | 10000110 | 1001110 | 0 | 101110 | 10 | 10010000 | 1011111 | 111100 |
Color Harmonies of #36FA86
Complementary color
Monochromatic Colors of #36FA86
Black with #36FA86
Text Example
Text Example
White with #36FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA86; }
p { color: rgb(54,250,134); }
H1.HeaderClassName
{
color: #36FA86;
}
.AnyTagClassName
{
color: #36FA86;
}
</style>
background-color css
<style>
a { background-color: #36FA86; }
a { background-color: rgb(54,250,134); }
div.DivClassName
{
background-color: #36FA86;
}
.BgClassName
{
background-color: #36FA86;
}
</style>
border-color css
<style>
span { border-color: #36FA86; }
span { border-color: rgb(54,250,134); }
td.TdClassName
{
border-color: #36FA86;
}
.TagClassName
{
border-color: #36FA86;
}
</style>