Shades of Malachite #30DB55
Tints of Malachite #30DB55
RGB
CMYK
RGB Variations
Color information
#30DB55 (or 0x30DB55) is known color: Malachite. HEX triplet: 30, DB and 55. RGB value is (48,219,85). Sum of RGB (Red+Green+Blue) = 48+219+85=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #30DB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DB55 is #CF24AA. Grayscale: #989898. Windows color (decimal): -13575339 or 5626672. OLE color: 5626672.
HSL color Cylindrical-coordinate representation of color #30DB55: hue angle of 132.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DB55 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 219 | 85 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.14 |
| HSL | 132.98º | 0.7% | 0.52% | - |
| HSV(B) | 132.98º | 0.78% | 0.86% | - |
| XYZ | 28.19 | 51.95 | 17.14 | - |
| YUV | 152.6 | 89.85 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 85 | 0.78 | 0 | 0.61 | 0.14 | 132.98 | 0.7 | 0.52 |
| Hex | 30 | DB | 55 | 4E | 0 | 3D | E | 85 | 46 | 34 |
| Octal | 60 | 333 | 125 | 116 | 0 | 75 | 16 | 205 | 106 | 64 |
| Binary | 110000 | 11011011 | 1010101 | 1001110 | 0 | 111101 | 1110 | 10000101 | 1000110 | 110100 |
Color Harmonies of #30DB55
Complementary color
Monochromatic Colors of #30DB55
Black with #30DB55
Text Example
Text Example
White with #30DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DB55; }
p { color: rgb(48,219,85); }
H1.HeaderClassName
{
color: #30DB55;
}
.AnyTagClassName
{
color: #30DB55;
}
</style>
background-color css
<style>
a { background-color: #30DB55; }
a { background-color: rgb(48,219,85); }
div.DivClassName
{
background-color: #30DB55;
}
.BgClassName
{
background-color: #30DB55;
}
</style>
border-color css
<style>
span { border-color: #30DB55; }
span { border-color: rgb(48,219,85); }
td.TdClassName
{
border-color: #30DB55;
}
.TagClassName
{
border-color: #30DB55;
}
</style>