Shades of Malachite #26F552
Tints of Malachite #26F552
RGB
CMYK
RGB Variations
Color information
#26F552 (or 0x26F552) is known color: Malachite. HEX triplet: 26, F5 and 52. RGB value is (38,245,82). Sum of RGB (Red+Green+Blue) = 38+245+82=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 245 (96.09% from 255 or 67.12% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 245 - color contains mainly: green. Hex color #26F552 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26F552 is #D90AAD. Grayscale: #A4A4A4. Windows color (decimal): -14224046 or 5436710. OLE color: 5436710.
HSL color Cylindrical-coordinate representation of color #26F552: hue angle of 132.75º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F552 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 245 | 82 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.04 |
| HSL | 132.75º | 0.91% | 0.55% | - |
| HSV(B) | 132.75º | 0.84% | 0.96% | - |
| XYZ | 34.97 | 66.33 | 18.94 | - |
| YUV | 164.53 | 81.42 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 245 | 82 | 0.84 | 0 | 0.67 | 0.04 | 132.75 | 0.91 | 0.55 |
| Hex | 26 | F5 | 52 | 54 | 0 | 43 | 4 | 85 | 5B | 37 |
| Octal | 46 | 365 | 122 | 124 | 0 | 103 | 4 | 205 | 133 | 67 |
| Binary | 100110 | 11110101 | 1010010 | 1010100 | 0 | 1000011 | 100 | 10000101 | 1011011 | 110111 |
Color Harmonies of #26F552
Complementary color
Monochromatic Colors of #26F552
Black with #26F552
Text Example
Text Example
White with #26F552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F552; }
p { color: rgb(38,245,82); }
H1.HeaderClassName
{
color: #26F552;
}
.AnyTagClassName
{
color: #26F552;
}
</style>
background-color css
<style>
a { background-color: #26F552; }
a { background-color: rgb(38,245,82); }
div.DivClassName
{
background-color: #26F552;
}
.BgClassName
{
background-color: #26F552;
}
</style>
border-color css
<style>
span { border-color: #26F552; }
span { border-color: rgb(38,245,82); }
td.TdClassName
{
border-color: #26F552;
}
.TagClassName
{
border-color: #26F552;
}
</style>