Shades of Malachite #30D555
Tints of Malachite #30D555
RGB
CMYK
RGB Variations
Color information
#30D555 (or 0x30D555) is known color: Malachite. HEX triplet: 30, D5 and 55. RGB value is (48,213,85). Sum of RGB (Red+Green+Blue) = 48+213+85=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #30D555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D555 is #CF2AAA. Grayscale: #959595. Windows color (decimal): -13576875 or 5625136. OLE color: 5625136.
HSL color Cylindrical-coordinate representation of color #30D555: hue angle of 133.45º 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 #30D555 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 85 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.16 |
| HSL | 133.45º | 0.66% | 0.51% | - |
| HSV(B) | 133.45º | 0.77% | 0.84% | - |
| XYZ | 26.65 | 48.87 | 16.62 | - |
| YUV | 149.07 | 91.84 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 85 | 0.77 | 0 | 0.60 | 0.16 | 133.45 | 0.66 | 0.51 |
| Hex | 30 | D5 | 55 | 4D | 0 | 3C | 10 | 85 | 42 | 33 |
| Octal | 60 | 325 | 125 | 115 | 0 | 74 | 20 | 205 | 102 | 63 |
| Binary | 110000 | 11010101 | 1010101 | 1001101 | 0 | 111100 | 10000 | 10000101 | 1000010 | 110011 |
Color Harmonies of #30D555
Complementary color
Monochromatic Colors of #30D555
Black with #30D555
Text Example
Text Example
White with #30D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D555; }
p { color: rgb(48,213,85); }
H1.HeaderClassName
{
color: #30D555;
}
.AnyTagClassName
{
color: #30D555;
}
</style>
background-color css
<style>
a { background-color: #30D555; }
a { background-color: rgb(48,213,85); }
div.DivClassName
{
background-color: #30D555;
}
.BgClassName
{
background-color: #30D555;
}
</style>
border-color css
<style>
span { border-color: #30D555; }
span { border-color: rgb(48,213,85); }
td.TdClassName
{
border-color: #30D555;
}
.TagClassName
{
border-color: #30D555;
}
</style>