Shades of Shamrock #41DA90
Tints of Shamrock #41DA90
RGB
CMYK
RGB Variations
Color information
#41DA90 (or 0x41DA90) is known color: Shamrock. HEX triplet: 41, DA and 90. RGB value is (65,218,144). Sum of RGB (Red+Green+Blue) = 65+218+144=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DA90 is #BE256F. Grayscale: #A3A3A3. Windows color (decimal): -12461424 or 9493057. OLE color: 9493057.
HSL color Cylindrical-coordinate representation of color #41DA90: hue angle of 150.98º degrees, saturation: 0.67, 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 #41DA90 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 144 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.15 |
| HSL | 150.98º | 0.67% | 0.55% | - |
| HSV(B) | 150.98º | 0.7% | 0.85% | - |
| XYZ | 32.29 | 53.28 | 34.97 | - |
| YUV | 163.82 | 116.81 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 144 | 0.70 | 0 | 0.34 | 0.15 | 150.98 | 0.67 | 0.55 |
| Hex | 41 | DA | 90 | 46 | 0 | 22 | F | 97 | 43 | 37 |
| Octal | 101 | 332 | 220 | 106 | 0 | 42 | 17 | 227 | 103 | 67 |
| Binary | 1000001 | 11011010 | 10010000 | 1000110 | 0 | 100010 | 1111 | 10010111 | 1000011 | 110111 |
Color Harmonies of #41DA90
Complementary color
Monochromatic Colors of #41DA90
Black with #41DA90
Text Example
Text Example
White with #41DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DA90; }
p { color: rgb(65,218,144); }
H1.HeaderClassName
{
color: #41DA90;
}
.AnyTagClassName
{
color: #41DA90;
}
</style>
background-color css
<style>
a { background-color: #41DA90; }
a { background-color: rgb(65,218,144); }
div.DivClassName
{
background-color: #41DA90;
}
.BgClassName
{
background-color: #41DA90;
}
</style>
border-color css
<style>
span { border-color: #41DA90; }
span { border-color: rgb(65,218,144); }
td.TdClassName
{
border-color: #41DA90;
}
.TagClassName
{
border-color: #41DA90;
}
</style>