Shades of Malachite #30DF62
Tints of Malachite #30DF62
RGB
CMYK
RGB Variations
Color information
#30DF62 (or 0x30DF62) is known color: Malachite. HEX triplet: 30, DF and 62. RGB value is (48,223,98). Sum of RGB (Red+Green+Blue) = 48+223+98=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DF62 is #CF209D. Grayscale: #9C9C9C. Windows color (decimal): -13574302 or 6479664. OLE color: 6479664.
HSL color Cylindrical-coordinate representation of color #30DF62: hue angle of 137.14º degrees, saturation: 0.73, 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 #30DF62 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 98 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.13 |
| HSL | 137.14º | 0.73% | 0.53% | - |
| HSV(B) | 137.14º | 0.78% | 0.87% | - |
| XYZ | 29.81 | 54.29 | 20.46 | - |
| YUV | 156.43 | 95.02 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 98 | 0.78 | 0 | 0.56 | 0.13 | 137.14 | 0.73 | 0.53 |
| Hex | 30 | DF | 62 | 4E | 0 | 38 | D | 89 | 49 | 35 |
| Octal | 60 | 337 | 142 | 116 | 0 | 70 | 15 | 211 | 111 | 65 |
| Binary | 110000 | 11011111 | 1100010 | 1001110 | 0 | 111000 | 1101 | 10001001 | 1001001 | 110101 |
Color Harmonies of #30DF62
Complementary color
Monochromatic Colors of #30DF62
Black with #30DF62
Text Example
Text Example
White with #30DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DF62; }
p { color: rgb(48,223,98); }
H1.HeaderClassName
{
color: #30DF62;
}
.AnyTagClassName
{
color: #30DF62;
}
</style>
background-color css
<style>
a { background-color: #30DF62; }
a { background-color: rgb(48,223,98); }
div.DivClassName
{
background-color: #30DF62;
}
.BgClassName
{
background-color: #30DF62;
}
</style>
border-color css
<style>
span { border-color: #30DF62; }
span { border-color: rgb(48,223,98); }
td.TdClassName
{
border-color: #30DF62;
}
.TagClassName
{
border-color: #30DF62;
}
</style>