Shades of Shamrock #3DF49F
Tints of Shamrock #3DF49F
RGB
CMYK
RGB Variations
Color information
#3DF49F (or 0x3DF49F) is known color: Shamrock. HEX triplet: 3D, F4 and 9F. RGB value is (61,244,159). Sum of RGB (Red+Green+Blue) = 61+244+159=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF49F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF49F is #C20B60. Grayscale: #B3B3B3. Windows color (decimal): -12716897 or 10482749. OLE color: 10482749.
HSL color Cylindrical-coordinate representation of color #3DF49F: hue angle of 152.13º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF49F is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 159 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.04 |
| HSL | 152.13º | 0.89% | 0.6% | - |
| HSV(B) | 152.13º | 0.75% | 0.96% | - |
| XYZ | 40.53 | 68.2 | 43.83 | - |
| YUV | 179.59 | 116.37 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 159 | 0.75 | 0 | 0.35 | 0.04 | 152.13 | 0.89 | 0.6 |
| Hex | 3D | F4 | 9F | 4B | 0 | 23 | 4 | 98 | 59 | 3C |
| Octal | 75 | 364 | 237 | 113 | 0 | 43 | 4 | 230 | 131 | 74 |
| Binary | 111101 | 11110100 | 10011111 | 1001011 | 0 | 100011 | 100 | 10011000 | 1011001 | 111100 |
Color Harmonies of #3DF49F
Complementary color
Monochromatic Colors of #3DF49F
Black with #3DF49F
Text Example
Text Example
White with #3DF49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF49F; }
p { color: rgb(61,244,159); }
H1.HeaderClassName
{
color: #3DF49F;
}
.AnyTagClassName
{
color: #3DF49F;
}
</style>
background-color css
<style>
a { background-color: #3DF49F; }
a { background-color: rgb(61,244,159); }
div.DivClassName
{
background-color: #3DF49F;
}
.BgClassName
{
background-color: #3DF49F;
}
</style>
border-color css
<style>
span { border-color: #3DF49F; }
span { border-color: rgb(61,244,159); }
td.TdClassName
{
border-color: #3DF49F;
}
.TagClassName
{
border-color: #3DF49F;
}
</style>