Shades of Malachite #26DD68
Tints of Malachite #26DD68
RGB
CMYK
RGB Variations
Color information
#26DD68 (or 0x26DD68) is known color: Malachite. HEX triplet: 26, DD and 68. RGB value is (38,221,104). Sum of RGB (Red+Green+Blue) = 38+221+104=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #26DD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26DD68 is #D92297. Grayscale: #999999. Windows color (decimal): -14230168 or 6872358. OLE color: 6872358.
HSL color Cylindrical-coordinate representation of color #26DD68: hue angle of 141.64º 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 #26DD68 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 221 | 104 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.13 |
| HSL | 141.64º | 0.73% | 0.51% | - |
| HSV(B) | 141.64º | 0.83% | 0.87% | - |
| XYZ | 29.15 | 53.12 | 21.81 | - |
| YUV | 152.95 | 100.37 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 221 | 104 | 0.83 | 0 | 0.53 | 0.13 | 141.64 | 0.73 | 0.51 |
| Hex | 26 | DD | 68 | 53 | 0 | 35 | D | 8E | 49 | 33 |
| Octal | 46 | 335 | 150 | 123 | 0 | 65 | 15 | 216 | 111 | 63 |
| Binary | 100110 | 11011101 | 1101000 | 1010011 | 0 | 110101 | 1101 | 10001110 | 1001001 | 110011 |
Color Harmonies of #26DD68
Complementary color
Monochromatic Colors of #26DD68
Black with #26DD68
Text Example
Text Example
White with #26DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DD68; }
p { color: rgb(38,221,104); }
H1.HeaderClassName
{
color: #26DD68;
}
.AnyTagClassName
{
color: #26DD68;
}
</style>
background-color css
<style>
a { background-color: #26DD68; }
a { background-color: rgb(38,221,104); }
div.DivClassName
{
background-color: #26DD68;
}
.BgClassName
{
background-color: #26DD68;
}
</style>
border-color css
<style>
span { border-color: #26DD68; }
span { border-color: rgb(38,221,104); }
td.TdClassName
{
border-color: #26DD68;
}
.TagClassName
{
border-color: #26DD68;
}
</style>