Shades of Shamrock #3CDA8A
Tints of Shamrock #3CDA8A
RGB
CMYK
RGB Variations
Color information
#3CDA8A (or 0x3CDA8A) is known color: Shamrock. HEX triplet: 3C, DA and 8A. RGB value is (60,218,138). Sum of RGB (Red+Green+Blue) = 60+218+138=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDA8A is #C32575. Grayscale: #A1A1A1. Windows color (decimal): -12789110 or 9099836. OLE color: 9099836.
HSL color Cylindrical-coordinate representation of color #3CDA8A: hue angle of 149.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDA8A is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 138 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.15 |
| HSL | 149.62º | 0.68% | 0.55% | - |
| HSV(B) | 149.62º | 0.72% | 0.85% | - |
| XYZ | 31.52 | 52.94 | 32.6 | - |
| YUV | 161.64 | 114.65 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 138 | 0.72 | 0 | 0.37 | 0.15 | 149.62 | 0.68 | 0.55 |
| Hex | 3C | DA | 8A | 48 | 0 | 25 | F | 96 | 44 | 37 |
| Octal | 74 | 332 | 212 | 110 | 0 | 45 | 17 | 226 | 104 | 67 |
| Binary | 111100 | 11011010 | 10001010 | 1001000 | 0 | 100101 | 1111 | 10010110 | 1000100 | 110111 |
Color Harmonies of #3CDA8A
Complementary color
Monochromatic Colors of #3CDA8A
Black with #3CDA8A
Text Example
Text Example
White with #3CDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA8A; }
p { color: rgb(60,218,138); }
H1.HeaderClassName
{
color: #3CDA8A;
}
.AnyTagClassName
{
color: #3CDA8A;
}
</style>
background-color css
<style>
a { background-color: #3CDA8A; }
a { background-color: rgb(60,218,138); }
div.DivClassName
{
background-color: #3CDA8A;
}
.BgClassName
{
background-color: #3CDA8A;
}
</style>
border-color css
<style>
span { border-color: #3CDA8A; }
span { border-color: rgb(60,218,138); }
td.TdClassName
{
border-color: #3CDA8A;
}
.TagClassName
{
border-color: #3CDA8A;
}
</style>