Shades of Shamrock #3ED095
Tints of Shamrock #3ED095
RGB
CMYK
RGB Variations
Color information
#3ED095 (or 0x3ED095) is known color: Shamrock. HEX triplet: 3E, D0 and 95. RGB value is (62,208,149). Sum of RGB (Red+Green+Blue) = 62+208+149=419 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.80% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED095 is #C12F6A. Grayscale: #9D9D9D. Windows color (decimal): -12660587 or 9818174. OLE color: 9818174.
HSL color Cylindrical-coordinate representation of color #3ED095: hue angle of 155.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED095 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 149 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.18 |
| HSL | 155.75º | 0.61% | 0.53% | - |
| HSV(B) | 155.75º | 0.7% | 0.82% | - |
| XYZ | 29.97 | 48.31 | 36.18 | - |
| YUV | 157.62 | 123.13 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 149 | 0.70 | 0 | 0.28 | 0.18 | 155.75 | 0.61 | 0.53 |
| Hex | 3E | D0 | 95 | 46 | 0 | 1C | 12 | 9C | 3D | 35 |
| Octal | 76 | 320 | 225 | 106 | 0 | 34 | 22 | 234 | 75 | 65 |
| Binary | 111110 | 11010000 | 10010101 | 1000110 | 0 | 11100 | 10010 | 10011100 | 111101 | 110101 |
Color Harmonies of #3ED095
Complementary color
Monochromatic Colors of #3ED095
Black with #3ED095
Text Example
Text Example
White with #3ED095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED095; }
p { color: rgb(62,208,149); }
H1.HeaderClassName
{
color: #3ED095;
}
.AnyTagClassName
{
color: #3ED095;
}
</style>
background-color css
<style>
a { background-color: #3ED095; }
a { background-color: rgb(62,208,149); }
div.DivClassName
{
background-color: #3ED095;
}
.BgClassName
{
background-color: #3ED095;
}
</style>
border-color css
<style>
span { border-color: #3ED095; }
span { border-color: rgb(62,208,149); }
td.TdClassName
{
border-color: #3ED095;
}
.TagClassName
{
border-color: #3ED095;
}
</style>