Shades of Malachite #26FF4D
Tints of Malachite #26FF4D
RGB
CMYK
RGB Variations
Color information
#26FF4D (or 0x26FF4D) is known color: Malachite. HEX triplet: 26, FF and 4D. RGB value is (38,255,77). Sum of RGB (Red+Green+Blue) = 38+255+77=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #26FF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26FF4D is #D900B2. Grayscale: #AAAAAA. Windows color (decimal): -14221491 or 5111590. OLE color: 5111590.
HSL color Cylindrical-coordinate representation of color #26FF4D: hue angle of 130.78º 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 #26FF4D is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 255 | 77 | - |
| CMYK | 0.85 | 0 | 0.70 | 0 |
| HSL | 130.78º | 1% | 0.57% | - |
| HSV(B) | 130.78º | 0.85% | 1% | - |
| XYZ | 37.9 | 72.47 | 19.01 | - |
| YUV | 169.83 | 75.61 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 255 | 77 | 0.85 | 0 | 0.70 | 0 | 130.78 | 1 | 0.57 |
| Hex | 26 | FF | 4D | 55 | 0 | 46 | 0 | 83 | 64 | 39 |
| Octal | 46 | 377 | 115 | 125 | 0 | 106 | 0 | 203 | 144 | 71 |
| Binary | 100110 | 11111111 | 1001101 | 1010101 | 0 | 1000110 | 0 | 10000011 | 1100100 | 111001 |
Color Harmonies of #26FF4D
Complementary color
Monochromatic Colors of #26FF4D
Black with #26FF4D
Text Example
Text Example
White with #26FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FF4D; }
p { color: rgb(38,255,77); }
H1.HeaderClassName
{
color: #26FF4D;
}
.AnyTagClassName
{
color: #26FF4D;
}
</style>
background-color css
<style>
a { background-color: #26FF4D; }
a { background-color: rgb(38,255,77); }
div.DivClassName
{
background-color: #26FF4D;
}
.BgClassName
{
background-color: #26FF4D;
}
</style>
border-color css
<style>
span { border-color: #26FF4D; }
span { border-color: rgb(38,255,77); }
td.TdClassName
{
border-color: #26FF4D;
}
.TagClassName
{
border-color: #26FF4D;
}
</style>