Shades of Shamrock #3BDC95
Tints of Shamrock #3BDC95
RGB
CMYK
RGB Variations
Color information
#3BDC95 (or 0x3BDC95) is known color: Shamrock. HEX triplet: 3B, DC and 95. RGB value is (59,220,149). Sum of RGB (Red+Green+Blue) = 59+220+149=428 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.79% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDC95 is #C4236A. Grayscale: #A3A3A3. Windows color (decimal): -12854123 or 9821243. OLE color: 9821243.
HSL color Cylindrical-coordinate representation of color #3BDC95: hue angle of 153.54º 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 #3BDC95 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 149 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.14 |
| HSL | 153.54º | 0.7% | 0.55% | - |
| HSV(B) | 153.54º | 0.73% | 0.86% | - |
| XYZ | 32.82 | 54.29 | 37.18 | - |
| YUV | 163.77 | 119.66 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 149 | 0.73 | 0 | 0.32 | 0.14 | 153.54 | 0.7 | 0.55 |
| Hex | 3B | DC | 95 | 49 | 0 | 20 | E | 9A | 46 | 37 |
| Octal | 73 | 334 | 225 | 111 | 0 | 40 | 16 | 232 | 106 | 67 |
| Binary | 111011 | 11011100 | 10010101 | 1001001 | 0 | 100000 | 1110 | 10011010 | 1000110 | 110111 |
Color Harmonies of #3BDC95
Complementary color
Monochromatic Colors of #3BDC95
Black with #3BDC95
Text Example
Text Example
White with #3BDC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC95; }
p { color: rgb(59,220,149); }
H1.HeaderClassName
{
color: #3BDC95;
}
.AnyTagClassName
{
color: #3BDC95;
}
</style>
background-color css
<style>
a { background-color: #3BDC95; }
a { background-color: rgb(59,220,149); }
div.DivClassName
{
background-color: #3BDC95;
}
.BgClassName
{
background-color: #3BDC95;
}
</style>
border-color css
<style>
span { border-color: #3BDC95; }
span { border-color: rgb(59,220,149); }
td.TdClassName
{
border-color: #3BDC95;
}
.TagClassName
{
border-color: #3BDC95;
}
</style>