Shades of Shamrock #36FD8D
Tints of Shamrock #36FD8D
RGB
CMYK
RGB Variations
Color information
#36FD8D (or 0x36FD8D) is known color: Shamrock. HEX triplet: 36, FD and 8D. RGB value is (54,253,141). Sum of RGB (Red+Green+Blue) = 54+253+141=448 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.05% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #36FD8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FD8D is #C90272. Grayscale: #B4B4B4. Windows color (decimal): -13173363 or 9305398. OLE color: 9305398.
HSL color Cylindrical-coordinate representation of color #36FD8D: hue angle of 146.23º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FD8D is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 253 | 141 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.01 |
| HSL | 146.23º | 0.98% | 0.6% | - |
| HSV(B) | 146.23º | 0.79% | 0.99% | - |
| XYZ | 41.45 | 72.96 | 37.1 | - |
| YUV | 180.73 | 105.57 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 253 | 141 | 0.79 | 0 | 0.44 | 0.01 | 146.23 | 0.98 | 0.6 |
| Hex | 36 | FD | 8D | 4F | 0 | 2C | 1 | 92 | 62 | 3C |
| Octal | 66 | 375 | 215 | 117 | 0 | 54 | 1 | 222 | 142 | 74 |
| Binary | 110110 | 11111101 | 10001101 | 1001111 | 0 | 101100 | 1 | 10010010 | 1100010 | 111100 |
Color Harmonies of #36FD8D
Complementary color
Monochromatic Colors of #36FD8D
Black with #36FD8D
Text Example
Text Example
White with #36FD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FD8D; }
p { color: rgb(54,253,141); }
H1.HeaderClassName
{
color: #36FD8D;
}
.AnyTagClassName
{
color: #36FD8D;
}
</style>
background-color css
<style>
a { background-color: #36FD8D; }
a { background-color: rgb(54,253,141); }
div.DivClassName
{
background-color: #36FD8D;
}
.BgClassName
{
background-color: #36FD8D;
}
</style>
border-color css
<style>
span { border-color: #36FD8D; }
span { border-color: rgb(54,253,141); }
td.TdClassName
{
border-color: #36FD8D;
}
.TagClassName
{
border-color: #36FD8D;
}
</style>