Shades of Malachite #26C550
Tints of Malachite #26C550
RGB
CMYK
RGB Variations
Color information
#26C550 (or 0x26C550) is known color: Malachite. HEX triplet: 26, C5 and 50. RGB value is (38,197,80). Sum of RGB (Red+Green+Blue) = 38+197+80=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #26C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C550 is #D93AAF. Grayscale: #888888. Windows color (decimal): -14236336 or 5293350. OLE color: 5293350.
HSL color Cylindrical-coordinate representation of color #26C550: hue angle of 135.85º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C550 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 197 | 80 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.23 |
| HSL | 135.85º | 0.68% | 0.46% | - |
| HSV(B) | 135.85º | 0.81% | 0.77% | - |
| XYZ | 22.21 | 40.92 | 14.32 | - |
| YUV | 136.12 | 96.32 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 197 | 80 | 0.81 | 0 | 0.59 | 0.23 | 135.85 | 0.68 | 0.46 |
| Hex | 26 | C5 | 50 | 51 | 0 | 3B | 17 | 88 | 44 | 2E |
| Octal | 46 | 305 | 120 | 121 | 0 | 73 | 27 | 210 | 104 | 56 |
| Binary | 100110 | 11000101 | 1010000 | 1010001 | 0 | 111011 | 10111 | 10001000 | 1000100 | 101110 |
Color Harmonies of #26C550
Complementary color
Monochromatic Colors of #26C550
Black with #26C550
Text Example
Text Example
White with #26C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C550; }
p { color: rgb(38,197,80); }
H1.HeaderClassName
{
color: #26C550;
}
.AnyTagClassName
{
color: #26C550;
}
</style>
background-color css
<style>
a { background-color: #26C550; }
a { background-color: rgb(38,197,80); }
div.DivClassName
{
background-color: #26C550;
}
.BgClassName
{
background-color: #26C550;
}
</style>
border-color css
<style>
span { border-color: #26C550; }
span { border-color: rgb(38,197,80); }
td.TdClassName
{
border-color: #26C550;
}
.TagClassName
{
border-color: #26C550;
}
</style>