Shades of Shamrock #3DF3AD
Tints of Shamrock #3DF3AD
RGB
CMYK
RGB Variations
Color information
#3DF3AD (or 0x3DF3AD) is known color: Shamrock. HEX triplet: 3D, F3 and AD. RGB value is (61,243,173). Sum of RGB (Red+Green+Blue) = 61+243+173=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF3AD is #C20C52. Grayscale: #B4B4B4. Windows color (decimal): -12717139 or 11399997. OLE color: 11399997.
HSL color Cylindrical-coordinate representation of color #3DF3AD: hue angle of 156.92º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF3AD is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 173 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.05 |
| HSL | 156.92º | 0.88% | 0.6% | - |
| HSV(B) | 156.92º | 0.75% | 0.95% | - |
| XYZ | 41.52 | 68.11 | 50.49 | - |
| YUV | 180.6 | 123.7 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 173 | 0.75 | 0 | 0.29 | 0.05 | 156.92 | 0.88 | 0.6 |
| Hex | 3D | F3 | AD | 4B | 0 | 1D | 5 | 9D | 58 | 3C |
| Octal | 75 | 363 | 255 | 113 | 0 | 35 | 5 | 235 | 130 | 74 |
| Binary | 111101 | 11110011 | 10101101 | 1001011 | 0 | 11101 | 101 | 10011101 | 1011000 | 111100 |
Color Harmonies of #3DF3AD
Complementary color
Monochromatic Colors of #3DF3AD
Black with #3DF3AD
Text Example
Text Example
White with #3DF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3AD; }
p { color: rgb(61,243,173); }
H1.HeaderClassName
{
color: #3DF3AD;
}
.AnyTagClassName
{
color: #3DF3AD;
}
</style>
background-color css
<style>
a { background-color: #3DF3AD; }
a { background-color: rgb(61,243,173); }
div.DivClassName
{
background-color: #3DF3AD;
}
.BgClassName
{
background-color: #3DF3AD;
}
</style>
border-color css
<style>
span { border-color: #3DF3AD; }
span { border-color: rgb(61,243,173); }
td.TdClassName
{
border-color: #3DF3AD;
}
.TagClassName
{
border-color: #3DF3AD;
}
</style>