Shades of Malachite #26DD61
Tints of Malachite #26DD61
RGB
CMYK
RGB Variations
Color information
#26DD61 (or 0x26DD61) is known color: Malachite. HEX triplet: 26, DD and 61. RGB value is (38,221,97). Sum of RGB (Red+Green+Blue) = 38+221+97=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #26DD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26DD61 is #D9229E. Grayscale: #989898. Windows color (decimal): -14230175 or 6413606. OLE color: 6413606.
HSL color Cylindrical-coordinate representation of color #26DD61: hue angle of 139.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DD61 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 221 | 97 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.13 |
| HSL | 139.34º | 0.73% | 0.51% | - |
| HSV(B) | 139.34º | 0.83% | 0.87% | - |
| XYZ | 28.81 | 52.99 | 20.02 | - |
| YUV | 152.15 | 96.87 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 221 | 97 | 0.83 | 0 | 0.56 | 0.13 | 139.34 | 0.73 | 0.51 |
| Hex | 26 | DD | 61 | 53 | 0 | 38 | D | 8B | 49 | 33 |
| Octal | 46 | 335 | 141 | 123 | 0 | 70 | 15 | 213 | 111 | 63 |
| Binary | 100110 | 11011101 | 1100001 | 1010011 | 0 | 111000 | 1101 | 10001011 | 1001001 | 110011 |
Color Harmonies of #26DD61
Complementary color
Monochromatic Colors of #26DD61
Black with #26DD61
Text Example
Text Example
White with #26DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DD61; }
p { color: rgb(38,221,97); }
H1.HeaderClassName
{
color: #26DD61;
}
.AnyTagClassName
{
color: #26DD61;
}
</style>
background-color css
<style>
a { background-color: #26DD61; }
a { background-color: rgb(38,221,97); }
div.DivClassName
{
background-color: #26DD61;
}
.BgClassName
{
background-color: #26DD61;
}
</style>
border-color css
<style>
span { border-color: #26DD61; }
span { border-color: rgb(38,221,97); }
td.TdClassName
{
border-color: #26DD61;
}
.TagClassName
{
border-color: #26DD61;
}
</style>