Shades of Malachite #24D068
Tints of Malachite #24D068
RGB
CMYK
RGB Variations
Color information
#24D068 (or 0x24D068) is known color: Malachite. HEX triplet: 24, D0 and 68. RGB value is (36,208,104). Sum of RGB (Red+Green+Blue) = 36+208+104=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #24D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24D068 is #DB2F97. Grayscale: #909090. Windows color (decimal): -14364568 or 6869028. OLE color: 6869028.
HSL color Cylindrical-coordinate representation of color #24D068: hue angle of 143.72º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D068 is Cyan = 0.83, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 208 | 104 | - |
| CMYK | 0.83 | 0 | 0.5 | 0.18 |
| HSL | 143.72º | 0.7% | 0.48% | - |
| HSV(B) | 143.72º | 0.83% | 0.82% | - |
| XYZ | 25.78 | 46.49 | 20.71 | - |
| YUV | 144.72 | 105.02 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 104 | 0.83 | 0 | 0.5 | 0.18 | 143.72 | 0.7 | 0.48 |
| Hex | 24 | D0 | 68 | 53 | 0 | 32 | 12 | 90 | 46 | 30 |
| Octal | 44 | 320 | 150 | 123 | 0 | 62 | 22 | 220 | 106 | 60 |
| Binary | 100100 | 11010000 | 1101000 | 1010011 | 0 | 110010 | 10010 | 10010000 | 1000110 | 110000 |
Color Harmonies of #24D068
Complementary color
Monochromatic Colors of #24D068
Black with #24D068
Text Example
Text Example
White with #24D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D068; }
p { color: rgb(36,208,104); }
H1.HeaderClassName
{
color: #24D068;
}
.AnyTagClassName
{
color: #24D068;
}
</style>
background-color css
<style>
a { background-color: #24D068; }
a { background-color: rgb(36,208,104); }
div.DivClassName
{
background-color: #24D068;
}
.BgClassName
{
background-color: #24D068;
}
</style>
border-color css
<style>
span { border-color: #24D068; }
span { border-color: rgb(36,208,104); }
td.TdClassName
{
border-color: #24D068;
}
.TagClassName
{
border-color: #24D068;
}
</style>