Shades of Shamrock #3DDD8B
Tints of Shamrock #3DDD8B
RGB
CMYK
RGB Variations
Color information
#3DDD8B (or 0x3DDD8B) is known color: Shamrock. HEX triplet: 3D, DD and 8B. RGB value is (61,221,139). Sum of RGB (Red+Green+Blue) = 61+221+139=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDD8B is #C22274. Grayscale: #A3A3A3. Windows color (decimal): -12722805 or 9166141. OLE color: 9166141.
HSL color Cylindrical-coordinate representation of color #3DDD8B: hue angle of 149.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD8B is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 139 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.13 |
| HSL | 149.25º | 0.7% | 0.55% | - |
| HSV(B) | 149.25º | 0.72% | 0.87% | - |
| XYZ | 32.44 | 54.57 | 33.25 | - |
| YUV | 163.81 | 113.99 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 139 | 0.72 | 0 | 0.37 | 0.13 | 149.25 | 0.7 | 0.55 |
| Hex | 3D | DD | 8B | 48 | 0 | 25 | D | 95 | 46 | 37 |
| Octal | 75 | 335 | 213 | 110 | 0 | 45 | 15 | 225 | 106 | 67 |
| Binary | 111101 | 11011101 | 10001011 | 1001000 | 0 | 100101 | 1101 | 10010101 | 1000110 | 110111 |
Color Harmonies of #3DDD8B
Complementary color
Monochromatic Colors of #3DDD8B
Black with #3DDD8B
Text Example
Text Example
White with #3DDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD8B; }
p { color: rgb(61,221,139); }
H1.HeaderClassName
{
color: #3DDD8B;
}
.AnyTagClassName
{
color: #3DDD8B;
}
</style>
background-color css
<style>
a { background-color: #3DDD8B; }
a { background-color: rgb(61,221,139); }
div.DivClassName
{
background-color: #3DDD8B;
}
.BgClassName
{
background-color: #3DDD8B;
}
</style>
border-color css
<style>
span { border-color: #3DDD8B; }
span { border-color: rgb(61,221,139); }
td.TdClassName
{
border-color: #3DDD8B;
}
.TagClassName
{
border-color: #3DDD8B;
}
</style>