Shades of Shamrock #3DDA98
Tints of Shamrock #3DDA98
RGB
CMYK
RGB Variations
Color information
#3DDA98 (or 0x3DDA98) is known color: Shamrock. HEX triplet: 3D, DA and 98. RGB value is (61,218,152). Sum of RGB (Red+Green+Blue) = 61+218+152=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDA98 is #C22567. Grayscale: #A3A3A3. Windows color (decimal): -12723560 or 10017341. OLE color: 10017341.
HSL color Cylindrical-coordinate representation of color #3DDA98: hue angle of 154.78º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA98 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 152 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.15 |
| HSL | 154.78º | 0.68% | 0.55% | - |
| HSV(B) | 154.78º | 0.72% | 0.85% | - |
| XYZ | 32.66 | 53.4 | 38.29 | - |
| YUV | 163.53 | 121.49 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 152 | 0.72 | 0 | 0.30 | 0.15 | 154.78 | 0.68 | 0.55 |
| Hex | 3D | DA | 98 | 48 | 0 | 1E | F | 9B | 44 | 37 |
| Octal | 75 | 332 | 230 | 110 | 0 | 36 | 17 | 233 | 104 | 67 |
| Binary | 111101 | 11011010 | 10011000 | 1001000 | 0 | 11110 | 1111 | 10011011 | 1000100 | 110111 |
Color Harmonies of #3DDA98
Complementary color
Monochromatic Colors of #3DDA98
Black with #3DDA98
Text Example
Text Example
White with #3DDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA98; }
p { color: rgb(61,218,152); }
H1.HeaderClassName
{
color: #3DDA98;
}
.AnyTagClassName
{
color: #3DDA98;
}
</style>
background-color css
<style>
a { background-color: #3DDA98; }
a { background-color: rgb(61,218,152); }
div.DivClassName
{
background-color: #3DDA98;
}
.BgClassName
{
background-color: #3DDA98;
}
</style>
border-color css
<style>
span { border-color: #3DDA98; }
span { border-color: rgb(61,218,152); }
td.TdClassName
{
border-color: #3DDA98;
}
.TagClassName
{
border-color: #3DDA98;
}
</style>