Shades of Malachite #26DA52
Tints of Malachite #26DA52
RGB
CMYK
RGB Variations
Color information
#26DA52 (or 0x26DA52) is known color: Malachite. HEX triplet: 26, DA and 52. RGB value is (38,218,82). Sum of RGB (Red+Green+Blue) = 38+218+82=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26DA52 is #D925AD. Grayscale: #959595. Windows color (decimal): -14230958 or 5429798. OLE color: 5429798.
HSL color Cylindrical-coordinate representation of color #26DA52: hue angle of 134.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DA52 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 82 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.15 |
| HSL | 134.67º | 0.71% | 0.5% | - |
| HSV(B) | 134.67º | 0.83% | 0.85% | - |
| XYZ | 27.39 | 51.16 | 16.41 | - |
| YUV | 148.68 | 90.37 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 82 | 0.83 | 0 | 0.62 | 0.15 | 134.67 | 0.71 | 0.5 |
| Hex | 26 | DA | 52 | 53 | 0 | 3E | F | 87 | 47 | 32 |
| Octal | 46 | 332 | 122 | 123 | 0 | 76 | 17 | 207 | 107 | 62 |
| Binary | 100110 | 11011010 | 1010010 | 1010011 | 0 | 111110 | 1111 | 10000111 | 1000111 | 110010 |
Color Harmonies of #26DA52
Complementary color
Monochromatic Colors of #26DA52
Black with #26DA52
Text Example
Text Example
White with #26DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DA52; }
p { color: rgb(38,218,82); }
H1.HeaderClassName
{
color: #26DA52;
}
.AnyTagClassName
{
color: #26DA52;
}
</style>
background-color css
<style>
a { background-color: #26DA52; }
a { background-color: rgb(38,218,82); }
div.DivClassName
{
background-color: #26DA52;
}
.BgClassName
{
background-color: #26DA52;
}
</style>
border-color css
<style>
span { border-color: #26DA52; }
span { border-color: rgb(38,218,82); }
td.TdClassName
{
border-color: #26DA52;
}
.TagClassName
{
border-color: #26DA52;
}
</style>