Shades of Malachite #30DC52
Tints of Malachite #30DC52
RGB
CMYK
RGB Variations
Color information
#30DC52 (or 0x30DC52) is known color: Malachite. HEX triplet: 30, DC and 52. RGB value is (48,220,82). Sum of RGB (Red+Green+Blue) = 48+220+82=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DC52 is #CF23AD. Grayscale: #999999. Windows color (decimal): -13575086 or 5430320. OLE color: 5430320.
HSL color Cylindrical-coordinate representation of color #30DC52: hue angle of 131.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DC52 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 82 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.14 |
| HSL | 131.86º | 0.71% | 0.53% | - |
| HSV(B) | 131.86º | 0.78% | 0.86% | - |
| XYZ | 28.34 | 52.42 | 16.61 | - |
| YUV | 152.84 | 88.02 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 82 | 0.78 | 0 | 0.63 | 0.14 | 131.86 | 0.71 | 0.53 |
| Hex | 30 | DC | 52 | 4E | 0 | 3F | E | 84 | 47 | 35 |
| Octal | 60 | 334 | 122 | 116 | 0 | 77 | 16 | 204 | 107 | 65 |
| Binary | 110000 | 11011100 | 1010010 | 1001110 | 0 | 111111 | 1110 | 10000100 | 1000111 | 110101 |
Color Harmonies of #30DC52
Complementary color
Monochromatic Colors of #30DC52
Black with #30DC52
Text Example
Text Example
White with #30DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DC52; }
p { color: rgb(48,220,82); }
H1.HeaderClassName
{
color: #30DC52;
}
.AnyTagClassName
{
color: #30DC52;
}
</style>
background-color css
<style>
a { background-color: #30DC52; }
a { background-color: rgb(48,220,82); }
div.DivClassName
{
background-color: #30DC52;
}
.BgClassName
{
background-color: #30DC52;
}
</style>
border-color css
<style>
span { border-color: #30DC52; }
span { border-color: rgb(48,220,82); }
td.TdClassName
{
border-color: #30DC52;
}
.TagClassName
{
border-color: #30DC52;
}
</style>