Shades of Shamrock #3EDC90
Tints of Shamrock #3EDC90
RGB
CMYK
RGB Variations
Color information
#3EDC90 (or 0x3EDC90) is known color: Shamrock. HEX triplet: 3E, DC and 90. RGB value is (62,220,144). Sum of RGB (Red+Green+Blue) = 62+220+144=426 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.55% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDC90 is #C1236F. Grayscale: #A4A4A4. Windows color (decimal): -12657520 or 9493566. OLE color: 9493566.
HSL color Cylindrical-coordinate representation of color #3EDC90: hue angle of 151.14º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDC90 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 144 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.14 |
| HSL | 151.14º | 0.69% | 0.55% | - |
| HSV(B) | 151.14º | 0.72% | 0.86% | - |
| XYZ | 32.61 | 54.22 | 35.13 | - |
| YUV | 164.09 | 116.65 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 144 | 0.72 | 0 | 0.35 | 0.14 | 151.14 | 0.69 | 0.55 |
| Hex | 3E | DC | 90 | 48 | 0 | 23 | E | 97 | 45 | 37 |
| Octal | 76 | 334 | 220 | 110 | 0 | 43 | 16 | 227 | 105 | 67 |
| Binary | 111110 | 11011100 | 10010000 | 1001000 | 0 | 100011 | 1110 | 10010111 | 1000101 | 110111 |
Color Harmonies of #3EDC90
Complementary color
Monochromatic Colors of #3EDC90
Black with #3EDC90
Text Example
Text Example
White with #3EDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC90; }
p { color: rgb(62,220,144); }
H1.HeaderClassName
{
color: #3EDC90;
}
.AnyTagClassName
{
color: #3EDC90;
}
</style>
background-color css
<style>
a { background-color: #3EDC90; }
a { background-color: rgb(62,220,144); }
div.DivClassName
{
background-color: #3EDC90;
}
.BgClassName
{
background-color: #3EDC90;
}
</style>
border-color css
<style>
span { border-color: #3EDC90; }
span { border-color: rgb(62,220,144); }
td.TdClassName
{
border-color: #3EDC90;
}
.TagClassName
{
border-color: #3EDC90;
}
</style>