Shades of Malachite #26FF5D
Tints of Malachite #26FF5D
RGB
CMYK
RGB Variations
Color information
#26FF5D (or 0x26FF5D) is known color: Malachite. HEX triplet: 26, FF and 5D. RGB value is (38,255,93). Sum of RGB (Red+Green+Blue) = 38+255+93=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #26FF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26FF5D is #D900A2. Grayscale: #ACACAC. Windows color (decimal): -14221475 or 6160166. OLE color: 6160166.
HSL color Cylindrical-coordinate representation of color #26FF5D: hue angle of 135.21º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FF5D is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 255 | 93 | - |
| CMYK | 0.85 | 0 | 0.64 | 0 |
| HSL | 135.21º | 1% | 0.57% | - |
| HSV(B) | 135.21º | 0.85% | 1% | - |
| XYZ | 38.54 | 72.72 | 22.36 | - |
| YUV | 171.65 | 83.61 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 255 | 93 | 0.85 | 0 | 0.64 | 0 | 135.21 | 1 | 0.57 |
| Hex | 26 | FF | 5D | 55 | 0 | 40 | 0 | 87 | 64 | 39 |
| Octal | 46 | 377 | 135 | 125 | 0 | 100 | 0 | 207 | 144 | 71 |
| Binary | 100110 | 11111111 | 1011101 | 1010101 | 0 | 1000000 | 0 | 10000111 | 1100100 | 111001 |
Color Harmonies of #26FF5D
Complementary color
Monochromatic Colors of #26FF5D
Black with #26FF5D
Text Example
Text Example
White with #26FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FF5D; }
p { color: rgb(38,255,93); }
H1.HeaderClassName
{
color: #26FF5D;
}
.AnyTagClassName
{
color: #26FF5D;
}
</style>
background-color css
<style>
a { background-color: #26FF5D; }
a { background-color: rgb(38,255,93); }
div.DivClassName
{
background-color: #26FF5D;
}
.BgClassName
{
background-color: #26FF5D;
}
</style>
border-color css
<style>
span { border-color: #26FF5D; }
span { border-color: rgb(38,255,93); }
td.TdClassName
{
border-color: #26FF5D;
}
.TagClassName
{
border-color: #26FF5D;
}
</style>