Shades of Shamrock #41C98B
Tints of Shamrock #41C98B
RGB
CMYK
RGB Variations
Color information
#41C98B (or 0x41C98B) is known color: Shamrock. HEX triplet: 41, C9 and 8B. RGB value is (65,201,139). Sum of RGB (Red+Green+Blue) = 65+201+139=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #41C98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C98B is #BE3674. Grayscale: #999999. Windows color (decimal): -12465781 or 9161025. OLE color: 9161025.
HSL color Cylindrical-coordinate representation of color #41C98B: hue angle of 152.65º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C98B is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 201 | 139 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.21 |
| HSL | 152.65º | 0.56% | 0.52% | - |
| HSV(B) | 152.65º | 0.68% | 0.79% | - |
| XYZ | 27.73 | 44.76 | 31.6 | - |
| YUV | 153.27 | 119.94 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 201 | 139 | 0.68 | 0 | 0.31 | 0.21 | 152.65 | 0.56 | 0.52 |
| Hex | 41 | C9 | 8B | 44 | 0 | 1F | 15 | 99 | 38 | 34 |
| Octal | 101 | 311 | 213 | 104 | 0 | 37 | 25 | 231 | 70 | 64 |
| Binary | 1000001 | 11001001 | 10001011 | 1000100 | 0 | 11111 | 10101 | 10011001 | 111000 | 110100 |
Color Harmonies of #41C98B
Complementary color
Monochromatic Colors of #41C98B
Black with #41C98B
Text Example
Text Example
White with #41C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C98B; }
p { color: rgb(65,201,139); }
H1.HeaderClassName
{
color: #41C98B;
}
.AnyTagClassName
{
color: #41C98B;
}
</style>
background-color css
<style>
a { background-color: #41C98B; }
a { background-color: rgb(65,201,139); }
div.DivClassName
{
background-color: #41C98B;
}
.BgClassName
{
background-color: #41C98B;
}
</style>
border-color css
<style>
span { border-color: #41C98B; }
span { border-color: rgb(65,201,139); }
td.TdClassName
{
border-color: #41C98B;
}
.TagClassName
{
border-color: #41C98B;
}
</style>