Shades of Shamrock #3CD28B
Tints of Shamrock #3CD28B
RGB
CMYK
RGB Variations
Color information
#3CD28B (or 0x3CD28B) is known color: Shamrock. HEX triplet: 3C, D2 and 8B. RGB value is (60,210,139). Sum of RGB (Red+Green+Blue) = 60+210+139=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD28B is #C32D74. Grayscale: #9D9D9D. Windows color (decimal): -12791157 or 9163324. OLE color: 9163324.
HSL color Cylindrical-coordinate representation of color #3CD28B: hue angle of 151.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD28B is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 139 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.18 |
| HSL | 151.6º | 0.63% | 0.53% | - |
| HSV(B) | 151.6º | 0.71% | 0.82% | - |
| XYZ | 29.57 | 48.92 | 32.31 | - |
| YUV | 157.06 | 117.81 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 139 | 0.71 | 0 | 0.34 | 0.18 | 151.6 | 0.63 | 0.53 |
| Hex | 3C | D2 | 8B | 47 | 0 | 22 | 12 | 98 | 3E | 35 |
| Octal | 74 | 322 | 213 | 107 | 0 | 42 | 22 | 230 | 76 | 65 |
| Binary | 111100 | 11010010 | 10001011 | 1000111 | 0 | 100010 | 10010 | 10011000 | 111110 | 110101 |
Color Harmonies of #3CD28B
Complementary color
Monochromatic Colors of #3CD28B
Black with #3CD28B
Text Example
Text Example
White with #3CD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD28B; }
p { color: rgb(60,210,139); }
H1.HeaderClassName
{
color: #3CD28B;
}
.AnyTagClassName
{
color: #3CD28B;
}
</style>
background-color css
<style>
a { background-color: #3CD28B; }
a { background-color: rgb(60,210,139); }
div.DivClassName
{
background-color: #3CD28B;
}
.BgClassName
{
background-color: #3CD28B;
}
</style>
border-color css
<style>
span { border-color: #3CD28B; }
span { border-color: rgb(60,210,139); }
td.TdClassName
{
border-color: #3CD28B;
}
.TagClassName
{
border-color: #3CD28B;
}
</style>