Shades of Malachite #30D460
Tints of Malachite #30D460
RGB
CMYK
RGB Variations
Color information
#30D460 (or 0x30D460) is known color: Malachite. HEX triplet: 30, D4 and 60. RGB value is (48,212,96). Sum of RGB (Red+Green+Blue) = 48+212+96=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #30D460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D460 is #CF2B9F. Grayscale: #969696. Windows color (decimal): -13577120 or 6345776. OLE color: 6345776.
HSL color Cylindrical-coordinate representation of color #30D460: hue angle of 137.56º degrees, saturation: 0.66, 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 #30D460 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 212 | 96 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.17 |
| HSL | 137.56º | 0.66% | 0.51% | - |
| HSV(B) | 137.56º | 0.77% | 0.83% | - |
| XYZ | 26.87 | 48.56 | 19.02 | - |
| YUV | 149.74 | 97.67 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 96 | 0.77 | 0 | 0.55 | 0.17 | 137.56 | 0.66 | 0.51 |
| Hex | 30 | D4 | 60 | 4D | 0 | 37 | 11 | 8A | 42 | 33 |
| Octal | 60 | 324 | 140 | 115 | 0 | 67 | 21 | 212 | 102 | 63 |
| Binary | 110000 | 11010100 | 1100000 | 1001101 | 0 | 110111 | 10001 | 10001010 | 1000010 | 110011 |
Color Harmonies of #30D460
Complementary color
Monochromatic Colors of #30D460
Black with #30D460
Text Example
Text Example
White with #30D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D460; }
p { color: rgb(48,212,96); }
H1.HeaderClassName
{
color: #30D460;
}
.AnyTagClassName
{
color: #30D460;
}
</style>
background-color css
<style>
a { background-color: #30D460; }
a { background-color: rgb(48,212,96); }
div.DivClassName
{
background-color: #30D460;
}
.BgClassName
{
background-color: #30D460;
}
</style>
border-color css
<style>
span { border-color: #30D460; }
span { border-color: rgb(48,212,96); }
td.TdClassName
{
border-color: #30D460;
}
.TagClassName
{
border-color: #30D460;
}
</style>