Shades of Shamrock #3DD199
Tints of Shamrock #3DD199
RGB
CMYK
RGB Variations
Color information
#3DD199 (or 0x3DD199) is known color: Shamrock. HEX triplet: 3D, D1 and 99. RGB value is (61,209,153). Sum of RGB (Red+Green+Blue) = 61+209+153=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD199 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD199 is #C22E66. Grayscale: #9E9E9E. Windows color (decimal): -12725863 or 10080573. OLE color: 10080573.
HSL color Cylindrical-coordinate representation of color #3DD199: hue angle of 157.3º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD199 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 209 | 153 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.18 |
| HSL | 157.3º | 0.62% | 0.53% | - |
| HSV(B) | 157.3º | 0.71% | 0.82% | - |
| XYZ | 30.47 | 48.89 | 37.97 | - |
| YUV | 158.36 | 124.97 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 209 | 153 | 0.71 | 0 | 0.27 | 0.18 | 157.3 | 0.62 | 0.53 |
| Hex | 3D | D1 | 99 | 47 | 0 | 1B | 12 | 9D | 3E | 35 |
| Octal | 75 | 321 | 231 | 107 | 0 | 33 | 22 | 235 | 76 | 65 |
| Binary | 111101 | 11010001 | 10011001 | 1000111 | 0 | 11011 | 10010 | 10011101 | 111110 | 110101 |
Color Harmonies of #3DD199
Complementary color
Monochromatic Colors of #3DD199
Black with #3DD199
Text Example
Text Example
White with #3DD199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD199; }
p { color: rgb(61,209,153); }
H1.HeaderClassName
{
color: #3DD199;
}
.AnyTagClassName
{
color: #3DD199;
}
</style>
background-color css
<style>
a { background-color: #3DD199; }
a { background-color: rgb(61,209,153); }
div.DivClassName
{
background-color: #3DD199;
}
.BgClassName
{
background-color: #3DD199;
}
</style>
border-color css
<style>
span { border-color: #3DD199; }
span { border-color: rgb(61,209,153); }
td.TdClassName
{
border-color: #3DD199;
}
.TagClassName
{
border-color: #3DD199;
}
</style>