Shades of Shamrock #3DDE92
Tints of Shamrock #3DDE92
RGB
CMYK
RGB Variations
Color information
#3DDE92 (or 0x3DDE92) is known color: Shamrock. HEX triplet: 3D, DE and 92. RGB value is (61,222,146). Sum of RGB (Red+Green+Blue) = 61+222+146=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDE92 is #C2216D. Grayscale: #A5A5A5. Windows color (decimal): -12722542 or 9625149. OLE color: 9625149.
HSL color Cylindrical-coordinate representation of color #3DDE92: hue angle of 151.68º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDE92 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 146 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.13 |
| HSL | 151.68º | 0.71% | 0.55% | - |
| HSV(B) | 151.68º | 0.73% | 0.87% | - |
| XYZ | 33.23 | 55.31 | 36.12 | - |
| YUV | 165.2 | 117.16 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 146 | 0.73 | 0 | 0.34 | 0.13 | 151.68 | 0.71 | 0.55 |
| Hex | 3D | DE | 92 | 49 | 0 | 22 | D | 98 | 47 | 37 |
| Octal | 75 | 336 | 222 | 111 | 0 | 42 | 15 | 230 | 107 | 67 |
| Binary | 111101 | 11011110 | 10010010 | 1001001 | 0 | 100010 | 1101 | 10011000 | 1000111 | 110111 |
Color Harmonies of #3DDE92
Complementary color
Monochromatic Colors of #3DDE92
Black with #3DDE92
Text Example
Text Example
White with #3DDE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDE92; }
p { color: rgb(61,222,146); }
H1.HeaderClassName
{
color: #3DDE92;
}
.AnyTagClassName
{
color: #3DDE92;
}
</style>
background-color css
<style>
a { background-color: #3DDE92; }
a { background-color: rgb(61,222,146); }
div.DivClassName
{
background-color: #3DDE92;
}
.BgClassName
{
background-color: #3DDE92;
}
</style>
border-color css
<style>
span { border-color: #3DDE92; }
span { border-color: rgb(61,222,146); }
td.TdClassName
{
border-color: #3DDE92;
}
.TagClassName
{
border-color: #3DDE92;
}
</style>