Shades of Shamrock #36FDA6
Tints of Shamrock #36FDA6
RGB
CMYK
RGB Variations
Color information
#36FDA6 (or 0x36FDA6) is known color: Shamrock. HEX triplet: 36, FD and A6. RGB value is (54,253,166). Sum of RGB (Red+Green+Blue) = 54+253+166=473 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.42% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FDA6 is #C90259. Grayscale: #B7B7B7. Windows color (decimal): -13173338 or 10943798. OLE color: 10943798.
HSL color Cylindrical-coordinate representation of color #36FDA6: hue angle of 153.77º 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 #36FDA6 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 253 | 166 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.01 |
| HSL | 153.77º | 0.98% | 0.6% | - |
| HSV(B) | 153.77º | 0.79% | 0.99% | - |
| XYZ | 43.53 | 73.79 | 48.02 | - |
| YUV | 183.58 | 118.07 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 253 | 166 | 0.79 | 0 | 0.34 | 0.01 | 153.77 | 0.98 | 0.6 |
| Hex | 36 | FD | A6 | 4F | 0 | 22 | 1 | 9A | 62 | 3C |
| Octal | 66 | 375 | 246 | 117 | 0 | 42 | 1 | 232 | 142 | 74 |
| Binary | 110110 | 11111101 | 10100110 | 1001111 | 0 | 100010 | 1 | 10011010 | 1100010 | 111100 |
Color Harmonies of #36FDA6
Complementary color
Monochromatic Colors of #36FDA6
Black with #36FDA6
Text Example
Text Example
White with #36FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FDA6; }
p { color: rgb(54,253,166); }
H1.HeaderClassName
{
color: #36FDA6;
}
.AnyTagClassName
{
color: #36FDA6;
}
</style>
background-color css
<style>
a { background-color: #36FDA6; }
a { background-color: rgb(54,253,166); }
div.DivClassName
{
background-color: #36FDA6;
}
.BgClassName
{
background-color: #36FDA6;
}
</style>
border-color css
<style>
span { border-color: #36FDA6; }
span { border-color: rgb(54,253,166); }
td.TdClassName
{
border-color: #36FDA6;
}
.TagClassName
{
border-color: #36FDA6;
}
</style>