Shades of Shamrock #3BFD89
Tints of Shamrock #3BFD89
RGB
CMYK
RGB Variations
Color information
#3BFD89 (or 0x3BFD89) is known color: Shamrock. HEX triplet: 3B, FD and 89. RGB value is (59,253,137). Sum of RGB (Red+Green+Blue) = 59+253+137=449 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.14% from 449); Green value is 253 (99.22% from 255 or 56.35% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFD89 is #C40276. Grayscale: #B6B6B6. Windows color (decimal): -12845687 or 9043259. OLE color: 9043259.
HSL color Cylindrical-coordinate representation of color #3BFD89: hue angle of 144.12º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFD89 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 137 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.01 |
| HSL | 144.12º | 0.98% | 0.61% | - |
| HSV(B) | 144.12º | 0.77% | 0.99% | - |
| XYZ | 41.44 | 72.99 | 35.57 | - |
| YUV | 181.77 | 102.73 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 137 | 0.77 | 0 | 0.46 | 0.01 | 144.12 | 0.98 | 0.61 |
| Hex | 3B | FD | 89 | 4D | 0 | 2E | 1 | 90 | 62 | 3D |
| Octal | 73 | 375 | 211 | 115 | 0 | 56 | 1 | 220 | 142 | 75 |
| Binary | 111011 | 11111101 | 10001001 | 1001101 | 0 | 101110 | 1 | 10010000 | 1100010 | 111101 |
Color Harmonies of #3BFD89
Complementary color
Monochromatic Colors of #3BFD89
Black with #3BFD89
Text Example
Text Example
White with #3BFD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD89; }
p { color: rgb(59,253,137); }
H1.HeaderClassName
{
color: #3BFD89;
}
.AnyTagClassName
{
color: #3BFD89;
}
</style>
background-color css
<style>
a { background-color: #3BFD89; }
a { background-color: rgb(59,253,137); }
div.DivClassName
{
background-color: #3BFD89;
}
.BgClassName
{
background-color: #3BFD89;
}
</style>
border-color css
<style>
span { border-color: #3BFD89; }
span { border-color: rgb(59,253,137); }
td.TdClassName
{
border-color: #3BFD89;
}
.TagClassName
{
border-color: #3BFD89;
}
</style>