Shades of Shamrock #3CD68A
Tints of Shamrock #3CD68A
RGB
CMYK
RGB Variations
Color information
#3CD68A (or 0x3CD68A) is known color: Shamrock. HEX triplet: 3C, D6 and 8A. RGB value is (60,214,138). Sum of RGB (Red+Green+Blue) = 60+214+138=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #3CD68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD68A is #C32975. Grayscale: #9F9F9F. Windows color (decimal): -12790134 or 9098812. OLE color: 9098812.
HSL color Cylindrical-coordinate representation of color #3CD68A: hue angle of 150.39º 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 #3CD68A is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 214 | 138 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.16 |
| HSL | 150.39º | 0.65% | 0.54% | - |
| HSV(B) | 150.39º | 0.72% | 0.84% | - |
| XYZ | 30.5 | 50.89 | 32.26 | - |
| YUV | 159.29 | 115.98 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 214 | 138 | 0.72 | 0 | 0.36 | 0.16 | 150.39 | 0.65 | 0.54 |
| Hex | 3C | D6 | 8A | 48 | 0 | 24 | 10 | 96 | 41 | 36 |
| Octal | 74 | 326 | 212 | 110 | 0 | 44 | 20 | 226 | 101 | 66 |
| Binary | 111100 | 11010110 | 10001010 | 1001000 | 0 | 100100 | 10000 | 10010110 | 1000001 | 110110 |
Color Harmonies of #3CD68A
Complementary color
Monochromatic Colors of #3CD68A
Black with #3CD68A
Text Example
Text Example
White with #3CD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD68A; }
p { color: rgb(60,214,138); }
H1.HeaderClassName
{
color: #3CD68A;
}
.AnyTagClassName
{
color: #3CD68A;
}
</style>
background-color css
<style>
a { background-color: #3CD68A; }
a { background-color: rgb(60,214,138); }
div.DivClassName
{
background-color: #3CD68A;
}
.BgClassName
{
background-color: #3CD68A;
}
</style>
border-color css
<style>
span { border-color: #3CD68A; }
span { border-color: rgb(60,214,138); }
td.TdClassName
{
border-color: #3CD68A;
}
.TagClassName
{
border-color: #3CD68A;
}
</style>