Shades of Malachite #26BF4D
Tints of Malachite #26BF4D
RGB
CMYK
RGB Variations
Color information
#26BF4D (or 0x26BF4D) is known color: Malachite. HEX triplet: 26, BF and 4D. RGB value is (38,191,77). Sum of RGB (Red+Green+Blue) = 38+191+77=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BF4D is #D940B2. Grayscale: #848484. Windows color (decimal): -14237875 or 5095206. OLE color: 5095206.
HSL color Cylindrical-coordinate representation of color #26BF4D: hue angle of 135.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BF4D is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 191 | 77 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.25 |
| HSL | 135.29º | 0.67% | 0.45% | - |
| HSV(B) | 135.29º | 0.8% | 0.75% | - |
| XYZ | 20.77 | 38.21 | 13.3 | - |
| YUV | 132.26 | 96.81 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 77 | 0.80 | 0 | 0.60 | 0.25 | 135.29 | 0.67 | 0.45 |
| Hex | 26 | BF | 4D | 50 | 0 | 3C | 19 | 87 | 43 | 2D |
| Octal | 46 | 277 | 115 | 120 | 0 | 74 | 31 | 207 | 103 | 55 |
| Binary | 100110 | 10111111 | 1001101 | 1010000 | 0 | 111100 | 11001 | 10000111 | 1000011 | 101101 |
Color Harmonies of #26BF4D
Complementary color
Monochromatic Colors of #26BF4D
Black with #26BF4D
Text Example
Text Example
White with #26BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BF4D; }
p { color: rgb(38,191,77); }
H1.HeaderClassName
{
color: #26BF4D;
}
.AnyTagClassName
{
color: #26BF4D;
}
</style>
background-color css
<style>
a { background-color: #26BF4D; }
a { background-color: rgb(38,191,77); }
div.DivClassName
{
background-color: #26BF4D;
}
.BgClassName
{
background-color: #26BF4D;
}
</style>
border-color css
<style>
span { border-color: #26BF4D; }
span { border-color: rgb(38,191,77); }
td.TdClassName
{
border-color: #26BF4D;
}
.TagClassName
{
border-color: #26BF4D;
}
</style>