Shades of Malachite #26E350
Tints of Malachite #26E350
RGB
CMYK
RGB Variations
Color information
#26E350 (or 0x26E350) is known color: Malachite. HEX triplet: 26, E3 and 50. RGB value is (38,227,80). Sum of RGB (Red+Green+Blue) = 38+227+80=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #26E350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26E350 is #D91CAF. Grayscale: #9A9A9A. Windows color (decimal): -14228656 or 5301030. OLE color: 5301030.
HSL color Cylindrical-coordinate representation of color #26E350: hue angle of 133.33º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E350 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 227 | 80 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.11 |
| HSL | 133.33º | 0.77% | 0.52% | - |
| HSV(B) | 133.33º | 0.83% | 0.89% | - |
| XYZ | 29.72 | 55.93 | 16.82 | - |
| YUV | 153.73 | 86.38 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 227 | 80 | 0.83 | 0 | 0.65 | 0.11 | 133.33 | 0.77 | 0.52 |
| Hex | 26 | E3 | 50 | 53 | 0 | 41 | B | 85 | 4D | 34 |
| Octal | 46 | 343 | 120 | 123 | 0 | 101 | 13 | 205 | 115 | 64 |
| Binary | 100110 | 11100011 | 1010000 | 1010011 | 0 | 1000001 | 1011 | 10000101 | 1001101 | 110100 |
Color Harmonies of #26E350
Complementary color
Monochromatic Colors of #26E350
Black with #26E350
Text Example
Text Example
White with #26E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E350; }
p { color: rgb(38,227,80); }
H1.HeaderClassName
{
color: #26E350;
}
.AnyTagClassName
{
color: #26E350;
}
</style>
background-color css
<style>
a { background-color: #26E350; }
a { background-color: rgb(38,227,80); }
div.DivClassName
{
background-color: #26E350;
}
.BgClassName
{
background-color: #26E350;
}
</style>
border-color css
<style>
span { border-color: #26E350; }
span { border-color: rgb(38,227,80); }
td.TdClassName
{
border-color: #26E350;
}
.TagClassName
{
border-color: #26E350;
}
</style>