Shades of Malachite #30D957
Tints of Malachite #30D957
RGB
CMYK
RGB Variations
Color information
#30D957 (or 0x30D957) is known color: Malachite. HEX triplet: 30, D9 and 57. RGB value is (48,217,87). Sum of RGB (Red+Green+Blue) = 48+217+87=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #30D957 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D957 is #CF26A8. Grayscale: #989898. Windows color (decimal): -13575849 or 5757232. OLE color: 5757232.
HSL color Cylindrical-coordinate representation of color #30D957: hue angle of 133.85º degrees, saturation: 0.69, 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 #30D957 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 217 | 87 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.15 |
| HSL | 133.85º | 0.69% | 0.52% | - |
| HSV(B) | 133.85º | 0.78% | 0.85% | - |
| XYZ | 27.75 | 50.94 | 17.39 | - |
| YUV | 151.65 | 91.51 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 217 | 87 | 0.78 | 0 | 0.60 | 0.15 | 133.85 | 0.69 | 0.52 |
| Hex | 30 | D9 | 57 | 4E | 0 | 3C | F | 86 | 45 | 34 |
| Octal | 60 | 331 | 127 | 116 | 0 | 74 | 17 | 206 | 105 | 64 |
| Binary | 110000 | 11011001 | 1010111 | 1001110 | 0 | 111100 | 1111 | 10000110 | 1000101 | 110100 |
Color Harmonies of #30D957
Complementary color
Monochromatic Colors of #30D957
Black with #30D957
Text Example
Text Example
White with #30D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D957; }
p { color: rgb(48,217,87); }
H1.HeaderClassName
{
color: #30D957;
}
.AnyTagClassName
{
color: #30D957;
}
</style>
background-color css
<style>
a { background-color: #30D957; }
a { background-color: rgb(48,217,87); }
div.DivClassName
{
background-color: #30D957;
}
.BgClassName
{
background-color: #30D957;
}
</style>
border-color css
<style>
span { border-color: #30D957; }
span { border-color: rgb(48,217,87); }
td.TdClassName
{
border-color: #30D957;
}
.TagClassName
{
border-color: #30D957;
}
</style>