Shades of Shamrock #3DCE8E
Tints of Shamrock #3DCE8E
RGB
CMYK
RGB Variations
Color information
#3DCE8E (or 0x3DCE8E) is known color: Shamrock. HEX triplet: 3D, CE and 8E. RGB value is (61,206,142). Sum of RGB (Red+Green+Blue) = 61+206+142=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCE8E is #C23171. Grayscale: #9B9B9B. Windows color (decimal): -12726642 or 9358909. OLE color: 9358909.
HSL color Cylindrical-coordinate representation of color #3DCE8E: hue angle of 153.52º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCE8E is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 142 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.19 |
| HSL | 153.52º | 0.6% | 0.52% | - |
| HSV(B) | 153.52º | 0.7% | 0.81% | - |
| XYZ | 28.88 | 47.09 | 33.16 | - |
| YUV | 155.35 | 120.46 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 142 | 0.70 | 0 | 0.31 | 0.19 | 153.52 | 0.6 | 0.52 |
| Hex | 3D | CE | 8E | 46 | 0 | 1F | 13 | 9A | 3C | 34 |
| Octal | 75 | 316 | 216 | 106 | 0 | 37 | 23 | 232 | 74 | 64 |
| Binary | 111101 | 11001110 | 10001110 | 1000110 | 0 | 11111 | 10011 | 10011010 | 111100 | 110100 |
Color Harmonies of #3DCE8E
Complementary color
Monochromatic Colors of #3DCE8E
Black with #3DCE8E
Text Example
Text Example
White with #3DCE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE8E; }
p { color: rgb(61,206,142); }
H1.HeaderClassName
{
color: #3DCE8E;
}
.AnyTagClassName
{
color: #3DCE8E;
}
</style>
background-color css
<style>
a { background-color: #3DCE8E; }
a { background-color: rgb(61,206,142); }
div.DivClassName
{
background-color: #3DCE8E;
}
.BgClassName
{
background-color: #3DCE8E;
}
</style>
border-color css
<style>
span { border-color: #3DCE8E; }
span { border-color: rgb(61,206,142); }
td.TdClassName
{
border-color: #3DCE8E;
}
.TagClassName
{
border-color: #3DCE8E;
}
</style>