Shades of Shamrock #3ED68A
Tints of Shamrock #3ED68A
RGB
CMYK
RGB Variations
Color information
#3ED68A (or 0x3ED68A) is known color: Shamrock. HEX triplet: 3E, D6 and 8A. RGB value is (62,214,138). Sum of RGB (Red+Green+Blue) = 62+214+138=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #3ED68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED68A is #C12975. Grayscale: #A0A0A0. Windows color (decimal): -12659062 or 9098814. OLE color: 9098814.
HSL color Cylindrical-coordinate representation of color #3ED68A: hue angle of 150º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED68A is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 214 | 138 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.16 |
| HSL | 150º | 0.65% | 0.54% | - |
| HSV(B) | 150º | 0.71% | 0.84% | - |
| XYZ | 30.62 | 50.95 | 32.27 | - |
| YUV | 159.89 | 115.64 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 214 | 138 | 0.71 | 0 | 0.36 | 0.16 | 150 | 0.65 | 0.54 |
| Hex | 3E | D6 | 8A | 47 | 0 | 24 | 10 | 96 | 41 | 36 |
| Octal | 76 | 326 | 212 | 107 | 0 | 44 | 20 | 226 | 101 | 66 |
| Binary | 111110 | 11010110 | 10001010 | 1000111 | 0 | 100100 | 10000 | 10010110 | 1000001 | 110110 |
Color Harmonies of #3ED68A
Complementary color
Monochromatic Colors of #3ED68A
Black with #3ED68A
Text Example
Text Example
White with #3ED68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED68A; }
p { color: rgb(62,214,138); }
H1.HeaderClassName
{
color: #3ED68A;
}
.AnyTagClassName
{
color: #3ED68A;
}
</style>
background-color css
<style>
a { background-color: #3ED68A; }
a { background-color: rgb(62,214,138); }
div.DivClassName
{
background-color: #3ED68A;
}
.BgClassName
{
background-color: #3ED68A;
}
</style>
border-color css
<style>
span { border-color: #3ED68A; }
span { border-color: rgb(62,214,138); }
td.TdClassName
{
border-color: #3ED68A;
}
.TagClassName
{
border-color: #3ED68A;
}
</style>