Shades of Malachite #30D85B
Tints of Malachite #30D85B
RGB
CMYK
RGB Variations
Color information
#30D85B (or 0x30D85B) is known color: Malachite. HEX triplet: 30, D8 and 5B. RGB value is (48,216,91). Sum of RGB (Red+Green+Blue) = 48+216+91=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #30D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D85B is #CF27A4. Grayscale: #979797. Windows color (decimal): -13576101 or 6019120. OLE color: 6019120.
HSL color Cylindrical-coordinate representation of color #30D85B: hue angle of 135.36º 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 #30D85B is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 216 | 91 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.15 |
| HSL | 135.36º | 0.68% | 0.52% | - |
| HSV(B) | 135.36º | 0.78% | 0.85% | - |
| XYZ | 27.66 | 50.5 | 18.19 | - |
| YUV | 151.52 | 93.84 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 216 | 91 | 0.78 | 0 | 0.58 | 0.15 | 135.36 | 0.68 | 0.52 |
| Hex | 30 | D8 | 5B | 4E | 0 | 3A | F | 87 | 44 | 34 |
| Octal | 60 | 330 | 133 | 116 | 0 | 72 | 17 | 207 | 104 | 64 |
| Binary | 110000 | 11011000 | 1011011 | 1001110 | 0 | 111010 | 1111 | 10000111 | 1000100 | 110100 |
Color Harmonies of #30D85B
Complementary color
Monochromatic Colors of #30D85B
Black with #30D85B
Text Example
Text Example
White with #30D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D85B; }
p { color: rgb(48,216,91); }
H1.HeaderClassName
{
color: #30D85B;
}
.AnyTagClassName
{
color: #30D85B;
}
</style>
background-color css
<style>
a { background-color: #30D85B; }
a { background-color: rgb(48,216,91); }
div.DivClassName
{
background-color: #30D85B;
}
.BgClassName
{
background-color: #30D85B;
}
</style>
border-color css
<style>
span { border-color: #30D85B; }
span { border-color: rgb(48,216,91); }
td.TdClassName
{
border-color: #30D85B;
}
.TagClassName
{
border-color: #30D85B;
}
</style>