Shades of Shamrock #3CD58E
Tints of Shamrock #3CD58E
RGB
CMYK
RGB Variations
Color information
#3CD58E (or 0x3CD58E) is known color: Shamrock. HEX triplet: 3C, D5 and 8E. RGB value is (60,213,142). Sum of RGB (Red+Green+Blue) = 60+213+142=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD58E is #C32A71. Grayscale: #9F9F9F. Windows color (decimal): -12790386 or 9360700. OLE color: 9360700.
HSL color Cylindrical-coordinate representation of color #3CD58E: hue angle of 152.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD58E is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 213 | 142 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.16 |
| HSL | 152.16º | 0.65% | 0.54% | - |
| HSV(B) | 152.16º | 0.72% | 0.84% | - |
| XYZ | 30.54 | 50.5 | 33.73 | - |
| YUV | 159.16 | 118.31 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 213 | 142 | 0.72 | 0 | 0.33 | 0.16 | 152.16 | 0.65 | 0.54 |
| Hex | 3C | D5 | 8E | 48 | 0 | 21 | 10 | 98 | 41 | 36 |
| Octal | 74 | 325 | 216 | 110 | 0 | 41 | 20 | 230 | 101 | 66 |
| Binary | 111100 | 11010101 | 10001110 | 1001000 | 0 | 100001 | 10000 | 10011000 | 1000001 | 110110 |
Color Harmonies of #3CD58E
Complementary color
Monochromatic Colors of #3CD58E
Black with #3CD58E
Text Example
Text Example
White with #3CD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD58E; }
p { color: rgb(60,213,142); }
H1.HeaderClassName
{
color: #3CD58E;
}
.AnyTagClassName
{
color: #3CD58E;
}
</style>
background-color css
<style>
a { background-color: #3CD58E; }
a { background-color: rgb(60,213,142); }
div.DivClassName
{
background-color: #3CD58E;
}
.BgClassName
{
background-color: #3CD58E;
}
</style>
border-color css
<style>
span { border-color: #3CD58E; }
span { border-color: rgb(60,213,142); }
td.TdClassName
{
border-color: #3CD58E;
}
.TagClassName
{
border-color: #3CD58E;
}
</style>