Shades of Shamrock #3CDC90
Tints of Shamrock #3CDC90
RGB
CMYK
RGB Variations
Color information
#3CDC90 (or 0x3CDC90) is known color: Shamrock. HEX triplet: 3C, DC and 90. RGB value is (60,220,144). Sum of RGB (Red+Green+Blue) = 60+220+144=424 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.15% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDC90 is #C3236F. Grayscale: #A3A3A3. Windows color (decimal): -12788592 or 9493564. OLE color: 9493564.
HSL color Cylindrical-coordinate representation of color #3CDC90: hue angle of 151.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC90 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 144 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.14 |
| HSL | 151.5º | 0.7% | 0.55% | - |
| HSV(B) | 151.5º | 0.73% | 0.86% | - |
| XYZ | 32.49 | 54.16 | 35.13 | - |
| YUV | 163.5 | 116.99 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 144 | 0.73 | 0 | 0.35 | 0.14 | 151.5 | 0.7 | 0.55 |
| Hex | 3C | DC | 90 | 49 | 0 | 23 | E | 98 | 46 | 37 |
| Octal | 74 | 334 | 220 | 111 | 0 | 43 | 16 | 230 | 106 | 67 |
| Binary | 111100 | 11011100 | 10010000 | 1001001 | 0 | 100011 | 1110 | 10011000 | 1000110 | 110111 |
Color Harmonies of #3CDC90
Complementary color
Monochromatic Colors of #3CDC90
Black with #3CDC90
Text Example
Text Example
White with #3CDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC90; }
p { color: rgb(60,220,144); }
H1.HeaderClassName
{
color: #3CDC90;
}
.AnyTagClassName
{
color: #3CDC90;
}
</style>
background-color css
<style>
a { background-color: #3CDC90; }
a { background-color: rgb(60,220,144); }
div.DivClassName
{
background-color: #3CDC90;
}
.BgClassName
{
background-color: #3CDC90;
}
</style>
border-color css
<style>
span { border-color: #3CDC90; }
span { border-color: rgb(60,220,144); }
td.TdClassName
{
border-color: #3CDC90;
}
.TagClassName
{
border-color: #3CDC90;
}
</style>