Shades of Shamrock #41D58B
Tints of Shamrock #41D58B
RGB
CMYK
RGB Variations
Color information
#41D58B (or 0x41D58B) is known color: Shamrock. HEX triplet: 41, D5 and 8B. RGB value is (65,213,139). Sum of RGB (Red+Green+Blue) = 65+213+139=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #41D58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D58B is #BE2A74. Grayscale: #A0A0A0. Windows color (decimal): -12462709 or 9164097. OLE color: 9164097.
HSL color Cylindrical-coordinate representation of color #41D58B: hue angle of 150º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D58B is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 139 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.16 |
| HSL | 150º | 0.64% | 0.55% | - |
| HSV(B) | 150º | 0.69% | 0.84% | - |
| XYZ | 30.63 | 50.58 | 32.57 | - |
| YUV | 160.31 | 115.97 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 139 | 0.69 | 0 | 0.35 | 0.16 | 150 | 0.64 | 0.55 |
| Hex | 41 | D5 | 8B | 45 | 0 | 23 | 10 | 96 | 40 | 37 |
| Octal | 101 | 325 | 213 | 105 | 0 | 43 | 20 | 226 | 100 | 67 |
| Binary | 1000001 | 11010101 | 10001011 | 1000101 | 0 | 100011 | 10000 | 10010110 | 1000000 | 110111 |
Color Harmonies of #41D58B
Complementary color
Monochromatic Colors of #41D58B
Black with #41D58B
Text Example
Text Example
White with #41D58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D58B; }
p { color: rgb(65,213,139); }
H1.HeaderClassName
{
color: #41D58B;
}
.AnyTagClassName
{
color: #41D58B;
}
</style>
background-color css
<style>
a { background-color: #41D58B; }
a { background-color: rgb(65,213,139); }
div.DivClassName
{
background-color: #41D58B;
}
.BgClassName
{
background-color: #41D58B;
}
</style>
border-color css
<style>
span { border-color: #41D58B; }
span { border-color: rgb(65,213,139); }
td.TdClassName
{
border-color: #41D58B;
}
.TagClassName
{
border-color: #41D58B;
}
</style>