Shades of Shamrock #3ED68B
Tints of Shamrock #3ED68B
RGB
CMYK
RGB Variations
Color information
#3ED68B (or 0x3ED68B) is known color: Shamrock. HEX triplet: 3E, D6 and 8B. RGB value is (62,214,139). Sum of RGB (Red+Green+Blue) = 62+214+139=415 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.94% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #3ED68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED68B is #C12974. Grayscale: #A0A0A0. Windows color (decimal): -12659061 or 9164350. OLE color: 9164350.
HSL color Cylindrical-coordinate representation of color #3ED68B: 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.71%. Process color model (Four color, CMYK) of #3ED68B is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 214 | 139 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.16 |
| HSL | 150.39º | 0.65% | 0.54% | - |
| HSV(B) | 150.39º | 0.71% | 0.84% | - |
| XYZ | 30.69 | 50.98 | 32.65 | - |
| YUV | 160 | 116.14 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 214 | 139 | 0.71 | 0 | 0.35 | 0.16 | 150.39 | 0.65 | 0.54 |
| Hex | 3E | D6 | 8B | 47 | 0 | 23 | 10 | 96 | 41 | 36 |
| Octal | 76 | 326 | 213 | 107 | 0 | 43 | 20 | 226 | 101 | 66 |
| Binary | 111110 | 11010110 | 10001011 | 1000111 | 0 | 100011 | 10000 | 10010110 | 1000001 | 110110 |
Color Harmonies of #3ED68B
Complementary color
Monochromatic Colors of #3ED68B
Black with #3ED68B
Text Example
Text Example
White with #3ED68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED68B; }
p { color: rgb(62,214,139); }
H1.HeaderClassName
{
color: #3ED68B;
}
.AnyTagClassName
{
color: #3ED68B;
}
</style>
background-color css
<style>
a { background-color: #3ED68B; }
a { background-color: rgb(62,214,139); }
div.DivClassName
{
background-color: #3ED68B;
}
.BgClassName
{
background-color: #3ED68B;
}
</style>
border-color css
<style>
span { border-color: #3ED68B; }
span { border-color: rgb(62,214,139); }
td.TdClassName
{
border-color: #3ED68B;
}
.TagClassName
{
border-color: #3ED68B;
}
</style>