Shades of Shamrock #3BD985
Tints of Shamrock #3BD985
RGB
CMYK
RGB Variations
Color information
#3BD985 (or 0x3BD985) is known color: Shamrock. HEX triplet: 3B, D9 and 85. RGB value is (59,217,133). Sum of RGB (Red+Green+Blue) = 59+217+133=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD985 is #C4267A. Grayscale: #A0A0A0. Windows color (decimal): -12854907 or 8771899. OLE color: 8771899.
HSL color Cylindrical-coordinate representation of color #3BD985: hue angle of 148.1º 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 #3BD985 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 133 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.15 |
| HSL | 148.1º | 0.68% | 0.54% | - |
| HSV(B) | 148.1º | 0.73% | 0.85% | - |
| XYZ | 30.85 | 52.25 | 30.65 | - |
| YUV | 160.18 | 112.65 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 133 | 0.73 | 0 | 0.39 | 0.15 | 148.1 | 0.68 | 0.54 |
| Hex | 3B | D9 | 85 | 49 | 0 | 27 | F | 94 | 44 | 36 |
| Octal | 73 | 331 | 205 | 111 | 0 | 47 | 17 | 224 | 104 | 66 |
| Binary | 111011 | 11011001 | 10000101 | 1001001 | 0 | 100111 | 1111 | 10010100 | 1000100 | 110110 |
Color Harmonies of #3BD985
Complementary color
Monochromatic Colors of #3BD985
Black with #3BD985
Text Example
Text Example
White with #3BD985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD985; }
p { color: rgb(59,217,133); }
H1.HeaderClassName
{
color: #3BD985;
}
.AnyTagClassName
{
color: #3BD985;
}
</style>
background-color css
<style>
a { background-color: #3BD985; }
a { background-color: rgb(59,217,133); }
div.DivClassName
{
background-color: #3BD985;
}
.BgClassName
{
background-color: #3BD985;
}
</style>
border-color css
<style>
span { border-color: #3BD985; }
span { border-color: rgb(59,217,133); }
td.TdClassName
{
border-color: #3BD985;
}
.TagClassName
{
border-color: #3BD985;
}
</style>