Shades of Shamrock #41D68A
Tints of Shamrock #41D68A
RGB
CMYK
RGB Variations
Color information
#41D68A (or 0x41D68A) is known color: Shamrock. HEX triplet: 41, D6 and 8A. RGB value is (65,214,138). Sum of RGB (Red+Green+Blue) = 65+214+138=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #41D68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D68A is #BE2975. Grayscale: #A0A0A0. Windows color (decimal): -12462454 or 9098817. OLE color: 9098817.
HSL color Cylindrical-coordinate representation of color #41D68A: hue angle of 149.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D68A is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 214 | 138 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.16 |
| HSL | 149.4º | 0.65% | 0.55% | - |
| HSV(B) | 149.4º | 0.7% | 0.84% | - |
| XYZ | 30.81 | 51.05 | 32.27 | - |
| YUV | 160.79 | 115.14 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 214 | 138 | 0.70 | 0 | 0.36 | 0.16 | 149.4 | 0.65 | 0.55 |
| Hex | 41 | D6 | 8A | 46 | 0 | 24 | 10 | 95 | 41 | 37 |
| Octal | 101 | 326 | 212 | 106 | 0 | 44 | 20 | 225 | 101 | 67 |
| Binary | 1000001 | 11010110 | 10001010 | 1000110 | 0 | 100100 | 10000 | 10010101 | 1000001 | 110111 |
Color Harmonies of #41D68A
Complementary color
Monochromatic Colors of #41D68A
Black with #41D68A
Text Example
Text Example
White with #41D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D68A; }
p { color: rgb(65,214,138); }
H1.HeaderClassName
{
color: #41D68A;
}
.AnyTagClassName
{
color: #41D68A;
}
</style>
background-color css
<style>
a { background-color: #41D68A; }
a { background-color: rgb(65,214,138); }
div.DivClassName
{
background-color: #41D68A;
}
.BgClassName
{
background-color: #41D68A;
}
</style>
border-color css
<style>
span { border-color: #41D68A; }
span { border-color: rgb(65,214,138); }
td.TdClassName
{
border-color: #41D68A;
}
.TagClassName
{
border-color: #41D68A;
}
</style>