Shades of Malachite #30D858
Tints of Malachite #30D858
RGB
CMYK
RGB Variations
Color information
#30D858 (or 0x30D858) is known color: Malachite. HEX triplet: 30, D8 and 58. RGB value is (48,216,88). Sum of RGB (Red+Green+Blue) = 48+216+88=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #30D858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D858 is #CF27A7. Grayscale: #979797. Windows color (decimal): -13576104 or 5822512. OLE color: 5822512.
HSL color Cylindrical-coordinate representation of color #30D858: hue angle of 134.29º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D858 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 216 | 88 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.15 |
| HSL | 134.29º | 0.68% | 0.52% | - |
| HSV(B) | 134.29º | 0.78% | 0.85% | - |
| XYZ | 27.54 | 50.44 | 17.52 | - |
| YUV | 151.18 | 92.34 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 216 | 88 | 0.78 | 0 | 0.59 | 0.15 | 134.29 | 0.68 | 0.52 |
| Hex | 30 | D8 | 58 | 4E | 0 | 3B | F | 86 | 44 | 34 |
| Octal | 60 | 330 | 130 | 116 | 0 | 73 | 17 | 206 | 104 | 64 |
| Binary | 110000 | 11011000 | 1011000 | 1001110 | 0 | 111011 | 1111 | 10000110 | 1000100 | 110100 |
Color Harmonies of #30D858
Complementary color
Monochromatic Colors of #30D858
Black with #30D858
Text Example
Text Example
White with #30D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D858; }
p { color: rgb(48,216,88); }
H1.HeaderClassName
{
color: #30D858;
}
.AnyTagClassName
{
color: #30D858;
}
</style>
background-color css
<style>
a { background-color: #30D858; }
a { background-color: rgb(48,216,88); }
div.DivClassName
{
background-color: #30D858;
}
.BgClassName
{
background-color: #30D858;
}
</style>
border-color css
<style>
span { border-color: #30D858; }
span { border-color: rgb(48,216,88); }
td.TdClassName
{
border-color: #30D858;
}
.TagClassName
{
border-color: #30D858;
}
</style>