Shades of Shamrock #3DEC9E
Tints of Shamrock #3DEC9E
RGB
CMYK
RGB Variations
Color information
#3DEC9E (or 0x3DEC9E) is known color: Shamrock. HEX triplet: 3D, EC and 9E. RGB value is (61,236,158). Sum of RGB (Red+Green+Blue) = 61+236+158=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEC9E is #C21361. Grayscale: #AEAEAE. Windows color (decimal): -12718946 or 10415165. OLE color: 10415165.
HSL color Cylindrical-coordinate representation of color #3DEC9E: hue angle of 153.26º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEC9E is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 158 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.07 |
| HSL | 153.26º | 0.82% | 0.58% | - |
| HSV(B) | 153.26º | 0.74% | 0.93% | - |
| XYZ | 38.09 | 63.45 | 42.59 | - |
| YUV | 174.78 | 118.52 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 158 | 0.74 | 0 | 0.33 | 0.07 | 153.26 | 0.82 | 0.58 |
| Hex | 3D | EC | 9E | 4A | 0 | 21 | 7 | 99 | 52 | 3A |
| Octal | 75 | 354 | 236 | 112 | 0 | 41 | 7 | 231 | 122 | 72 |
| Binary | 111101 | 11101100 | 10011110 | 1001010 | 0 | 100001 | 111 | 10011001 | 1010010 | 111010 |
Color Harmonies of #3DEC9E
Complementary color
Monochromatic Colors of #3DEC9E
Black with #3DEC9E
Text Example
Text Example
White with #3DEC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC9E; }
p { color: rgb(61,236,158); }
H1.HeaderClassName
{
color: #3DEC9E;
}
.AnyTagClassName
{
color: #3DEC9E;
}
</style>
background-color css
<style>
a { background-color: #3DEC9E; }
a { background-color: rgb(61,236,158); }
div.DivClassName
{
background-color: #3DEC9E;
}
.BgClassName
{
background-color: #3DEC9E;
}
</style>
border-color css
<style>
span { border-color: #3DEC9E; }
span { border-color: rgb(61,236,158); }
td.TdClassName
{
border-color: #3DEC9E;
}
.TagClassName
{
border-color: #3DEC9E;
}
</style>