Shades of Shamrock #3DD899
Tints of Shamrock #3DD899
RGB
CMYK
RGB Variations
Color information
#3DD899 (or 0x3DD899) is known color: Shamrock. HEX triplet: 3D, D8 and 99. RGB value is (61,216,153). Sum of RGB (Red+Green+Blue) = 61+216+153=430 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.19% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD899 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD899 is #C22766. Grayscale: #A2A2A2. Windows color (decimal): -12724071 or 10082365. OLE color: 10082365.
HSL color Cylindrical-coordinate representation of color #3DD899: hue angle of 155.61º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD899 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 153 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.15 |
| HSL | 155.61º | 0.67% | 0.54% | - |
| HSV(B) | 155.61º | 0.72% | 0.85% | - |
| XYZ | 32.23 | 52.4 | 38.55 | - |
| YUV | 162.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 153 | 0.72 | 0 | 0.29 | 0.15 | 155.61 | 0.67 | 0.54 |
| Hex | 3D | D8 | 99 | 48 | 0 | 1D | F | 9C | 43 | 36 |
| Octal | 75 | 330 | 231 | 110 | 0 | 35 | 17 | 234 | 103 | 66 |
| Binary | 111101 | 11011000 | 10011001 | 1001000 | 0 | 11101 | 1111 | 10011100 | 1000011 | 110110 |
Color Harmonies of #3DD899
Complementary color
Monochromatic Colors of #3DD899
Black with #3DD899
Text Example
Text Example
White with #3DD899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD899; }
p { color: rgb(61,216,153); }
H1.HeaderClassName
{
color: #3DD899;
}
.AnyTagClassName
{
color: #3DD899;
}
</style>
background-color css
<style>
a { background-color: #3DD899; }
a { background-color: rgb(61,216,153); }
div.DivClassName
{
background-color: #3DD899;
}
.BgClassName
{
background-color: #3DD899;
}
</style>
border-color css
<style>
span { border-color: #3DD899; }
span { border-color: rgb(61,216,153); }
td.TdClassName
{
border-color: #3DD899;
}
.TagClassName
{
border-color: #3DD899;
}
</style>