Shades of Shamrock #3EDD8A
Tints of Shamrock #3EDD8A
RGB
CMYK
RGB Variations
Color information
#3EDD8A (or 0x3EDD8A) is known color: Shamrock. HEX triplet: 3E, DD and 8A. RGB value is (62,221,138). Sum of RGB (Red+Green+Blue) = 62+221+138=421 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.73% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EDD8A is #C12275. Grayscale: #A4A4A4. Windows color (decimal): -12657270 or 9100606. OLE color: 9100606.
HSL color Cylindrical-coordinate representation of color #3EDD8A: hue angle of 148.68º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDD8A is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 138 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.13 |
| HSL | 148.68º | 0.7% | 0.55% | - |
| HSV(B) | 148.68º | 0.72% | 0.87% | - |
| XYZ | 32.43 | 54.57 | 32.87 | - |
| YUV | 164 | 113.32 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 138 | 0.72 | 0 | 0.38 | 0.13 | 148.68 | 0.7 | 0.55 |
| Hex | 3E | DD | 8A | 48 | 0 | 26 | D | 95 | 46 | 37 |
| Octal | 76 | 335 | 212 | 110 | 0 | 46 | 15 | 225 | 106 | 67 |
| Binary | 111110 | 11011101 | 10001010 | 1001000 | 0 | 100110 | 1101 | 10010101 | 1000110 | 110111 |
Color Harmonies of #3EDD8A
Complementary color
Monochromatic Colors of #3EDD8A
Black with #3EDD8A
Text Example
Text Example
White with #3EDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD8A; }
p { color: rgb(62,221,138); }
H1.HeaderClassName
{
color: #3EDD8A;
}
.AnyTagClassName
{
color: #3EDD8A;
}
</style>
background-color css
<style>
a { background-color: #3EDD8A; }
a { background-color: rgb(62,221,138); }
div.DivClassName
{
background-color: #3EDD8A;
}
.BgClassName
{
background-color: #3EDD8A;
}
</style>
border-color css
<style>
span { border-color: #3EDD8A; }
span { border-color: rgb(62,221,138); }
td.TdClassName
{
border-color: #3EDD8A;
}
.TagClassName
{
border-color: #3EDD8A;
}
</style>