Shades of Shamrock #3BD997
Tints of Shamrock #3BD997
RGB
CMYK
RGB Variations
Color information
#3BD997 (or 0x3BD997) is known color: Shamrock. HEX triplet: 3B, D9 and 97. RGB value is (59,217,151). Sum of RGB (Red+Green+Blue) = 59+217+151=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD997 is #C42668. Grayscale: #A2A2A2. Windows color (decimal): -12854889 or 9951547. OLE color: 9951547.
HSL color Cylindrical-coordinate representation of color #3BD997: hue angle of 154.94º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD997 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 151 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.15 |
| HSL | 154.94º | 0.68% | 0.54% | - |
| HSV(B) | 154.94º | 0.73% | 0.85% | - |
| XYZ | 32.2 | 52.79 | 37.77 | - |
| YUV | 162.23 | 121.65 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 151 | 0.73 | 0 | 0.30 | 0.15 | 154.94 | 0.68 | 0.54 |
| Hex | 3B | D9 | 97 | 49 | 0 | 1E | F | 9B | 44 | 36 |
| Octal | 73 | 331 | 227 | 111 | 0 | 36 | 17 | 233 | 104 | 66 |
| Binary | 111011 | 11011001 | 10010111 | 1001001 | 0 | 11110 | 1111 | 10011011 | 1000100 | 110110 |
Color Harmonies of #3BD997
Complementary color
Monochromatic Colors of #3BD997
Black with #3BD997
Text Example
Text Example
White with #3BD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD997; }
p { color: rgb(59,217,151); }
H1.HeaderClassName
{
color: #3BD997;
}
.AnyTagClassName
{
color: #3BD997;
}
</style>
background-color css
<style>
a { background-color: #3BD997; }
a { background-color: rgb(59,217,151); }
div.DivClassName
{
background-color: #3BD997;
}
.BgClassName
{
background-color: #3BD997;
}
</style>
border-color css
<style>
span { border-color: #3BD997; }
span { border-color: rgb(59,217,151); }
td.TdClassName
{
border-color: #3BD997;
}
.TagClassName
{
border-color: #3BD997;
}
</style>