Shades of Malachite #26E250
Tints of Malachite #26E250
RGB
CMYK
RGB Variations
Color information
#26E250 (or 0x26E250) is known color: Malachite. HEX triplet: 26, E2 and 50. RGB value is (38,226,80). Sum of RGB (Red+Green+Blue) = 38+226+80=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 226 (88.67% from 255 or 65.70% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 226 - color contains mainly: green. Hex color #26E250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26E250 is #D91DAF. Grayscale: #999999. Windows color (decimal): -14228912 or 5300774. OLE color: 5300774.
HSL color Cylindrical-coordinate representation of color #26E250: hue angle of 133.4º degrees, saturation: 0.76, 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 #26E250 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 226 | 80 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.11 |
| HSL | 133.4º | 0.76% | 0.52% | - |
| HSV(B) | 133.4º | 0.83% | 0.89% | - |
| XYZ | 29.44 | 55.38 | 16.73 | - |
| YUV | 153.14 | 86.72 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 226 | 80 | 0.83 | 0 | 0.65 | 0.11 | 133.4 | 0.76 | 0.52 |
| Hex | 26 | E2 | 50 | 53 | 0 | 41 | B | 85 | 4C | 34 |
| Octal | 46 | 342 | 120 | 123 | 0 | 101 | 13 | 205 | 114 | 64 |
| Binary | 100110 | 11100010 | 1010000 | 1010011 | 0 | 1000001 | 1011 | 10000101 | 1001100 | 110100 |
Color Harmonies of #26E250
Complementary color
Monochromatic Colors of #26E250
Black with #26E250
Text Example
Text Example
White with #26E250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E250; }
p { color: rgb(38,226,80); }
H1.HeaderClassName
{
color: #26E250;
}
.AnyTagClassName
{
color: #26E250;
}
</style>
background-color css
<style>
a { background-color: #26E250; }
a { background-color: rgb(38,226,80); }
div.DivClassName
{
background-color: #26E250;
}
.BgClassName
{
background-color: #26E250;
}
</style>
border-color css
<style>
span { border-color: #26E250; }
span { border-color: rgb(38,226,80); }
td.TdClassName
{
border-color: #26E250;
}
.TagClassName
{
border-color: #26E250;
}
</style>