Shades of Shamrock #3ED98C
Tints of Shamrock #3ED98C
RGB
CMYK
RGB Variations
Color information
#3ED98C (or 0x3ED98C) is known color: Shamrock. HEX triplet: 3E, D9 and 8C. RGB value is (62,217,140). Sum of RGB (Red+Green+Blue) = 62+217+140=419 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.80% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #3ED98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED98C is #C12673. Grayscale: #A2A2A2. Windows color (decimal): -12658292 or 9230654. OLE color: 9230654.
HSL color Cylindrical-coordinate representation of color #3ED98C: hue angle of 150.19º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED98C is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 217 | 140 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.15 |
| HSL | 150.19º | 0.67% | 0.55% | - |
| HSV(B) | 150.19º | 0.71% | 0.85% | - |
| XYZ | 31.53 | 52.54 | 33.29 | - |
| YUV | 161.88 | 115.65 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 217 | 140 | 0.71 | 0 | 0.35 | 0.15 | 150.19 | 0.67 | 0.55 |
| Hex | 3E | D9 | 8C | 47 | 0 | 23 | F | 96 | 43 | 37 |
| Octal | 76 | 331 | 214 | 107 | 0 | 43 | 17 | 226 | 103 | 67 |
| Binary | 111110 | 11011001 | 10001100 | 1000111 | 0 | 100011 | 1111 | 10010110 | 1000011 | 110111 |
Color Harmonies of #3ED98C
Complementary color
Monochromatic Colors of #3ED98C
Black with #3ED98C
Text Example
Text Example
White with #3ED98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED98C; }
p { color: rgb(62,217,140); }
H1.HeaderClassName
{
color: #3ED98C;
}
.AnyTagClassName
{
color: #3ED98C;
}
</style>
background-color css
<style>
a { background-color: #3ED98C; }
a { background-color: rgb(62,217,140); }
div.DivClassName
{
background-color: #3ED98C;
}
.BgClassName
{
background-color: #3ED98C;
}
</style>
border-color css
<style>
span { border-color: #3ED98C; }
span { border-color: rgb(62,217,140); }
td.TdClassName
{
border-color: #3ED98C;
}
.TagClassName
{
border-color: #3ED98C;
}
</style>