Shades of Shamrock #41DFB0
Tints of Shamrock #41DFB0
RGB
CMYK
RGB Variations
Color information
#41DFB0 (or 0x41DFB0) is known color: Shamrock. HEX triplet: 41, DF and B0. RGB value is (65,223,176). Sum of RGB (Red+Green+Blue) = 65+223+176=464 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.01% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DFB0 is #BE204F. Grayscale: #AAAAAA. Windows color (decimal): -12460112 or 11591489. OLE color: 11591489.
HSL color Cylindrical-coordinate representation of color #41DFB0: hue angle of 162.15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DFB0 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 176 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.13 |
| HSL | 162.15º | 0.71% | 0.56% | - |
| HSV(B) | 162.15º | 0.71% | 0.87% | - |
| XYZ | 36.4 | 57.03 | 50.16 | - |
| YUV | 170.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 176 | 0.71 | 0 | 0.21 | 0.13 | 162.15 | 0.71 | 0.56 |
| Hex | 41 | DF | B0 | 47 | 0 | 15 | D | A2 | 47 | 38 |
| Octal | 101 | 337 | 260 | 107 | 0 | 25 | 15 | 242 | 107 | 70 |
| Binary | 1000001 | 11011111 | 10110000 | 1000111 | 0 | 10101 | 1101 | 10100010 | 1000111 | 111000 |
Color Harmonies of #41DFB0
Complementary color
Monochromatic Colors of #41DFB0
Black with #41DFB0
Text Example
Text Example
White with #41DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DFB0; }
p { color: rgb(65,223,176); }
H1.HeaderClassName
{
color: #41DFB0;
}
.AnyTagClassName
{
color: #41DFB0;
}
</style>
background-color css
<style>
a { background-color: #41DFB0; }
a { background-color: rgb(65,223,176); }
div.DivClassName
{
background-color: #41DFB0;
}
.BgClassName
{
background-color: #41DFB0;
}
</style>
border-color css
<style>
span { border-color: #41DFB0; }
span { border-color: rgb(65,223,176); }
td.TdClassName
{
border-color: #41DFB0;
}
.TagClassName
{
border-color: #41DFB0;
}
</style>