Shades of Malachite #26FD55
Tints of Malachite #26FD55
RGB
CMYK
RGB Variations
Color information
#26FD55 (or 0x26FD55) is known color: Malachite. HEX triplet: 26, FD and 55. RGB value is (38,253,85). Sum of RGB (Red+Green+Blue) = 38+253+85=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 253 (99.22% from 255 or 67.29% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 253 - color contains mainly: green. Hex color #26FD55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26FD55 is #D902AA. Grayscale: #AAAAAA. Windows color (decimal): -14221995 or 5635366. OLE color: 5635366.
HSL color Cylindrical-coordinate representation of color #26FD55: hue angle of 133.12º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FD55 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 253 | 85 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.01 |
| HSL | 133.12º | 0.98% | 0.57% | - |
| HSV(B) | 133.12º | 0.85% | 0.99% | - |
| XYZ | 37.56 | 71.32 | 20.38 | - |
| YUV | 169.56 | 80.27 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 253 | 85 | 0.85 | 0 | 0.66 | 0.01 | 133.12 | 0.98 | 0.57 |
| Hex | 26 | FD | 55 | 55 | 0 | 42 | 1 | 85 | 62 | 39 |
| Octal | 46 | 375 | 125 | 125 | 0 | 102 | 1 | 205 | 142 | 71 |
| Binary | 100110 | 11111101 | 1010101 | 1010101 | 0 | 1000010 | 1 | 10000101 | 1100010 | 111001 |
Color Harmonies of #26FD55
Complementary color
Monochromatic Colors of #26FD55
Black with #26FD55
Text Example
Text Example
White with #26FD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FD55; }
p { color: rgb(38,253,85); }
H1.HeaderClassName
{
color: #26FD55;
}
.AnyTagClassName
{
color: #26FD55;
}
</style>
background-color css
<style>
a { background-color: #26FD55; }
a { background-color: rgb(38,253,85); }
div.DivClassName
{
background-color: #26FD55;
}
.BgClassName
{
background-color: #26FD55;
}
</style>
border-color css
<style>
span { border-color: #26FD55; }
span { border-color: rgb(38,253,85); }
td.TdClassName
{
border-color: #26FD55;
}
.TagClassName
{
border-color: #26FD55;
}
</style>