Shades of Malachite #26BF55
Tints of Malachite #26BF55
RGB
CMYK
RGB Variations
Color information
#26BF55 (or 0x26BF55) is known color: Malachite. HEX triplet: 26, BF and 55. RGB value is (38,191,85). Sum of RGB (Red+Green+Blue) = 38+191+85=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BF55 is #D940AA. Grayscale: #858585. Windows color (decimal): -14237867 or 5619494. OLE color: 5619494.
HSL color Cylindrical-coordinate representation of color #26BF55: hue angle of 138.43º 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 #26BF55 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 191 | 85 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.25 |
| HSL | 138.43º | 0.67% | 0.45% | - |
| HSV(B) | 138.43º | 0.8% | 0.75% | - |
| XYZ | 21.07 | 38.33 | 14.88 | - |
| YUV | 133.17 | 100.81 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 85 | 0.80 | 0 | 0.55 | 0.25 | 138.43 | 0.67 | 0.45 |
| Hex | 26 | BF | 55 | 50 | 0 | 37 | 19 | 8A | 43 | 2D |
| Octal | 46 | 277 | 125 | 120 | 0 | 67 | 31 | 212 | 103 | 55 |
| Binary | 100110 | 10111111 | 1010101 | 1010000 | 0 | 110111 | 11001 | 10001010 | 1000011 | 101101 |
Color Harmonies of #26BF55
Complementary color
Monochromatic Colors of #26BF55
Black with #26BF55
Text Example
Text Example
White with #26BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BF55; }
p { color: rgb(38,191,85); }
H1.HeaderClassName
{
color: #26BF55;
}
.AnyTagClassName
{
color: #26BF55;
}
</style>
background-color css
<style>
a { background-color: #26BF55; }
a { background-color: rgb(38,191,85); }
div.DivClassName
{
background-color: #26BF55;
}
.BgClassName
{
background-color: #26BF55;
}
</style>
border-color css
<style>
span { border-color: #26BF55; }
span { border-color: rgb(38,191,85); }
td.TdClassName
{
border-color: #26BF55;
}
.TagClassName
{
border-color: #26BF55;
}
</style>