Shades of Shamrock #3DCE8C
Tints of Shamrock #3DCE8C
RGB
CMYK
RGB Variations
Color information
#3DCE8C (or 0x3DCE8C) is known color: Shamrock. HEX triplet: 3D, CE and 8C. RGB value is (61,206,140). Sum of RGB (Red+Green+Blue) = 61+206+140=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCE8C is #C23173. Grayscale: #9B9B9B. Windows color (decimal): -12726644 or 9227837. OLE color: 9227837.
HSL color Cylindrical-coordinate representation of color #3DCE8C: hue angle of 152.69º 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 #3DCE8C is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 140 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.19 |
| HSL | 152.69º | 0.6% | 0.52% | - |
| HSV(B) | 152.69º | 0.7% | 0.81% | - |
| XYZ | 28.73 | 47.03 | 32.37 | - |
| YUV | 155.12 | 119.46 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 140 | 0.70 | 0 | 0.32 | 0.19 | 152.69 | 0.6 | 0.52 |
| Hex | 3D | CE | 8C | 46 | 0 | 20 | 13 | 99 | 3C | 34 |
| Octal | 75 | 316 | 214 | 106 | 0 | 40 | 23 | 231 | 74 | 64 |
| Binary | 111101 | 11001110 | 10001100 | 1000110 | 0 | 100000 | 10011 | 10011001 | 111100 | 110100 |
Color Harmonies of #3DCE8C
Complementary color
Monochromatic Colors of #3DCE8C
Black with #3DCE8C
Text Example
Text Example
White with #3DCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE8C; }
p { color: rgb(61,206,140); }
H1.HeaderClassName
{
color: #3DCE8C;
}
.AnyTagClassName
{
color: #3DCE8C;
}
</style>
background-color css
<style>
a { background-color: #3DCE8C; }
a { background-color: rgb(61,206,140); }
div.DivClassName
{
background-color: #3DCE8C;
}
.BgClassName
{
background-color: #3DCE8C;
}
</style>
border-color css
<style>
span { border-color: #3DCE8C; }
span { border-color: rgb(61,206,140); }
td.TdClassName
{
border-color: #3DCE8C;
}
.TagClassName
{
border-color: #3DCE8C;
}
</style>