Shades of Malachite #29FA68
Tints of Malachite #29FA68
RGB
CMYK
RGB Variations
Color information
#29FA68 (or 0x29FA68) is known color: Malachite. HEX triplet: 29, FA and 68. RGB value is (41,250,104). Sum of RGB (Red+Green+Blue) = 41+250+104=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 250 (98.05% from 255 or 63.29% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 250 - color contains mainly: green. Hex color #29FA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #29FA68 is #D60597. Grayscale: #ABABAB. Windows color (decimal): -14026136 or 6879785. OLE color: 6879785.
HSL color Cylindrical-coordinate representation of color #29FA68: hue angle of 138.09º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FA68 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 250 | 104 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.02 |
| HSL | 138.09º | 0.95% | 0.57% | - |
| HSV(B) | 138.09º | 0.84% | 0.98% | - |
| XYZ | 37.6 | 69.84 | 24.6 | - |
| YUV | 170.87 | 90.26 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 250 | 104 | 0.84 | 0 | 0.58 | 0.02 | 138.09 | 0.95 | 0.57 |
| Hex | 29 | FA | 68 | 54 | 0 | 3A | 2 | 8A | 5F | 39 |
| Octal | 51 | 372 | 150 | 124 | 0 | 72 | 2 | 212 | 137 | 71 |
| Binary | 101001 | 11111010 | 1101000 | 1010100 | 0 | 111010 | 10 | 10001010 | 1011111 | 111001 |
Color Harmonies of #29FA68
Complementary color
Monochromatic Colors of #29FA68
Black with #29FA68
Text Example
Text Example
White with #29FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FA68; }
p { color: rgb(41,250,104); }
H1.HeaderClassName
{
color: #29FA68;
}
.AnyTagClassName
{
color: #29FA68;
}
</style>
background-color css
<style>
a { background-color: #29FA68; }
a { background-color: rgb(41,250,104); }
div.DivClassName
{
background-color: #29FA68;
}
.BgClassName
{
background-color: #29FA68;
}
</style>
border-color css
<style>
span { border-color: #29FA68; }
span { border-color: rgb(41,250,104); }
td.TdClassName
{
border-color: #29FA68;
}
.TagClassName
{
border-color: #29FA68;
}
</style>