Shades of Shamrock #41D5AD
Tints of Shamrock #41D5AD
RGB
CMYK
RGB Variations
Color information
#41D5AD (or 0x41D5AD) is known color: Shamrock. HEX triplet: 41, D5 and AD. RGB value is (65,213,173). Sum of RGB (Red+Green+Blue) = 65+213+173=451 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.41% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #41D5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D5AD is #BE2A52. Grayscale: #A4A4A4. Windows color (decimal): -12462675 or 11392321. OLE color: 11392321.
HSL color Cylindrical-coordinate representation of color #41D5AD: hue angle of 163.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D5AD is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 173 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.16 |
| HSL | 163.78º | 0.64% | 0.55% | - |
| HSV(B) | 163.78º | 0.69% | 0.84% | - |
| XYZ | 33.52 | 51.73 | 47.75 | - |
| YUV | 164.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 173 | 0.69 | 0 | 0.19 | 0.16 | 163.78 | 0.64 | 0.55 |
| Hex | 41 | D5 | AD | 45 | 0 | 13 | 10 | A4 | 40 | 37 |
| Octal | 101 | 325 | 255 | 105 | 0 | 23 | 20 | 244 | 100 | 67 |
| Binary | 1000001 | 11010101 | 10101101 | 1000101 | 0 | 10011 | 10000 | 10100100 | 1000000 | 110111 |
Color Harmonies of #41D5AD
Complementary color
Monochromatic Colors of #41D5AD
Black with #41D5AD
Text Example
Text Example
White with #41D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D5AD; }
p { color: rgb(65,213,173); }
H1.HeaderClassName
{
color: #41D5AD;
}
.AnyTagClassName
{
color: #41D5AD;
}
</style>
background-color css
<style>
a { background-color: #41D5AD; }
a { background-color: rgb(65,213,173); }
div.DivClassName
{
background-color: #41D5AD;
}
.BgClassName
{
background-color: #41D5AD;
}
</style>
border-color css
<style>
span { border-color: #41D5AD; }
span { border-color: rgb(65,213,173); }
td.TdClassName
{
border-color: #41D5AD;
}
.TagClassName
{
border-color: #41D5AD;
}
</style>