Shades of Shamrock #29CF86
Tints of Shamrock #29CF86
RGB
CMYK
RGB Variations
Color information
#29CF86 (or 0x29CF86) is known color: Shamrock. HEX triplet: 29, CF and 86. RGB value is (41,207,134). Sum of RGB (Red+Green+Blue) = 41+207+134=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CF86 is #D63079. Grayscale: #959595. Windows color (decimal): -14037114 or 8834857. OLE color: 8834857.
HSL color Cylindrical-coordinate representation of color #29CF86: hue angle of 153.61º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CF86 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 134 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.19 |
| HSL | 153.61º | 0.67% | 0.49% | - |
| HSV(B) | 153.61º | 0.8% | 0.81% | - |
| XYZ | 27.53 | 46.82 | 30.14 | - |
| YUV | 149.04 | 119.5 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 134 | 0.80 | 0 | 0.35 | 0.19 | 153.61 | 0.67 | 0.49 |
| Hex | 29 | CF | 86 | 50 | 0 | 23 | 13 | 9A | 43 | 31 |
| Octal | 51 | 317 | 206 | 120 | 0 | 43 | 23 | 232 | 103 | 61 |
| Binary | 101001 | 11001111 | 10000110 | 1010000 | 0 | 100011 | 10011 | 10011010 | 1000011 | 110001 |
Color Harmonies of #29CF86
Complementary color
Monochromatic Colors of #29CF86
Black with #29CF86
Text Example
Text Example
White with #29CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF86; }
p { color: rgb(41,207,134); }
H1.HeaderClassName
{
color: #29CF86;
}
.AnyTagClassName
{
color: #29CF86;
}
</style>
background-color css
<style>
a { background-color: #29CF86; }
a { background-color: rgb(41,207,134); }
div.DivClassName
{
background-color: #29CF86;
}
.BgClassName
{
background-color: #29CF86;
}
</style>
border-color css
<style>
span { border-color: #29CF86; }
span { border-color: rgb(41,207,134); }
td.TdClassName
{
border-color: #29CF86;
}
.TagClassName
{
border-color: #29CF86;
}
</style>