Shades of Shamrock #3DDD92
Tints of Shamrock #3DDD92
RGB
CMYK
RGB Variations
Color information
#3DDD92 (or 0x3DDD92) is known color: Shamrock. HEX triplet: 3D, DD and 92. RGB value is (61,221,146). Sum of RGB (Red+Green+Blue) = 61+221+146=428 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.25% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDD92 is #C2226D. Grayscale: #A4A4A4. Windows color (decimal): -12722798 or 9624893. OLE color: 9624893.
HSL color Cylindrical-coordinate representation of color #3DDD92: hue angle of 151.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD92 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 146 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.13 |
| HSL | 151.88º | 0.7% | 0.55% | - |
| HSV(B) | 151.88º | 0.72% | 0.87% | - |
| XYZ | 32.97 | 54.78 | 36.03 | - |
| YUV | 164.61 | 117.49 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 146 | 0.72 | 0 | 0.34 | 0.13 | 151.88 | 0.7 | 0.55 |
| Hex | 3D | DD | 92 | 48 | 0 | 22 | D | 98 | 46 | 37 |
| Octal | 75 | 335 | 222 | 110 | 0 | 42 | 15 | 230 | 106 | 67 |
| Binary | 111101 | 11011101 | 10010010 | 1001000 | 0 | 100010 | 1101 | 10011000 | 1000110 | 110111 |
Color Harmonies of #3DDD92
Complementary color
Monochromatic Colors of #3DDD92
Black with #3DDD92
Text Example
Text Example
White with #3DDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD92; }
p { color: rgb(61,221,146); }
H1.HeaderClassName
{
color: #3DDD92;
}
.AnyTagClassName
{
color: #3DDD92;
}
</style>
background-color css
<style>
a { background-color: #3DDD92; }
a { background-color: rgb(61,221,146); }
div.DivClassName
{
background-color: #3DDD92;
}
.BgClassName
{
background-color: #3DDD92;
}
</style>
border-color css
<style>
span { border-color: #3DDD92; }
span { border-color: rgb(61,221,146); }
td.TdClassName
{
border-color: #3DDD92;
}
.TagClassName
{
border-color: #3DDD92;
}
</style>