Shades of Shamrock #41BB8C
Tints of Shamrock #41BB8C
RGB
CMYK
RGB Variations
Color information
#41BB8C (or 0x41BB8C) is known color: Shamrock. HEX triplet: 41, BB and 8C. RGB value is (65,187,140). Sum of RGB (Red+Green+Blue) = 65+187+140=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BB8C is #BE4473. Grayscale: #919191. Windows color (decimal): -12469364 or 9222977. OLE color: 9222977.
HSL color Cylindrical-coordinate representation of color #41BB8C: hue angle of 156.89º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BB8C is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 187 | 140 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.27 |
| HSL | 156.89º | 0.48% | 0.49% | - |
| HSV(B) | 156.89º | 0.65% | 0.73% | - |
| XYZ | 24.68 | 38.56 | 30.95 | - |
| YUV | 145.16 | 125.08 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 187 | 140 | 0.65 | 0 | 0.25 | 0.27 | 156.89 | 0.48 | 0.49 |
| Hex | 41 | BB | 8C | 41 | 0 | 19 | 1B | 9D | 30 | 31 |
| Octal | 101 | 273 | 214 | 101 | 0 | 31 | 33 | 235 | 60 | 61 |
| Binary | 1000001 | 10111011 | 10001100 | 1000001 | 0 | 11001 | 11011 | 10011101 | 110000 | 110001 |
Color Harmonies of #41BB8C
Complementary color
Monochromatic Colors of #41BB8C
Black with #41BB8C
Text Example
Text Example
White with #41BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BB8C; }
p { color: rgb(65,187,140); }
H1.HeaderClassName
{
color: #41BB8C;
}
.AnyTagClassName
{
color: #41BB8C;
}
</style>
background-color css
<style>
a { background-color: #41BB8C; }
a { background-color: rgb(65,187,140); }
div.DivClassName
{
background-color: #41BB8C;
}
.BgClassName
{
background-color: #41BB8C;
}
</style>
border-color css
<style>
span { border-color: #41BB8C; }
span { border-color: rgb(65,187,140); }
td.TdClassName
{
border-color: #41BB8C;
}
.TagClassName
{
border-color: #41BB8C;
}
</style>