Shades of Shamrock #3DCC8C
Tints of Shamrock #3DCC8C
RGB
CMYK
RGB Variations
Color information
#3DCC8C (or 0x3DCC8C) is known color: Shamrock. HEX triplet: 3D, CC and 8C. RGB value is (61,204,140). Sum of RGB (Red+Green+Blue) = 61+204+140=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCC8C is #C23373. Grayscale: #9A9A9A. Windows color (decimal): -12727156 or 9227325. OLE color: 9227325.
HSL color Cylindrical-coordinate representation of color #3DCC8C: hue angle of 153.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC8C is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 140 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.2 |
| HSL | 153.15º | 0.58% | 0.52% | - |
| HSV(B) | 153.15º | 0.7% | 0.8% | - |
| XYZ | 28.25 | 46.07 | 32.21 | - |
| YUV | 153.95 | 120.12 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 140 | 0.70 | 0 | 0.31 | 0.2 | 153.15 | 0.58 | 0.52 |
| Hex | 3D | CC | 8C | 46 | 0 | 1F | 14 | 99 | 3A | 34 |
| Octal | 75 | 314 | 214 | 106 | 0 | 37 | 24 | 231 | 72 | 64 |
| Binary | 111101 | 11001100 | 10001100 | 1000110 | 0 | 11111 | 10100 | 10011001 | 111010 | 110100 |
Color Harmonies of #3DCC8C
Complementary color
Monochromatic Colors of #3DCC8C
Black with #3DCC8C
Text Example
Text Example
White with #3DCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC8C; }
p { color: rgb(61,204,140); }
H1.HeaderClassName
{
color: #3DCC8C;
}
.AnyTagClassName
{
color: #3DCC8C;
}
</style>
background-color css
<style>
a { background-color: #3DCC8C; }
a { background-color: rgb(61,204,140); }
div.DivClassName
{
background-color: #3DCC8C;
}
.BgClassName
{
background-color: #3DCC8C;
}
</style>
border-color css
<style>
span { border-color: #3DCC8C; }
span { border-color: rgb(61,204,140); }
td.TdClassName
{
border-color: #3DCC8C;
}
.TagClassName
{
border-color: #3DCC8C;
}
</style>