Shades of Shamrock #3EEDA5
Tints of Shamrock #3EEDA5
RGB
CMYK
RGB Variations
Color information
#3EEDA5 (or 0x3EEDA5) is known color: Shamrock. HEX triplet: 3E, ED and A5. RGB value is (62,237,165). Sum of RGB (Red+Green+Blue) = 62+237+165=464 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.36% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EEDA5 is #C1125A. Grayscale: #B0B0B0. Windows color (decimal): -12653147 or 10874174. OLE color: 10874174.
HSL color Cylindrical-coordinate representation of color #3EEDA5: hue angle of 155.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEDA5 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 237 | 165 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.07 |
| HSL | 155.31º | 0.83% | 0.59% | - |
| HSV(B) | 155.31º | 0.74% | 0.93% | - |
| XYZ | 39.06 | 64.31 | 45.95 | - |
| YUV | 176.47 | 121.52 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 237 | 165 | 0.74 | 0 | 0.30 | 0.07 | 155.31 | 0.83 | 0.59 |
| Hex | 3E | ED | A5 | 4A | 0 | 1E | 7 | 9B | 53 | 3B |
| Octal | 76 | 355 | 245 | 112 | 0 | 36 | 7 | 233 | 123 | 73 |
| Binary | 111110 | 11101101 | 10100101 | 1001010 | 0 | 11110 | 111 | 10011011 | 1010011 | 111011 |
Color Harmonies of #3EEDA5
Complementary color
Monochromatic Colors of #3EEDA5
Black with #3EEDA5
Text Example
Text Example
White with #3EEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEDA5; }
p { color: rgb(62,237,165); }
H1.HeaderClassName
{
color: #3EEDA5;
}
.AnyTagClassName
{
color: #3EEDA5;
}
</style>
background-color css
<style>
a { background-color: #3EEDA5; }
a { background-color: rgb(62,237,165); }
div.DivClassName
{
background-color: #3EEDA5;
}
.BgClassName
{
background-color: #3EEDA5;
}
</style>
border-color css
<style>
span { border-color: #3EEDA5; }
span { border-color: rgb(62,237,165); }
td.TdClassName
{
border-color: #3EEDA5;
}
.TagClassName
{
border-color: #3EEDA5;
}
</style>