Shades of Shamrock #3BD98F
Tints of Shamrock #3BD98F
RGB
CMYK
RGB Variations
Color information
#3BD98F (or 0x3BD98F) is known color: Shamrock. HEX triplet: 3B, D9 and 8F. RGB value is (59,217,143). Sum of RGB (Red+Green+Blue) = 59+217+143=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD98F is #C42670. Grayscale: #A1A1A1. Windows color (decimal): -12854897 or 9427259. OLE color: 9427259.
HSL color Cylindrical-coordinate representation of color #3BD98F: hue angle of 151.9º 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 #3BD98F is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 143 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.15 |
| HSL | 151.9º | 0.68% | 0.54% | - |
| HSV(B) | 151.9º | 0.73% | 0.85% | - |
| XYZ | 31.57 | 52.54 | 34.46 | - |
| YUV | 161.32 | 117.65 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 143 | 0.73 | 0 | 0.34 | 0.15 | 151.9 | 0.68 | 0.54 |
| Hex | 3B | D9 | 8F | 49 | 0 | 22 | F | 98 | 44 | 36 |
| Octal | 73 | 331 | 217 | 111 | 0 | 42 | 17 | 230 | 104 | 66 |
| Binary | 111011 | 11011001 | 10001111 | 1001001 | 0 | 100010 | 1111 | 10011000 | 1000100 | 110110 |
Color Harmonies of #3BD98F
Complementary color
Monochromatic Colors of #3BD98F
Black with #3BD98F
Text Example
Text Example
White with #3BD98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD98F; }
p { color: rgb(59,217,143); }
H1.HeaderClassName
{
color: #3BD98F;
}
.AnyTagClassName
{
color: #3BD98F;
}
</style>
background-color css
<style>
a { background-color: #3BD98F; }
a { background-color: rgb(59,217,143); }
div.DivClassName
{
background-color: #3BD98F;
}
.BgClassName
{
background-color: #3BD98F;
}
</style>
border-color css
<style>
span { border-color: #3BD98F; }
span { border-color: rgb(59,217,143); }
td.TdClassName
{
border-color: #3BD98F;
}
.TagClassName
{
border-color: #3BD98F;
}
</style>