Shades of Shamrock #36FDA2
Tints of Shamrock #36FDA2
RGB
CMYK
RGB Variations
Color information
#36FDA2 (or 0x36FDA2) is known color: Shamrock. HEX triplet: 36, FD and A2. RGB value is (54,253,162). Sum of RGB (Red+Green+Blue) = 54+253+162=469 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.51% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FDA2 is #C9025D. Grayscale: #B7B7B7. Windows color (decimal): -13173342 or 10681654. OLE color: 10681654.
HSL color Cylindrical-coordinate representation of color #36FDA2: hue angle of 152.56º 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 #36FDA2 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 253 | 162 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.01 |
| HSL | 152.56º | 0.98% | 0.6% | - |
| HSV(B) | 152.56º | 0.79% | 0.99% | - |
| XYZ | 43.17 | 73.64 | 46.12 | - |
| YUV | 183.13 | 116.07 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 253 | 162 | 0.79 | 0 | 0.36 | 0.01 | 152.56 | 0.98 | 0.6 |
| Hex | 36 | FD | A2 | 4F | 0 | 24 | 1 | 99 | 62 | 3C |
| Octal | 66 | 375 | 242 | 117 | 0 | 44 | 1 | 231 | 142 | 74 |
| Binary | 110110 | 11111101 | 10100010 | 1001111 | 0 | 100100 | 1 | 10011001 | 1100010 | 111100 |
Color Harmonies of #36FDA2
Complementary color
Monochromatic Colors of #36FDA2
Black with #36FDA2
Text Example
Text Example
White with #36FDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FDA2; }
p { color: rgb(54,253,162); }
H1.HeaderClassName
{
color: #36FDA2;
}
.AnyTagClassName
{
color: #36FDA2;
}
</style>
background-color css
<style>
a { background-color: #36FDA2; }
a { background-color: rgb(54,253,162); }
div.DivClassName
{
background-color: #36FDA2;
}
.BgClassName
{
background-color: #36FDA2;
}
</style>
border-color css
<style>
span { border-color: #36FDA2; }
span { border-color: rgb(54,253,162); }
td.TdClassName
{
border-color: #36FDA2;
}
.TagClassName
{
border-color: #36FDA2;
}
</style>