Shades of Malachite #30D25B
Tints of Malachite #30D25B
RGB
CMYK
RGB Variations
Color information
#30D25B (or 0x30D25B) is known color: Malachite. HEX triplet: 30, D2 and 5B. RGB value is (48,210,91). Sum of RGB (Red+Green+Blue) = 48+210+91=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #30D25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D25B is #CF2DA4. Grayscale: #949494. Windows color (decimal): -13577637 or 6017584. OLE color: 6017584.
HSL color Cylindrical-coordinate representation of color #30D25B: hue angle of 135.93º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D25B is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 91 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.18 |
| HSL | 135.93º | 0.64% | 0.51% | - |
| HSV(B) | 135.93º | 0.77% | 0.82% | - |
| XYZ | 26.15 | 47.48 | 17.68 | - |
| YUV | 148 | 95.83 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 91 | 0.77 | 0 | 0.57 | 0.18 | 135.93 | 0.64 | 0.51 |
| Hex | 30 | D2 | 5B | 4D | 0 | 39 | 12 | 88 | 40 | 33 |
| Octal | 60 | 322 | 133 | 115 | 0 | 71 | 22 | 210 | 100 | 63 |
| Binary | 110000 | 11010010 | 1011011 | 1001101 | 0 | 111001 | 10010 | 10001000 | 1000000 | 110011 |
Color Harmonies of #30D25B
Complementary color
Monochromatic Colors of #30D25B
Black with #30D25B
Text Example
Text Example
White with #30D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D25B; }
p { color: rgb(48,210,91); }
H1.HeaderClassName
{
color: #30D25B;
}
.AnyTagClassName
{
color: #30D25B;
}
</style>
background-color css
<style>
a { background-color: #30D25B; }
a { background-color: rgb(48,210,91); }
div.DivClassName
{
background-color: #30D25B;
}
.BgClassName
{
background-color: #30D25B;
}
</style>
border-color css
<style>
span { border-color: #30D25B; }
span { border-color: rgb(48,210,91); }
td.TdClassName
{
border-color: #30D25B;
}
.TagClassName
{
border-color: #30D25B;
}
</style>