Shades of Shamrock #3DDA89
Tints of Shamrock #3DDA89
RGB
CMYK
RGB Variations
Color information
#3DDA89 (or 0x3DDA89) is known color: Shamrock. HEX triplet: 3D, DA and 89. RGB value is (61,218,137). Sum of RGB (Red+Green+Blue) = 61+218+137=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDA89 is #C22576. Grayscale: #A1A1A1. Windows color (decimal): -12723575 or 9034301. OLE color: 9034301.
HSL color Cylindrical-coordinate representation of color #3DDA89: hue angle of 149.04º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA89 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 137 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.15 |
| HSL | 149.04º | 0.68% | 0.55% | - |
| HSV(B) | 149.04º | 0.72% | 0.85% | - |
| XYZ | 31.51 | 52.94 | 32.22 | - |
| YUV | 161.82 | 113.99 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 137 | 0.72 | 0 | 0.37 | 0.15 | 149.04 | 0.68 | 0.55 |
| Hex | 3D | DA | 89 | 48 | 0 | 25 | F | 95 | 44 | 37 |
| Octal | 75 | 332 | 211 | 110 | 0 | 45 | 17 | 225 | 104 | 67 |
| Binary | 111101 | 11011010 | 10001001 | 1001000 | 0 | 100101 | 1111 | 10010101 | 1000100 | 110111 |
Color Harmonies of #3DDA89
Complementary color
Monochromatic Colors of #3DDA89
Black with #3DDA89
Text Example
Text Example
White with #3DDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA89; }
p { color: rgb(61,218,137); }
H1.HeaderClassName
{
color: #3DDA89;
}
.AnyTagClassName
{
color: #3DDA89;
}
</style>
background-color css
<style>
a { background-color: #3DDA89; }
a { background-color: rgb(61,218,137); }
div.DivClassName
{
background-color: #3DDA89;
}
.BgClassName
{
background-color: #3DDA89;
}
</style>
border-color css
<style>
span { border-color: #3DDA89; }
span { border-color: rgb(61,218,137); }
td.TdClassName
{
border-color: #3DDA89;
}
.TagClassName
{
border-color: #3DDA89;
}
</style>