Shades of Shamrock #3BD699
Tints of Shamrock #3BD699
RGB
CMYK
RGB Variations
Color information
#3BD699 (or 0x3BD699) is known color: Shamrock. HEX triplet: 3B, D6 and 99. RGB value is (59,214,153). Sum of RGB (Red+Green+Blue) = 59+214+153=426 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.85% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD699 is #C42966. Grayscale: #A0A0A0. Windows color (decimal): -12855655 or 10081851. OLE color: 10081851.
HSL color Cylindrical-coordinate representation of color #3BD699: hue angle of 156.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD699 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 153 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.16 |
| HSL | 156.39º | 0.65% | 0.54% | - |
| HSV(B) | 156.39º | 0.72% | 0.84% | - |
| XYZ | 31.6 | 51.32 | 38.38 | - |
| YUV | 160.7 | 123.65 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 153 | 0.72 | 0 | 0.29 | 0.16 | 156.39 | 0.65 | 0.54 |
| Hex | 3B | D6 | 99 | 48 | 0 | 1D | 10 | 9C | 41 | 36 |
| Octal | 73 | 326 | 231 | 110 | 0 | 35 | 20 | 234 | 101 | 66 |
| Binary | 111011 | 11010110 | 10011001 | 1001000 | 0 | 11101 | 10000 | 10011100 | 1000001 | 110110 |
Color Harmonies of #3BD699
Complementary color
Monochromatic Colors of #3BD699
Black with #3BD699
Text Example
Text Example
White with #3BD699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD699; }
p { color: rgb(59,214,153); }
H1.HeaderClassName
{
color: #3BD699;
}
.AnyTagClassName
{
color: #3BD699;
}
</style>
background-color css
<style>
a { background-color: #3BD699; }
a { background-color: rgb(59,214,153); }
div.DivClassName
{
background-color: #3BD699;
}
.BgClassName
{
background-color: #3BD699;
}
</style>
border-color css
<style>
span { border-color: #3BD699; }
span { border-color: rgb(59,214,153); }
td.TdClassName
{
border-color: #3BD699;
}
.TagClassName
{
border-color: #3BD699;
}
</style>