Shades of Malachite #30D758
Tints of Malachite #30D758
RGB
CMYK
RGB Variations
Color information
#30D758 (or 0x30D758) is known color: Malachite. HEX triplet: 30, D7 and 58. RGB value is (48,215,88). Sum of RGB (Red+Green+Blue) = 48+215+88=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 215 (84.38% from 255 or 61.25% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 215 - color contains mainly: green. Hex color #30D758 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D758 is #CF28A7. Grayscale: #969696. Windows color (decimal): -13576360 or 5822256. OLE color: 5822256.
HSL color Cylindrical-coordinate representation of color #30D758: hue angle of 134.37º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D758 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 88 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.16 |
| HSL | 134.37º | 0.68% | 0.52% | - |
| HSV(B) | 134.37º | 0.78% | 0.84% | - |
| XYZ | 27.28 | 49.93 | 17.43 | - |
| YUV | 150.59 | 92.67 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 88 | 0.78 | 0 | 0.59 | 0.16 | 134.37 | 0.68 | 0.52 |
| Hex | 30 | D7 | 58 | 4E | 0 | 3B | 10 | 86 | 44 | 34 |
| Octal | 60 | 327 | 130 | 116 | 0 | 73 | 20 | 206 | 104 | 64 |
| Binary | 110000 | 11010111 | 1011000 | 1001110 | 0 | 111011 | 10000 | 10000110 | 1000100 | 110100 |
Color Harmonies of #30D758
Complementary color
Monochromatic Colors of #30D758
Black with #30D758
Text Example
Text Example
White with #30D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D758; }
p { color: rgb(48,215,88); }
H1.HeaderClassName
{
color: #30D758;
}
.AnyTagClassName
{
color: #30D758;
}
</style>
background-color css
<style>
a { background-color: #30D758; }
a { background-color: rgb(48,215,88); }
div.DivClassName
{
background-color: #30D758;
}
.BgClassName
{
background-color: #30D758;
}
</style>
border-color css
<style>
span { border-color: #30D758; }
span { border-color: rgb(48,215,88); }
td.TdClassName
{
border-color: #30D758;
}
.TagClassName
{
border-color: #30D758;
}
</style>