Shades of Shamrock #3DD093
Tints of Shamrock #3DD093
RGB
CMYK
RGB Variations
Color information
#3DD093 (or 0x3DD093) is known color: Shamrock. HEX triplet: 3D, D0 and 93. RGB value is (61,208,147). Sum of RGB (Red+Green+Blue) = 61+208+147=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD093 is #C22F6C. Grayscale: #9D9D9D. Windows color (decimal): -12726125 or 9687101. OLE color: 9687101.
HSL color Cylindrical-coordinate representation of color #3DD093: hue angle of 155.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD093 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 147 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.18 |
| HSL | 155.1º | 0.61% | 0.53% | - |
| HSV(B) | 155.1º | 0.71% | 0.82% | - |
| XYZ | 29.75 | 48.21 | 35.34 | - |
| YUV | 157.09 | 122.3 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 147 | 0.71 | 0 | 0.29 | 0.18 | 155.1 | 0.61 | 0.53 |
| Hex | 3D | D0 | 93 | 47 | 0 | 1D | 12 | 9B | 3D | 35 |
| Octal | 75 | 320 | 223 | 107 | 0 | 35 | 22 | 233 | 75 | 65 |
| Binary | 111101 | 11010000 | 10010011 | 1000111 | 0 | 11101 | 10010 | 10011011 | 111101 | 110101 |
Color Harmonies of #3DD093
Complementary color
Monochromatic Colors of #3DD093
Black with #3DD093
Text Example
Text Example
White with #3DD093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD093; }
p { color: rgb(61,208,147); }
H1.HeaderClassName
{
color: #3DD093;
}
.AnyTagClassName
{
color: #3DD093;
}
</style>
background-color css
<style>
a { background-color: #3DD093; }
a { background-color: rgb(61,208,147); }
div.DivClassName
{
background-color: #3DD093;
}
.BgClassName
{
background-color: #3DD093;
}
</style>
border-color css
<style>
span { border-color: #3DD093; }
span { border-color: rgb(61,208,147); }
td.TdClassName
{
border-color: #3DD093;
}
.TagClassName
{
border-color: #3DD093;
}
</style>