Shades of Malachite #30E651
Tints of Malachite #30E651
RGB
CMYK
RGB Variations
Color information
#30E651 (or 0x30E651) is known color: Malachite. HEX triplet: 30, E6 and 51. RGB value is (48,230,81). Sum of RGB (Red+Green+Blue) = 48+230+81=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 230 (90.23% from 255 or 64.07% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 230 - color contains mainly: green. Hex color #30E651 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E651 is #CF19AE. Grayscale: #9F9F9F. Windows color (decimal): -13572527 or 5367344. OLE color: 5367344.
HSL color Cylindrical-coordinate representation of color #30E651: hue angle of 130.88º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E651 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 81 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.10 |
| HSL | 130.88º | 0.78% | 0.55% | - |
| HSV(B) | 130.88º | 0.79% | 0.9% | - |
| XYZ | 31 | 57.82 | 17.31 | - |
| YUV | 158.6 | 84.2 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 81 | 0.79 | 0 | 0.65 | 0.10 | 130.88 | 0.78 | 0.55 |
| Hex | 30 | E6 | 51 | 4F | 0 | 41 | A | 83 | 4E | 37 |
| Octal | 60 | 346 | 121 | 117 | 0 | 101 | 12 | 203 | 116 | 67 |
| Binary | 110000 | 11100110 | 1010001 | 1001111 | 0 | 1000001 | 1010 | 10000011 | 1001110 | 110111 |
Color Harmonies of #30E651
Complementary color
Monochromatic Colors of #30E651
Black with #30E651
Text Example
Text Example
White with #30E651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E651; }
p { color: rgb(48,230,81); }
H1.HeaderClassName
{
color: #30E651;
}
.AnyTagClassName
{
color: #30E651;
}
</style>
background-color css
<style>
a { background-color: #30E651; }
a { background-color: rgb(48,230,81); }
div.DivClassName
{
background-color: #30E651;
}
.BgClassName
{
background-color: #30E651;
}
</style>
border-color css
<style>
span { border-color: #30E651; }
span { border-color: rgb(48,230,81); }
td.TdClassName
{
border-color: #30E651;
}
.TagClassName
{
border-color: #30E651;
}
</style>