Shades of Shamrock #3DDA8C
Tints of Shamrock #3DDA8C
RGB
CMYK
RGB Variations
Color information
#3DDA8C (or 0x3DDA8C) is known color: Shamrock. HEX triplet: 3D, DA and 8C. RGB value is (61,218,140). Sum of RGB (Red+Green+Blue) = 61+218+140=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDA8C is #C22573. Grayscale: #A2A2A2. Windows color (decimal): -12723572 or 9230909. OLE color: 9230909.
HSL color Cylindrical-coordinate representation of color #3DDA8C: hue angle of 150.19º 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 #3DDA8C is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 140 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.15 |
| HSL | 150.19º | 0.68% | 0.55% | - |
| HSV(B) | 150.19º | 0.72% | 0.85% | - |
| XYZ | 31.73 | 53.03 | 33.37 | - |
| YUV | 162.17 | 115.49 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 140 | 0.72 | 0 | 0.36 | 0.15 | 150.19 | 0.68 | 0.55 |
| Hex | 3D | DA | 8C | 48 | 0 | 24 | F | 96 | 44 | 37 |
| Octal | 75 | 332 | 214 | 110 | 0 | 44 | 17 | 226 | 104 | 67 |
| Binary | 111101 | 11011010 | 10001100 | 1001000 | 0 | 100100 | 1111 | 10010110 | 1000100 | 110111 |
Color Harmonies of #3DDA8C
Complementary color
Monochromatic Colors of #3DDA8C
Black with #3DDA8C
Text Example
Text Example
White with #3DDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA8C; }
p { color: rgb(61,218,140); }
H1.HeaderClassName
{
color: #3DDA8C;
}
.AnyTagClassName
{
color: #3DDA8C;
}
</style>
background-color css
<style>
a { background-color: #3DDA8C; }
a { background-color: rgb(61,218,140); }
div.DivClassName
{
background-color: #3DDA8C;
}
.BgClassName
{
background-color: #3DDA8C;
}
</style>
border-color css
<style>
span { border-color: #3DDA8C; }
span { border-color: rgb(61,218,140); }
td.TdClassName
{
border-color: #3DDA8C;
}
.TagClassName
{
border-color: #3DDA8C;
}
</style>