Shades of Shamrock #41D08A
Tints of Shamrock #41D08A
RGB
CMYK
RGB Variations
Color information
#41D08A (or 0x41D08A) is known color: Shamrock. HEX triplet: 41, D0 and 8A. RGB value is (65,208,138). Sum of RGB (Red+Green+Blue) = 65+208+138=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #41D08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D08A is #BE2F75. Grayscale: #9D9D9D. Windows color (decimal): -12463990 or 9097281. OLE color: 9097281.
HSL color Cylindrical-coordinate representation of color #41D08A: hue angle of 150.63º degrees, saturation: 0.6, 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 #41D08A is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 138 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.18 |
| HSL | 150.63º | 0.6% | 0.54% | - |
| HSV(B) | 150.63º | 0.69% | 0.82% | - |
| XYZ | 29.32 | 48.07 | 31.78 | - |
| YUV | 157.26 | 117.12 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 138 | 0.69 | 0 | 0.34 | 0.18 | 150.63 | 0.6 | 0.54 |
| Hex | 41 | D0 | 8A | 45 | 0 | 22 | 12 | 97 | 3C | 36 |
| Octal | 101 | 320 | 212 | 105 | 0 | 42 | 22 | 227 | 74 | 66 |
| Binary | 1000001 | 11010000 | 10001010 | 1000101 | 0 | 100010 | 10010 | 10010111 | 111100 | 110110 |
Color Harmonies of #41D08A
Complementary color
Monochromatic Colors of #41D08A
Black with #41D08A
Text Example
Text Example
White with #41D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D08A; }
p { color: rgb(65,208,138); }
H1.HeaderClassName
{
color: #41D08A;
}
.AnyTagClassName
{
color: #41D08A;
}
</style>
background-color css
<style>
a { background-color: #41D08A; }
a { background-color: rgb(65,208,138); }
div.DivClassName
{
background-color: #41D08A;
}
.BgClassName
{
background-color: #41D08A;
}
</style>
border-color css
<style>
span { border-color: #41D08A; }
span { border-color: rgb(65,208,138); }
td.TdClassName
{
border-color: #41D08A;
}
.TagClassName
{
border-color: #41D08A;
}
</style>