Shades of Shamrock #3CD385
Tints of Shamrock #3CD385
RGB
CMYK
RGB Variations
Color information
#3CD385 (or 0x3CD385) is known color: Shamrock. HEX triplet: 3C, D3 and 85. RGB value is (60,211,133). Sum of RGB (Red+Green+Blue) = 60+211+133=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD385 is #C32C7A. Grayscale: #9D9D9D. Windows color (decimal): -12790907 or 8770364. OLE color: 8770364.
HSL color Cylindrical-coordinate representation of color #3CD385: hue angle of 149.01º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD385 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 133 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.17 |
| HSL | 149.01º | 0.63% | 0.53% | - |
| HSV(B) | 149.01º | 0.72% | 0.83% | - |
| XYZ | 29.39 | 49.24 | 30.15 | - |
| YUV | 156.96 | 114.47 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 133 | 0.72 | 0 | 0.37 | 0.17 | 149.01 | 0.63 | 0.53 |
| Hex | 3C | D3 | 85 | 48 | 0 | 25 | 11 | 95 | 3F | 35 |
| Octal | 74 | 323 | 205 | 110 | 0 | 45 | 21 | 225 | 77 | 65 |
| Binary | 111100 | 11010011 | 10000101 | 1001000 | 0 | 100101 | 10001 | 10010101 | 111111 | 110101 |
Color Harmonies of #3CD385
Complementary color
Monochromatic Colors of #3CD385
Black with #3CD385
Text Example
Text Example
White with #3CD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD385; }
p { color: rgb(60,211,133); }
H1.HeaderClassName
{
color: #3CD385;
}
.AnyTagClassName
{
color: #3CD385;
}
</style>
background-color css
<style>
a { background-color: #3CD385; }
a { background-color: rgb(60,211,133); }
div.DivClassName
{
background-color: #3CD385;
}
.BgClassName
{
background-color: #3CD385;
}
</style>
border-color css
<style>
span { border-color: #3CD385; }
span { border-color: rgb(60,211,133); }
td.TdClassName
{
border-color: #3CD385;
}
.TagClassName
{
border-color: #3CD385;
}
</style>