Shades of Shamrock #3DF6AD
Tints of Shamrock #3DF6AD
RGB
CMYK
RGB Variations
Color information
#3DF6AD (or 0x3DF6AD) is known color: Shamrock. HEX triplet: 3D, F6 and AD. RGB value is (61,246,173). Sum of RGB (Red+Green+Blue) = 61+246+173=480 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.71% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF6AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF6AD is #C20952. Grayscale: #B6B6B6. Windows color (decimal): -12716371 or 11400765. OLE color: 11400765.
HSL color Cylindrical-coordinate representation of color #3DF6AD: hue angle of 156.32º degrees, saturation: 0.91, 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 #3DF6AD is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 173 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.04 |
| HSL | 156.32º | 0.91% | 0.6% | - |
| HSV(B) | 156.32º | 0.75% | 0.96% | - |
| XYZ | 42.42 | 69.92 | 50.8 | - |
| YUV | 182.36 | 122.71 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 173 | 0.75 | 0 | 0.30 | 0.04 | 156.32 | 0.91 | 0.6 |
| Hex | 3D | F6 | AD | 4B | 0 | 1E | 4 | 9C | 5B | 3C |
| Octal | 75 | 366 | 255 | 113 | 0 | 36 | 4 | 234 | 133 | 74 |
| Binary | 111101 | 11110110 | 10101101 | 1001011 | 0 | 11110 | 100 | 10011100 | 1011011 | 111100 |
Color Harmonies of #3DF6AD
Complementary color
Monochromatic Colors of #3DF6AD
Black with #3DF6AD
Text Example
Text Example
White with #3DF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF6AD; }
p { color: rgb(61,246,173); }
H1.HeaderClassName
{
color: #3DF6AD;
}
.AnyTagClassName
{
color: #3DF6AD;
}
</style>
background-color css
<style>
a { background-color: #3DF6AD; }
a { background-color: rgb(61,246,173); }
div.DivClassName
{
background-color: #3DF6AD;
}
.BgClassName
{
background-color: #3DF6AD;
}
</style>
border-color css
<style>
span { border-color: #3DF6AD; }
span { border-color: rgb(61,246,173); }
td.TdClassName
{
border-color: #3DF6AD;
}
.TagClassName
{
border-color: #3DF6AD;
}
</style>