Shades of Malachite #26F75D
Tints of Malachite #26F75D
RGB
CMYK
RGB Variations
Color information
#26F75D (or 0x26F75D) is known color: Malachite. HEX triplet: 26, F7 and 5D. RGB value is (38,247,93). Sum of RGB (Red+Green+Blue) = 38+247+93=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #26F75D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26F75D is #D908A2. Grayscale: #A7A7A7. Windows color (decimal): -14223523 or 6158118. OLE color: 6158118.
HSL color Cylindrical-coordinate representation of color #26F75D: hue angle of 135.79º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26F75D is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 247 | 93 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.03 |
| HSL | 135.79º | 0.93% | 0.56% | - |
| HSV(B) | 135.79º | 0.85% | 0.97% | - |
| XYZ | 36.04 | 67.72 | 21.53 | - |
| YUV | 166.95 | 86.26 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 247 | 93 | 0.85 | 0 | 0.62 | 0.03 | 135.79 | 0.93 | 0.56 |
| Hex | 26 | F7 | 5D | 55 | 0 | 3E | 3 | 88 | 5D | 38 |
| Octal | 46 | 367 | 135 | 125 | 0 | 76 | 3 | 210 | 135 | 70 |
| Binary | 100110 | 11110111 | 1011101 | 1010101 | 0 | 111110 | 11 | 10001000 | 1011101 | 111000 |
Color Harmonies of #26F75D
Complementary color
Monochromatic Colors of #26F75D
Black with #26F75D
Text Example
Text Example
White with #26F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F75D; }
p { color: rgb(38,247,93); }
H1.HeaderClassName
{
color: #26F75D;
}
.AnyTagClassName
{
color: #26F75D;
}
</style>
background-color css
<style>
a { background-color: #26F75D; }
a { background-color: rgb(38,247,93); }
div.DivClassName
{
background-color: #26F75D;
}
.BgClassName
{
background-color: #26F75D;
}
</style>
border-color css
<style>
span { border-color: #26F75D; }
span { border-color: rgb(38,247,93); }
td.TdClassName
{
border-color: #26F75D;
}
.TagClassName
{
border-color: #26F75D;
}
</style>