Shades of Shamrock #3DE5A7
Tints of Shamrock #3DE5A7
RGB
CMYK
RGB Variations
Color information
#3DE5A7 (or 0x3DE5A7) is known color: Shamrock. HEX triplet: 3D, E5 and A7. RGB value is (61,229,167). Sum of RGB (Red+Green+Blue) = 61+229+167=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE5A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DE5A7 is #C21A58. Grayscale: #ABABAB. Windows color (decimal): -12720729 or 11003197. OLE color: 11003197.
HSL color Cylindrical-coordinate representation of color #3DE5A7: hue angle of 157.86º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE5A7 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 229 | 167 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.10 |
| HSL | 157.86º | 0.76% | 0.57% | - |
| HSV(B) | 157.86º | 0.73% | 0.9% | - |
| XYZ | 36.92 | 59.82 | 46.16 | - |
| YUV | 171.7 | 125.34 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 229 | 167 | 0.73 | 0 | 0.27 | 0.10 | 157.86 | 0.76 | 0.57 |
| Hex | 3D | E5 | A7 | 49 | 0 | 1B | A | 9E | 4C | 39 |
| Octal | 75 | 345 | 247 | 111 | 0 | 33 | 12 | 236 | 114 | 71 |
| Binary | 111101 | 11100101 | 10100111 | 1001001 | 0 | 11011 | 1010 | 10011110 | 1001100 | 111001 |
Color Harmonies of #3DE5A7
Complementary color
Monochromatic Colors of #3DE5A7
Black with #3DE5A7
Text Example
Text Example
White with #3DE5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE5A7; }
p { color: rgb(61,229,167); }
H1.HeaderClassName
{
color: #3DE5A7;
}
.AnyTagClassName
{
color: #3DE5A7;
}
</style>
background-color css
<style>
a { background-color: #3DE5A7; }
a { background-color: rgb(61,229,167); }
div.DivClassName
{
background-color: #3DE5A7;
}
.BgClassName
{
background-color: #3DE5A7;
}
</style>
border-color css
<style>
span { border-color: #3DE5A7; }
span { border-color: rgb(61,229,167); }
td.TdClassName
{
border-color: #3DE5A7;
}
.TagClassName
{
border-color: #3DE5A7;
}
</style>