Shades of Shamrock #3BD484
Tints of Shamrock #3BD484
RGB
CMYK
RGB Variations
Color information
#3BD484 (or 0x3BD484) is known color: Shamrock. HEX triplet: 3B, D4 and 84. RGB value is (59,212,132). Sum of RGB (Red+Green+Blue) = 59+212+132=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD484 is #C42B7B. Grayscale: #9D9D9D. Windows color (decimal): -12856188 or 8705083. OLE color: 8705083.
HSL color Cylindrical-coordinate representation of color #3BD484: hue angle of 148.63º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD484 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 132 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.17 |
| HSL | 148.63º | 0.64% | 0.53% | - |
| HSV(B) | 148.63º | 0.72% | 0.83% | - |
| XYZ | 29.51 | 49.68 | 29.86 | - |
| YUV | 157.13 | 113.81 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 132 | 0.72 | 0 | 0.38 | 0.17 | 148.63 | 0.64 | 0.53 |
| Hex | 3B | D4 | 84 | 48 | 0 | 26 | 11 | 95 | 40 | 35 |
| Octal | 73 | 324 | 204 | 110 | 0 | 46 | 21 | 225 | 100 | 65 |
| Binary | 111011 | 11010100 | 10000100 | 1001000 | 0 | 100110 | 10001 | 10010101 | 1000000 | 110101 |
Color Harmonies of #3BD484
Complementary color
Monochromatic Colors of #3BD484
Black with #3BD484
Text Example
Text Example
White with #3BD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD484; }
p { color: rgb(59,212,132); }
H1.HeaderClassName
{
color: #3BD484;
}
.AnyTagClassName
{
color: #3BD484;
}
</style>
background-color css
<style>
a { background-color: #3BD484; }
a { background-color: rgb(59,212,132); }
div.DivClassName
{
background-color: #3BD484;
}
.BgClassName
{
background-color: #3BD484;
}
</style>
border-color css
<style>
span { border-color: #3BD484; }
span { border-color: rgb(59,212,132); }
td.TdClassName
{
border-color: #3BD484;
}
.TagClassName
{
border-color: #3BD484;
}
</style>