Shades of Shamrock #41D2AD
Tints of Shamrock #41D2AD
RGB
CMYK
RGB Variations
Color information
#41D2AD (or 0x41D2AD) is known color: Shamrock. HEX triplet: 41, D2 and AD. RGB value is (65,210,173). Sum of RGB (Red+Green+Blue) = 65+210+173=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #41D2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D2AD is #BE2D52. Grayscale: #A2A2A2. Windows color (decimal): -12463443 or 11391553. OLE color: 11391553.
HSL color Cylindrical-coordinate representation of color #41D2AD: hue angle of 164.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D2AD is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 210 | 173 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.18 |
| HSL | 164.69º | 0.62% | 0.54% | - |
| HSV(B) | 164.69º | 0.69% | 0.82% | - |
| XYZ | 32.77 | 50.23 | 47.5 | - |
| YUV | 162.43 | 133.96 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 210 | 173 | 0.69 | 0 | 0.18 | 0.18 | 164.69 | 0.62 | 0.54 |
| Hex | 41 | D2 | AD | 45 | 0 | 12 | 12 | A5 | 3E | 36 |
| Octal | 101 | 322 | 255 | 105 | 0 | 22 | 22 | 245 | 76 | 66 |
| Binary | 1000001 | 11010010 | 10101101 | 1000101 | 0 | 10010 | 10010 | 10100101 | 111110 | 110110 |
Color Harmonies of #41D2AD
Complementary color
Monochromatic Colors of #41D2AD
Black with #41D2AD
Text Example
Text Example
White with #41D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D2AD; }
p { color: rgb(65,210,173); }
H1.HeaderClassName
{
color: #41D2AD;
}
.AnyTagClassName
{
color: #41D2AD;
}
</style>
background-color css
<style>
a { background-color: #41D2AD; }
a { background-color: rgb(65,210,173); }
div.DivClassName
{
background-color: #41D2AD;
}
.BgClassName
{
background-color: #41D2AD;
}
</style>
border-color css
<style>
span { border-color: #41D2AD; }
span { border-color: rgb(65,210,173); }
td.TdClassName
{
border-color: #41D2AD;
}
.TagClassName
{
border-color: #41D2AD;
}
</style>