Shades of Malachite #26CF4B
Tints of Malachite #26CF4B
RGB
CMYK
RGB Variations
Color information
#26CF4B (or 0x26CF4B) is known color: Malachite. HEX triplet: 26, CF and 4B. RGB value is (38,207,75). Sum of RGB (Red+Green+Blue) = 38+207+75=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #26CF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CF4B is #D930B4. Grayscale: #8D8D8D. Windows color (decimal): -14233781 or 4968230. OLE color: 4968230.
HSL color Cylindrical-coordinate representation of color #26CF4B: hue angle of 133.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CF4B is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 207 | 75 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.19 |
| HSL | 133.14º | 0.69% | 0.48% | - |
| HSV(B) | 133.14º | 0.82% | 0.81% | - |
| XYZ | 24.38 | 45.55 | 14.16 | - |
| YUV | 141.42 | 90.51 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 75 | 0.82 | 0 | 0.64 | 0.19 | 133.14 | 0.69 | 0.48 |
| Hex | 26 | CF | 4B | 52 | 0 | 40 | 13 | 85 | 45 | 30 |
| Octal | 46 | 317 | 113 | 122 | 0 | 100 | 23 | 205 | 105 | 60 |
| Binary | 100110 | 11001111 | 1001011 | 1010010 | 0 | 1000000 | 10011 | 10000101 | 1000101 | 110000 |
Color Harmonies of #26CF4B
Complementary color
Monochromatic Colors of #26CF4B
Black with #26CF4B
Text Example
Text Example
White with #26CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CF4B; }
p { color: rgb(38,207,75); }
H1.HeaderClassName
{
color: #26CF4B;
}
.AnyTagClassName
{
color: #26CF4B;
}
</style>
background-color css
<style>
a { background-color: #26CF4B; }
a { background-color: rgb(38,207,75); }
div.DivClassName
{
background-color: #26CF4B;
}
.BgClassName
{
background-color: #26CF4B;
}
</style>
border-color css
<style>
span { border-color: #26CF4B; }
span { border-color: rgb(38,207,75); }
td.TdClassName
{
border-color: #26CF4B;
}
.TagClassName
{
border-color: #26CF4B;
}
</style>