Shades of Shamrock #36F785
Tints of Shamrock #36F785
RGB
CMYK
RGB Variations
Color information
#36F785 (or 0x36F785) is known color: Shamrock. HEX triplet: 36, F7 and 85. RGB value is (54,247,133). Sum of RGB (Red+Green+Blue) = 54+247+133=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #36F785 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F785 is #C9087A. Grayscale: #B0B0B0. Windows color (decimal): -13174907 or 8779574. OLE color: 8779574.
HSL color Cylindrical-coordinate representation of color #36F785: hue angle of 144.56º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F785 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 247 | 133 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.03 |
| HSL | 144.56º | 0.92% | 0.59% | - |
| HSV(B) | 144.56º | 0.78% | 0.97% | - |
| XYZ | 39.02 | 69 | 33.45 | - |
| YUV | 176.3 | 103.56 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 247 | 133 | 0.78 | 0 | 0.46 | 0.03 | 144.56 | 0.92 | 0.59 |
| Hex | 36 | F7 | 85 | 4E | 0 | 2E | 3 | 91 | 5C | 3B |
| Octal | 66 | 367 | 205 | 116 | 0 | 56 | 3 | 221 | 134 | 73 |
| Binary | 110110 | 11110111 | 10000101 | 1001110 | 0 | 101110 | 11 | 10010001 | 1011100 | 111011 |
Color Harmonies of #36F785
Complementary color
Monochromatic Colors of #36F785
Black with #36F785
Text Example
Text Example
White with #36F785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F785; }
p { color: rgb(54,247,133); }
H1.HeaderClassName
{
color: #36F785;
}
.AnyTagClassName
{
color: #36F785;
}
</style>
background-color css
<style>
a { background-color: #36F785; }
a { background-color: rgb(54,247,133); }
div.DivClassName
{
background-color: #36F785;
}
.BgClassName
{
background-color: #36F785;
}
</style>
border-color css
<style>
span { border-color: #36F785; }
span { border-color: rgb(54,247,133); }
td.TdClassName
{
border-color: #36F785;
}
.TagClassName
{
border-color: #36F785;
}
</style>