Shades of Malachite #30D35F
Tints of Malachite #30D35F
RGB
CMYK
RGB Variations
Color information
#30D35F (or 0x30D35F) is known color: Malachite. HEX triplet: 30, D3 and 5F. RGB value is (48,211,95). Sum of RGB (Red+Green+Blue) = 48+211+95=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 211 (82.81% from 255 or 59.60% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 211 - color contains mainly: green. Hex color #30D35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D35F is #CF2CA0. Grayscale: #959595. Windows color (decimal): -13577377 or 6279984. OLE color: 6279984.
HSL color Cylindrical-coordinate representation of color #30D35F: hue angle of 137.3º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D35F is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 95 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.17 |
| HSL | 137.3º | 0.65% | 0.51% | - |
| HSV(B) | 137.3º | 0.77% | 0.83% | - |
| XYZ | 26.58 | 48.04 | 18.7 | - |
| YUV | 149.04 | 97.5 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 95 | 0.77 | 0 | 0.55 | 0.17 | 137.3 | 0.65 | 0.51 |
| Hex | 30 | D3 | 5F | 4D | 0 | 37 | 11 | 89 | 41 | 33 |
| Octal | 60 | 323 | 137 | 115 | 0 | 67 | 21 | 211 | 101 | 63 |
| Binary | 110000 | 11010011 | 1011111 | 1001101 | 0 | 110111 | 10001 | 10001001 | 1000001 | 110011 |
Color Harmonies of #30D35F
Complementary color
Monochromatic Colors of #30D35F
Black with #30D35F
Text Example
Text Example
White with #30D35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D35F; }
p { color: rgb(48,211,95); }
H1.HeaderClassName
{
color: #30D35F;
}
.AnyTagClassName
{
color: #30D35F;
}
</style>
background-color css
<style>
a { background-color: #30D35F; }
a { background-color: rgb(48,211,95); }
div.DivClassName
{
background-color: #30D35F;
}
.BgClassName
{
background-color: #30D35F;
}
</style>
border-color css
<style>
span { border-color: #30D35F; }
span { border-color: rgb(48,211,95); }
td.TdClassName
{
border-color: #30D35F;
}
.TagClassName
{
border-color: #30D35F;
}
</style>