Shades of Shamrock #3CC68D
Tints of Shamrock #3CC68D
RGB
CMYK
RGB Variations
Color information
#3CC68D (or 0x3CC68D) is known color: Shamrock. HEX triplet: 3C, C6 and 8D. RGB value is (60,198,141). Sum of RGB (Red+Green+Blue) = 60+198+141=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC68D is #C33972. Grayscale: #969696. Windows color (decimal): -12794227 or 9291324. OLE color: 9291324.
HSL color Cylindrical-coordinate representation of color #3CC68D: hue angle of 155.22º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC68D is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 198 | 141 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.22 |
| HSL | 155.22º | 0.55% | 0.51% | - |
| HSV(B) | 155.22º | 0.7% | 0.78% | - |
| XYZ | 26.87 | 43.27 | 32.14 | - |
| YUV | 150.24 | 122.78 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 141 | 0.70 | 0 | 0.29 | 0.22 | 155.22 | 0.55 | 0.51 |
| Hex | 3C | C6 | 8D | 46 | 0 | 1D | 16 | 9B | 37 | 33 |
| Octal | 74 | 306 | 215 | 106 | 0 | 35 | 26 | 233 | 67 | 63 |
| Binary | 111100 | 11000110 | 10001101 | 1000110 | 0 | 11101 | 10110 | 10011011 | 110111 | 110011 |
Color Harmonies of #3CC68D
Complementary color
Monochromatic Colors of #3CC68D
Black with #3CC68D
Text Example
Text Example
White with #3CC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC68D; }
p { color: rgb(60,198,141); }
H1.HeaderClassName
{
color: #3CC68D;
}
.AnyTagClassName
{
color: #3CC68D;
}
</style>
background-color css
<style>
a { background-color: #3CC68D; }
a { background-color: rgb(60,198,141); }
div.DivClassName
{
background-color: #3CC68D;
}
.BgClassName
{
background-color: #3CC68D;
}
</style>
border-color css
<style>
span { border-color: #3CC68D; }
span { border-color: rgb(60,198,141); }
td.TdClassName
{
border-color: #3CC68D;
}
.TagClassName
{
border-color: #3CC68D;
}
</style>