Shades of Malachite #30DD53
Tints of Malachite #30DD53
RGB
CMYK
RGB Variations
Color information
#30DD53 (or 0x30DD53) is known color: Malachite. HEX triplet: 30, DD and 53. RGB value is (48,221,83). Sum of RGB (Red+Green+Blue) = 48+221+83=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DD53 is #CF22AC. Grayscale: #999999. Windows color (decimal): -13574829 or 5496112. OLE color: 5496112.
HSL color Cylindrical-coordinate representation of color #30DD53: hue angle of 132.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DD53 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 83 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.13 |
| HSL | 132.14º | 0.72% | 0.53% | - |
| HSV(B) | 132.14º | 0.78% | 0.87% | - |
| XYZ | 28.64 | 52.97 | 16.9 | - |
| YUV | 153.54 | 88.19 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 83 | 0.78 | 0 | 0.62 | 0.13 | 132.14 | 0.72 | 0.53 |
| Hex | 30 | DD | 53 | 4E | 0 | 3E | D | 84 | 48 | 35 |
| Octal | 60 | 335 | 123 | 116 | 0 | 76 | 15 | 204 | 110 | 65 |
| Binary | 110000 | 11011101 | 1010011 | 1001110 | 0 | 111110 | 1101 | 10000100 | 1001000 | 110101 |
Color Harmonies of #30DD53
Complementary color
Monochromatic Colors of #30DD53
Black with #30DD53
Text Example
Text Example
White with #30DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DD53; }
p { color: rgb(48,221,83); }
H1.HeaderClassName
{
color: #30DD53;
}
.AnyTagClassName
{
color: #30DD53;
}
</style>
background-color css
<style>
a { background-color: #30DD53; }
a { background-color: rgb(48,221,83); }
div.DivClassName
{
background-color: #30DD53;
}
.BgClassName
{
background-color: #30DD53;
}
</style>
border-color css
<style>
span { border-color: #30DD53; }
span { border-color: rgb(48,221,83); }
td.TdClassName
{
border-color: #30DD53;
}
.TagClassName
{
border-color: #30DD53;
}
</style>