Shades of Shamrock #41D8AD
Tints of Shamrock #41D8AD
RGB
CMYK
RGB Variations
Color information
#41D8AD (or 0x41D8AD) is known color: Shamrock. HEX triplet: 41, D8 and AD. RGB value is (65,216,173). Sum of RGB (Red+Green+Blue) = 65+216+173=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #41D8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D8AD is #BE2752. Grayscale: #A5A5A5. Windows color (decimal): -12461907 or 11393089. OLE color: 11393089.
HSL color Cylindrical-coordinate representation of color #41D8AD: hue angle of 162.91º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D8AD is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 173 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.15 |
| HSL | 162.91º | 0.66% | 0.55% | - |
| HSV(B) | 162.91º | 0.7% | 0.85% | - |
| XYZ | 34.28 | 53.25 | 48.01 | - |
| YUV | 165.95 | 131.97 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 173 | 0.70 | 0 | 0.20 | 0.15 | 162.91 | 0.66 | 0.55 |
| Hex | 41 | D8 | AD | 46 | 0 | 14 | F | A3 | 42 | 37 |
| Octal | 101 | 330 | 255 | 106 | 0 | 24 | 17 | 243 | 102 | 67 |
| Binary | 1000001 | 11011000 | 10101101 | 1000110 | 0 | 10100 | 1111 | 10100011 | 1000010 | 110111 |
Color Harmonies of #41D8AD
Complementary color
Monochromatic Colors of #41D8AD
Black with #41D8AD
Text Example
Text Example
White with #41D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D8AD; }
p { color: rgb(65,216,173); }
H1.HeaderClassName
{
color: #41D8AD;
}
.AnyTagClassName
{
color: #41D8AD;
}
</style>
background-color css
<style>
a { background-color: #41D8AD; }
a { background-color: rgb(65,216,173); }
div.DivClassName
{
background-color: #41D8AD;
}
.BgClassName
{
background-color: #41D8AD;
}
</style>
border-color css
<style>
span { border-color: #41D8AD; }
span { border-color: rgb(65,216,173); }
td.TdClassName
{
border-color: #41D8AD;
}
.TagClassName
{
border-color: #41D8AD;
}
</style>