Shades of Malachite #30D554
Tints of Malachite #30D554
RGB
CMYK
RGB Variations
Color information
#30D554 (or 0x30D554) is known color: Malachite. HEX triplet: 30, D5 and 54. RGB value is (48,213,84). Sum of RGB (Red+Green+Blue) = 48+213+84=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #30D554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D554 is #CF2AAB. Grayscale: #959595. Windows color (decimal): -13576876 or 5559600. OLE color: 5559600.
HSL color Cylindrical-coordinate representation of color #30D554: hue angle of 133.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 #30D554 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 84 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.16 |
| HSL | 133.09º | 0.66% | 0.51% | - |
| HSV(B) | 133.09º | 0.77% | 0.84% | - |
| XYZ | 26.61 | 48.86 | 16.42 | - |
| YUV | 148.96 | 91.34 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 84 | 0.77 | 0 | 0.61 | 0.16 | 133.09 | 0.66 | 0.51 |
| Hex | 30 | D5 | 54 | 4D | 0 | 3D | 10 | 85 | 42 | 33 |
| Octal | 60 | 325 | 124 | 115 | 0 | 75 | 20 | 205 | 102 | 63 |
| Binary | 110000 | 11010101 | 1010100 | 1001101 | 0 | 111101 | 10000 | 10000101 | 1000010 | 110011 |
Color Harmonies of #30D554
Complementary color
Monochromatic Colors of #30D554
Black with #30D554
Text Example
Text Example
White with #30D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D554; }
p { color: rgb(48,213,84); }
H1.HeaderClassName
{
color: #30D554;
}
.AnyTagClassName
{
color: #30D554;
}
</style>
background-color css
<style>
a { background-color: #30D554; }
a { background-color: rgb(48,213,84); }
div.DivClassName
{
background-color: #30D554;
}
.BgClassName
{
background-color: #30D554;
}
</style>
border-color css
<style>
span { border-color: #30D554; }
span { border-color: rgb(48,213,84); }
td.TdClassName
{
border-color: #30D554;
}
.TagClassName
{
border-color: #30D554;
}
</style>