Shades of Shamrock #3BD98B
Tints of Shamrock #3BD98B
RGB
CMYK
RGB Variations
Color information
#3BD98B (or 0x3BD98B) is known color: Shamrock. HEX triplet: 3B, D9 and 8B. RGB value is (59,217,139). Sum of RGB (Red+Green+Blue) = 59+217+139=415 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.22% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD98B is #C42674. Grayscale: #A1A1A1. Windows color (decimal): -12854901 or 9165115. OLE color: 9165115.
HSL color Cylindrical-coordinate representation of color #3BD98B: hue angle of 150.38º 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 #3BD98B is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 139 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.15 |
| HSL | 150.38º | 0.68% | 0.54% | - |
| HSV(B) | 150.38º | 0.73% | 0.85% | - |
| XYZ | 31.28 | 52.42 | 32.9 | - |
| YUV | 160.87 | 115.65 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 139 | 0.73 | 0 | 0.36 | 0.15 | 150.38 | 0.68 | 0.54 |
| Hex | 3B | D9 | 8B | 49 | 0 | 24 | F | 96 | 44 | 36 |
| Octal | 73 | 331 | 213 | 111 | 0 | 44 | 17 | 226 | 104 | 66 |
| Binary | 111011 | 11011001 | 10001011 | 1001001 | 0 | 100100 | 1111 | 10010110 | 1000100 | 110110 |
Color Harmonies of #3BD98B
Complementary color
Monochromatic Colors of #3BD98B
Black with #3BD98B
Text Example
Text Example
White with #3BD98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD98B; }
p { color: rgb(59,217,139); }
H1.HeaderClassName
{
color: #3BD98B;
}
.AnyTagClassName
{
color: #3BD98B;
}
</style>
background-color css
<style>
a { background-color: #3BD98B; }
a { background-color: rgb(59,217,139); }
div.DivClassName
{
background-color: #3BD98B;
}
.BgClassName
{
background-color: #3BD98B;
}
</style>
border-color css
<style>
span { border-color: #3BD98B; }
span { border-color: rgb(59,217,139); }
td.TdClassName
{
border-color: #3BD98B;
}
.TagClassName
{
border-color: #3BD98B;
}
</style>