Shades of Shamrock #3DED92
Tints of Shamrock #3DED92
RGB
CMYK
RGB Variations
Color information
#3DED92 (or 0x3DED92) is known color: Shamrock. HEX triplet: 3D, ED and 92. RGB value is (61,237,146). Sum of RGB (Red+Green+Blue) = 61+237+146=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DED92 is #C2126D. Grayscale: #AEAEAE. Windows color (decimal): -12718702 or 9628989. OLE color: 9628989.
HSL color Cylindrical-coordinate representation of color #3DED92: hue angle of 148.98º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DED92 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 146 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.07 |
| HSL | 148.98º | 0.83% | 0.58% | - |
| HSV(B) | 148.98º | 0.74% | 0.93% | - |
| XYZ | 37.4 | 63.64 | 37.51 | - |
| YUV | 174 | 112.19 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 146 | 0.74 | 0 | 0.38 | 0.07 | 148.98 | 0.83 | 0.58 |
| Hex | 3D | ED | 92 | 4A | 0 | 26 | 7 | 95 | 53 | 3A |
| Octal | 75 | 355 | 222 | 112 | 0 | 46 | 7 | 225 | 123 | 72 |
| Binary | 111101 | 11101101 | 10010010 | 1001010 | 0 | 100110 | 111 | 10010101 | 1010011 | 111010 |
Color Harmonies of #3DED92
Complementary color
Monochromatic Colors of #3DED92
Black with #3DED92
Text Example
Text Example
White with #3DED92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED92; }
p { color: rgb(61,237,146); }
H1.HeaderClassName
{
color: #3DED92;
}
.AnyTagClassName
{
color: #3DED92;
}
</style>
background-color css
<style>
a { background-color: #3DED92; }
a { background-color: rgb(61,237,146); }
div.DivClassName
{
background-color: #3DED92;
}
.BgClassName
{
background-color: #3DED92;
}
</style>
border-color css
<style>
span { border-color: #3DED92; }
span { border-color: rgb(61,237,146); }
td.TdClassName
{
border-color: #3DED92;
}
.TagClassName
{
border-color: #3DED92;
}
</style>