Shades of Malachite #26D053
Tints of Malachite #26D053
RGB
CMYK
RGB Variations
Color information
#26D053 (or 0x26D053) is known color: Malachite. HEX triplet: 26, D0 and 53. RGB value is (38,208,83). Sum of RGB (Red+Green+Blue) = 38+208+83=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #26D053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26D053 is #D92FAC. Grayscale: #8F8F8F. Windows color (decimal): -14233517 or 5492774. OLE color: 5492774.
HSL color Cylindrical-coordinate representation of color #26D053: hue angle of 135.88º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D053 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 208 | 83 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.18 |
| HSL | 135.88º | 0.69% | 0.48% | - |
| HSV(B) | 135.88º | 0.82% | 0.82% | - |
| XYZ | 24.92 | 46.15 | 15.78 | - |
| YUV | 142.92 | 94.18 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 208 | 83 | 0.82 | 0 | 0.60 | 0.18 | 135.88 | 0.69 | 0.48 |
| Hex | 26 | D0 | 53 | 52 | 0 | 3C | 12 | 88 | 45 | 30 |
| Octal | 46 | 320 | 123 | 122 | 0 | 74 | 22 | 210 | 105 | 60 |
| Binary | 100110 | 11010000 | 1010011 | 1010010 | 0 | 111100 | 10010 | 10001000 | 1000101 | 110000 |
Color Harmonies of #26D053
Complementary color
Monochromatic Colors of #26D053
Black with #26D053
Text Example
Text Example
White with #26D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D053; }
p { color: rgb(38,208,83); }
H1.HeaderClassName
{
color: #26D053;
}
.AnyTagClassName
{
color: #26D053;
}
</style>
background-color css
<style>
a { background-color: #26D053; }
a { background-color: rgb(38,208,83); }
div.DivClassName
{
background-color: #26D053;
}
.BgClassName
{
background-color: #26D053;
}
</style>
border-color css
<style>
span { border-color: #26D053; }
span { border-color: rgb(38,208,83); }
td.TdClassName
{
border-color: #26D053;
}
.TagClassName
{
border-color: #26D053;
}
</style>