Shades of Shamrock #3BDC87
Tints of Shamrock #3BDC87
RGB
CMYK
RGB Variations
Color information
#3BDC87 (or 0x3BDC87) is known color: Shamrock. HEX triplet: 3B, DC and 87. RGB value is (59,220,135). Sum of RGB (Red+Green+Blue) = 59+220+135=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDC87 is #C42378. Grayscale: #A2A2A2. Windows color (decimal): -12854137 or 8903739. OLE color: 8903739.
HSL color Cylindrical-coordinate representation of color #3BDC87: hue angle of 148.32º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC87 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 135 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.14 |
| HSL | 148.32º | 0.7% | 0.55% | - |
| HSV(B) | 148.32º | 0.73% | 0.86% | - |
| XYZ | 31.77 | 53.87 | 31.64 | - |
| YUV | 162.17 | 112.66 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 135 | 0.73 | 0 | 0.39 | 0.14 | 148.32 | 0.7 | 0.55 |
| Hex | 3B | DC | 87 | 49 | 0 | 27 | E | 94 | 46 | 37 |
| Octal | 73 | 334 | 207 | 111 | 0 | 47 | 16 | 224 | 106 | 67 |
| Binary | 111011 | 11011100 | 10000111 | 1001001 | 0 | 100111 | 1110 | 10010100 | 1000110 | 110111 |
Color Harmonies of #3BDC87
Complementary color
Monochromatic Colors of #3BDC87
Black with #3BDC87
Text Example
Text Example
White with #3BDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC87; }
p { color: rgb(59,220,135); }
H1.HeaderClassName
{
color: #3BDC87;
}
.AnyTagClassName
{
color: #3BDC87;
}
</style>
background-color css
<style>
a { background-color: #3BDC87; }
a { background-color: rgb(59,220,135); }
div.DivClassName
{
background-color: #3BDC87;
}
.BgClassName
{
background-color: #3BDC87;
}
</style>
border-color css
<style>
span { border-color: #3BDC87; }
span { border-color: rgb(59,220,135); }
td.TdClassName
{
border-color: #3BDC87;
}
.TagClassName
{
border-color: #3BDC87;
}
</style>