Shades of Shamrock #3DEBA3
Tints of Shamrock #3DEBA3
RGB
CMYK
RGB Variations
Color information
#3DEBA3 (or 0x3DEBA3) is known color: Shamrock. HEX triplet: 3D, EB and A3. RGB value is (61,235,163). Sum of RGB (Red+Green+Blue) = 61+235+163=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEBA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEBA3 is #C2145C. Grayscale: #AEAEAE. Windows color (decimal): -12719197 or 10742589. OLE color: 10742589.
HSL color Cylindrical-coordinate representation of color #3DEBA3: hue angle of 155.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEBA3 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 235 | 163 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.08 |
| HSL | 155.17º | 0.81% | 0.58% | - |
| HSV(B) | 155.17º | 0.74% | 0.92% | - |
| XYZ | 38.24 | 63.05 | 44.81 | - |
| YUV | 174.77 | 121.35 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 235 | 163 | 0.74 | 0 | 0.31 | 0.08 | 155.17 | 0.81 | 0.58 |
| Hex | 3D | EB | A3 | 4A | 0 | 1F | 8 | 9B | 51 | 3A |
| Octal | 75 | 353 | 243 | 112 | 0 | 37 | 10 | 233 | 121 | 72 |
| Binary | 111101 | 11101011 | 10100011 | 1001010 | 0 | 11111 | 1000 | 10011011 | 1010001 | 111010 |
Color Harmonies of #3DEBA3
Complementary color
Monochromatic Colors of #3DEBA3
Black with #3DEBA3
Text Example
Text Example
White with #3DEBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEBA3; }
p { color: rgb(61,235,163); }
H1.HeaderClassName
{
color: #3DEBA3;
}
.AnyTagClassName
{
color: #3DEBA3;
}
</style>
background-color css
<style>
a { background-color: #3DEBA3; }
a { background-color: rgb(61,235,163); }
div.DivClassName
{
background-color: #3DEBA3;
}
.BgClassName
{
background-color: #3DEBA3;
}
</style>
border-color css
<style>
span { border-color: #3DEBA3; }
span { border-color: rgb(61,235,163); }
td.TdClassName
{
border-color: #3DEBA3;
}
.TagClassName
{
border-color: #3DEBA3;
}
</style>