Shades of Malachite #30D354
Tints of Malachite #30D354
RGB
CMYK
RGB Variations
Color information
#30D354 (or 0x30D354) is known color: Malachite. HEX triplet: 30, D3 and 54. RGB value is (48,211,84). Sum of RGB (Red+Green+Blue) = 48+211+84=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 211 (82.81% from 255 or 61.52% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 211 - color contains mainly: green. Hex color #30D354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D354 is #CF2CAB. Grayscale: #949494. Windows color (decimal): -13577388 or 5559088. OLE color: 5559088.
HSL color Cylindrical-coordinate representation of color #30D354: hue angle of 133.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D354 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 84 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.17 |
| HSL | 133.25º | 0.65% | 0.51% | - |
| HSV(B) | 133.25º | 0.77% | 0.83% | - |
| XYZ | 26.11 | 47.86 | 16.25 | - |
| YUV | 147.79 | 92 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 84 | 0.77 | 0 | 0.60 | 0.17 | 133.25 | 0.65 | 0.51 |
| Hex | 30 | D3 | 54 | 4D | 0 | 3C | 11 | 85 | 41 | 33 |
| Octal | 60 | 323 | 124 | 115 | 0 | 74 | 21 | 205 | 101 | 63 |
| Binary | 110000 | 11010011 | 1010100 | 1001101 | 0 | 111100 | 10001 | 10000101 | 1000001 | 110011 |
Color Harmonies of #30D354
Complementary color
Monochromatic Colors of #30D354
Black with #30D354
Text Example
Text Example
White with #30D354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D354; }
p { color: rgb(48,211,84); }
H1.HeaderClassName
{
color: #30D354;
}
.AnyTagClassName
{
color: #30D354;
}
</style>
background-color css
<style>
a { background-color: #30D354; }
a { background-color: rgb(48,211,84); }
div.DivClassName
{
background-color: #30D354;
}
.BgClassName
{
background-color: #30D354;
}
</style>
border-color css
<style>
span { border-color: #30D354; }
span { border-color: rgb(48,211,84); }
td.TdClassName
{
border-color: #30D354;
}
.TagClassName
{
border-color: #30D354;
}
</style>