Shades of Malachite #15DC3D
Tints of Malachite #15DC3D
RGB
CMYK
RGB Variations
Color information
#15DC3D (or 0x15DC3D) is known color: Malachite. HEX triplet: 15, DC and 3D. RGB value is (21,220,61). Sum of RGB (Red+Green+Blue) = 21+220+61=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #15DC3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DC3D is #EA23C2. Grayscale: #8E8E8E. Windows color (decimal): -15344579 or 4054037. OLE color: 4054037.
HSL color Cylindrical-coordinate representation of color #15DC3D: hue angle of 132.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DC3D is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 61 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.14 |
| HSL | 132.06º | 0.83% | 0.47% | - |
| HSV(B) | 132.06º | 0.9% | 0.86% | - |
| XYZ | 26.74 | 51.68 | 12.98 | - |
| YUV | 142.37 | 82.07 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 61 | 0.90 | 0 | 0.72 | 0.14 | 132.06 | 0.83 | 0.47 |
| Hex | 15 | DC | 3D | 5A | 0 | 48 | E | 84 | 53 | 2F |
| Octal | 25 | 334 | 75 | 132 | 0 | 110 | 16 | 204 | 123 | 57 |
| Binary | 10101 | 11011100 | 111101 | 1011010 | 0 | 1001000 | 1110 | 10000100 | 1010011 | 101111 |
Color Harmonies of #15DC3D
Complementary color
Monochromatic Colors of #15DC3D
Black with #15DC3D
Text Example
Text Example
White with #15DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DC3D; }
p { color: rgb(21,220,61); }
H1.HeaderClassName
{
color: #15DC3D;
}
.AnyTagClassName
{
color: #15DC3D;
}
</style>
background-color css
<style>
a { background-color: #15DC3D; }
a { background-color: rgb(21,220,61); }
div.DivClassName
{
background-color: #15DC3D;
}
.BgClassName
{
background-color: #15DC3D;
}
</style>
border-color css
<style>
span { border-color: #15DC3D; }
span { border-color: rgb(21,220,61); }
td.TdClassName
{
border-color: #15DC3D;
}
.TagClassName
{
border-color: #15DC3D;
}
</style>