Shades of Shamrock #3CD990
Tints of Shamrock #3CD990
RGB
CMYK
RGB Variations
Color information
#3CD990 (or 0x3CD990) is known color: Shamrock. HEX triplet: 3C, D9 and 90. RGB value is (60,217,144). Sum of RGB (Red+Green+Blue) = 60+217+144=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #3CD990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD990 is #C3266F. Grayscale: #A1A1A1. Windows color (decimal): -12789360 or 9492796. OLE color: 9492796.
HSL color Cylindrical-coordinate representation of color #3CD990: hue angle of 152.1º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD990 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 217 | 144 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.15 |
| HSL | 152.1º | 0.67% | 0.54% | - |
| HSV(B) | 152.1º | 0.72% | 0.85% | - |
| XYZ | 31.71 | 52.6 | 34.87 | - |
| YUV | 161.74 | 117.99 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 217 | 144 | 0.72 | 0 | 0.34 | 0.15 | 152.1 | 0.67 | 0.54 |
| Hex | 3C | D9 | 90 | 48 | 0 | 22 | F | 98 | 43 | 36 |
| Octal | 74 | 331 | 220 | 110 | 0 | 42 | 17 | 230 | 103 | 66 |
| Binary | 111100 | 11011001 | 10010000 | 1001000 | 0 | 100010 | 1111 | 10011000 | 1000011 | 110110 |
Color Harmonies of #3CD990
Complementary color
Monochromatic Colors of #3CD990
Black with #3CD990
Text Example
Text Example
White with #3CD990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD990; }
p { color: rgb(60,217,144); }
H1.HeaderClassName
{
color: #3CD990;
}
.AnyTagClassName
{
color: #3CD990;
}
</style>
background-color css
<style>
a { background-color: #3CD990; }
a { background-color: rgb(60,217,144); }
div.DivClassName
{
background-color: #3CD990;
}
.BgClassName
{
background-color: #3CD990;
}
</style>
border-color css
<style>
span { border-color: #3CD990; }
span { border-color: rgb(60,217,144); }
td.TdClassName
{
border-color: #3CD990;
}
.TagClassName
{
border-color: #3CD990;
}
</style>