Shades of Shamrock #3DD58D
Tints of Shamrock #3DD58D
RGB
CMYK
RGB Variations
Color information
#3DD58D (or 0x3DD58D) is known color: Shamrock. HEX triplet: 3D, D5 and 8D. RGB value is (61,213,141). Sum of RGB (Red+Green+Blue) = 61+213+141=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD58D is #C22A72. Grayscale: #9F9F9F. Windows color (decimal): -12724851 or 9295165. OLE color: 9295165.
HSL color Cylindrical-coordinate representation of color #3DD58D: hue angle of 151.58º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD58D is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 141 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.16 |
| HSL | 151.58º | 0.64% | 0.54% | - |
| HSV(B) | 151.58º | 0.71% | 0.84% | - |
| XYZ | 30.53 | 50.5 | 33.34 | - |
| YUV | 159.34 | 117.64 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 141 | 0.71 | 0 | 0.34 | 0.16 | 151.58 | 0.64 | 0.54 |
| Hex | 3D | D5 | 8D | 47 | 0 | 22 | 10 | 98 | 40 | 36 |
| Octal | 75 | 325 | 215 | 107 | 0 | 42 | 20 | 230 | 100 | 66 |
| Binary | 111101 | 11010101 | 10001101 | 1000111 | 0 | 100010 | 10000 | 10011000 | 1000000 | 110110 |
Color Harmonies of #3DD58D
Complementary color
Monochromatic Colors of #3DD58D
Black with #3DD58D
Text Example
Text Example
White with #3DD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD58D; }
p { color: rgb(61,213,141); }
H1.HeaderClassName
{
color: #3DD58D;
}
.AnyTagClassName
{
color: #3DD58D;
}
</style>
background-color css
<style>
a { background-color: #3DD58D; }
a { background-color: rgb(61,213,141); }
div.DivClassName
{
background-color: #3DD58D;
}
.BgClassName
{
background-color: #3DD58D;
}
</style>
border-color css
<style>
span { border-color: #3DD58D; }
span { border-color: rgb(61,213,141); }
td.TdClassName
{
border-color: #3DD58D;
}
.TagClassName
{
border-color: #3DD58D;
}
</style>