Shades of Shamrock #3BDD96
Tints of Shamrock #3BDD96
RGB
CMYK
RGB Variations
Color information
#3BDD96 (or 0x3BDD96) is known color: Shamrock. HEX triplet: 3B, DD and 96. RGB value is (59,221,150). Sum of RGB (Red+Green+Blue) = 59+221+150=430 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.72% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDD96 is #C42269. Grayscale: #A4A4A4. Windows color (decimal): -12853866 or 9887035. OLE color: 9887035.
HSL color Cylindrical-coordinate representation of color #3BDD96: hue angle of 153.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD96 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 150 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.13 |
| HSL | 153.7º | 0.7% | 0.55% | - |
| HSV(B) | 153.7º | 0.73% | 0.87% | - |
| XYZ | 33.17 | 54.84 | 37.69 | - |
| YUV | 164.47 | 119.83 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 150 | 0.73 | 0 | 0.32 | 0.13 | 153.7 | 0.7 | 0.55 |
| Hex | 3B | DD | 96 | 49 | 0 | 20 | D | 9A | 46 | 37 |
| Octal | 73 | 335 | 226 | 111 | 0 | 40 | 15 | 232 | 106 | 67 |
| Binary | 111011 | 11011101 | 10010110 | 1001001 | 0 | 100000 | 1101 | 10011010 | 1000110 | 110111 |
Color Harmonies of #3BDD96
Complementary color
Monochromatic Colors of #3BDD96
Black with #3BDD96
Text Example
Text Example
White with #3BDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD96; }
p { color: rgb(59,221,150); }
H1.HeaderClassName
{
color: #3BDD96;
}
.AnyTagClassName
{
color: #3BDD96;
}
</style>
background-color css
<style>
a { background-color: #3BDD96; }
a { background-color: rgb(59,221,150); }
div.DivClassName
{
background-color: #3BDD96;
}
.BgClassName
{
background-color: #3BDD96;
}
</style>
border-color css
<style>
span { border-color: #3BDD96; }
span { border-color: rgb(59,221,150); }
td.TdClassName
{
border-color: #3BDD96;
}
.TagClassName
{
border-color: #3BDD96;
}
</style>