Shades of Malachite #30D55F
Tints of Malachite #30D55F
RGB
CMYK
RGB Variations
Color information
#30D55F (or 0x30D55F) is known color: Malachite. HEX triplet: 30, D5 and 5F. RGB value is (48,213,95). Sum of RGB (Red+Green+Blue) = 48+213+95=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #30D55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D55F is #CF2AA0. Grayscale: #969696. Windows color (decimal): -13576865 or 6280496. OLE color: 6280496.
HSL color Cylindrical-coordinate representation of color #30D55F: hue angle of 137.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D55F is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 95 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.16 |
| HSL | 137.09º | 0.66% | 0.51% | - |
| HSV(B) | 137.09º | 0.77% | 0.84% | - |
| XYZ | 27.08 | 49.04 | 18.87 | - |
| YUV | 150.21 | 96.84 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 95 | 0.77 | 0 | 0.55 | 0.16 | 137.09 | 0.66 | 0.51 |
| Hex | 30 | D5 | 5F | 4D | 0 | 37 | 10 | 89 | 42 | 33 |
| Octal | 60 | 325 | 137 | 115 | 0 | 67 | 20 | 211 | 102 | 63 |
| Binary | 110000 | 11010101 | 1011111 | 1001101 | 0 | 110111 | 10000 | 10001001 | 1000010 | 110011 |
Color Harmonies of #30D55F
Complementary color
Monochromatic Colors of #30D55F
Black with #30D55F
Text Example
Text Example
White with #30D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D55F; }
p { color: rgb(48,213,95); }
H1.HeaderClassName
{
color: #30D55F;
}
.AnyTagClassName
{
color: #30D55F;
}
</style>
background-color css
<style>
a { background-color: #30D55F; }
a { background-color: rgb(48,213,95); }
div.DivClassName
{
background-color: #30D55F;
}
.BgClassName
{
background-color: #30D55F;
}
</style>
border-color css
<style>
span { border-color: #30D55F; }
span { border-color: rgb(48,213,95); }
td.TdClassName
{
border-color: #30D55F;
}
.TagClassName
{
border-color: #30D55F;
}
</style>