Shades of Malachite #29EE65
Tints of Malachite #29EE65
RGB
CMYK
RGB Variations
Color information
#29EE65 (or 0x29EE65) is known color: Malachite. HEX triplet: 29, EE and 65. RGB value is (41,238,101). Sum of RGB (Red+Green+Blue) = 41+238+101=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 238 (93.36% from 255 or 62.63% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 238 - color contains mainly: green. Hex color #29EE65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #29EE65 is #D6119A. Grayscale: #A3A3A3. Windows color (decimal): -14029211 or 6680105. OLE color: 6680105.
HSL color Cylindrical-coordinate representation of color #29EE65: hue angle of 138.27º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EE65 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 238 | 101 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.07 |
| HSL | 138.27º | 0.85% | 0.55% | - |
| HSV(B) | 138.27º | 0.83% | 0.93% | - |
| XYZ | 33.84 | 62.56 | 22.6 | - |
| YUV | 163.48 | 92.73 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 238 | 101 | 0.83 | 0 | 0.58 | 0.07 | 138.27 | 0.85 | 0.55 |
| Hex | 29 | EE | 65 | 53 | 0 | 3A | 7 | 8A | 55 | 37 |
| Octal | 51 | 356 | 145 | 123 | 0 | 72 | 7 | 212 | 125 | 67 |
| Binary | 101001 | 11101110 | 1100101 | 1010011 | 0 | 111010 | 111 | 10001010 | 1010101 | 110111 |
Color Harmonies of #29EE65
Complementary color
Monochromatic Colors of #29EE65
Black with #29EE65
Text Example
Text Example
White with #29EE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EE65; }
p { color: rgb(41,238,101); }
H1.HeaderClassName
{
color: #29EE65;
}
.AnyTagClassName
{
color: #29EE65;
}
</style>
background-color css
<style>
a { background-color: #29EE65; }
a { background-color: rgb(41,238,101); }
div.DivClassName
{
background-color: #29EE65;
}
.BgClassName
{
background-color: #29EE65;
}
</style>
border-color css
<style>
span { border-color: #29EE65; }
span { border-color: rgb(41,238,101); }
td.TdClassName
{
border-color: #29EE65;
}
.TagClassName
{
border-color: #29EE65;
}
</style>