Shades of Shamrock #41D898
Tints of Shamrock #41D898
RGB
CMYK
RGB Variations
Color information
#41D898 (or 0x41D898) is known color: Shamrock. HEX triplet: 41, D8 and 98. RGB value is (65,216,152). Sum of RGB (Red+Green+Blue) = 65+216+152=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #41D898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D898 is #BE2767. Grayscale: #A3A3A3. Windows color (decimal): -12461928 or 10016833. OLE color: 10016833.
HSL color Cylindrical-coordinate representation of color #41D898: hue angle of 154.57º 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 #41D898 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 152 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.15 |
| HSL | 154.57º | 0.66% | 0.55% | - |
| HSV(B) | 154.57º | 0.7% | 0.85% | - |
| XYZ | 32.4 | 52.5 | 38.13 | - |
| YUV | 163.56 | 121.47 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 152 | 0.70 | 0 | 0.30 | 0.15 | 154.57 | 0.66 | 0.55 |
| Hex | 41 | D8 | 98 | 46 | 0 | 1E | F | 9B | 42 | 37 |
| Octal | 101 | 330 | 230 | 106 | 0 | 36 | 17 | 233 | 102 | 67 |
| Binary | 1000001 | 11011000 | 10011000 | 1000110 | 0 | 11110 | 1111 | 10011011 | 1000010 | 110111 |
Color Harmonies of #41D898
Complementary color
Monochromatic Colors of #41D898
Black with #41D898
Text Example
Text Example
White with #41D898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D898; }
p { color: rgb(65,216,152); }
H1.HeaderClassName
{
color: #41D898;
}
.AnyTagClassName
{
color: #41D898;
}
</style>
background-color css
<style>
a { background-color: #41D898; }
a { background-color: rgb(65,216,152); }
div.DivClassName
{
background-color: #41D898;
}
.BgClassName
{
background-color: #41D898;
}
</style>
border-color css
<style>
span { border-color: #41D898; }
span { border-color: rgb(65,216,152); }
td.TdClassName
{
border-color: #41D898;
}
.TagClassName
{
border-color: #41D898;
}
</style>