Shades of Shamrock #41DA8F
Tints of Shamrock #41DA8F
RGB
CMYK
RGB Variations
Color information
#41DA8F (or 0x41DA8F) is known color: Shamrock. HEX triplet: 41, DA and 8F. RGB value is (65,218,143). Sum of RGB (Red+Green+Blue) = 65+218+143=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DA8F is #BE2570. Grayscale: #A3A3A3. Windows color (decimal): -12461425 or 9427521. OLE color: 9427521.
HSL color Cylindrical-coordinate representation of color #41DA8F: hue angle of 150.59º degrees, saturation: 0.67, 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 #41DA8F is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 143 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.15 |
| HSL | 150.59º | 0.67% | 0.55% | - |
| HSV(B) | 150.59º | 0.7% | 0.85% | - |
| XYZ | 32.21 | 53.25 | 34.57 | - |
| YUV | 163.7 | 116.31 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 143 | 0.70 | 0 | 0.34 | 0.15 | 150.59 | 0.67 | 0.55 |
| Hex | 41 | DA | 8F | 46 | 0 | 22 | F | 97 | 43 | 37 |
| Octal | 101 | 332 | 217 | 106 | 0 | 42 | 17 | 227 | 103 | 67 |
| Binary | 1000001 | 11011010 | 10001111 | 1000110 | 0 | 100010 | 1111 | 10010111 | 1000011 | 110111 |
Color Harmonies of #41DA8F
Complementary color
Monochromatic Colors of #41DA8F
Black with #41DA8F
Text Example
Text Example
White with #41DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DA8F; }
p { color: rgb(65,218,143); }
H1.HeaderClassName
{
color: #41DA8F;
}
.AnyTagClassName
{
color: #41DA8F;
}
</style>
background-color css
<style>
a { background-color: #41DA8F; }
a { background-color: rgb(65,218,143); }
div.DivClassName
{
background-color: #41DA8F;
}
.BgClassName
{
background-color: #41DA8F;
}
</style>
border-color css
<style>
span { border-color: #41DA8F; }
span { border-color: rgb(65,218,143); }
td.TdClassName
{
border-color: #41DA8F;
}
.TagClassName
{
border-color: #41DA8F;
}
</style>