Shades of Malachite #30E656
Tints of Malachite #30E656
RGB
CMYK
RGB Variations
Color information
#30E656 (or 0x30E656) is known color: Malachite. HEX triplet: 30, E6 and 56. RGB value is (48,230,86). Sum of RGB (Red+Green+Blue) = 48+230+86=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 230 (90.23% from 255 or 63.19% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 230 - color contains mainly: green. Hex color #30E656 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E656 is #CF19A9. Grayscale: #9F9F9F. Windows color (decimal): -13572522 or 5695024. OLE color: 5695024.
HSL color Cylindrical-coordinate representation of color #30E656: hue angle of 132.53º 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 #30E656 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 86 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.10 |
| HSL | 132.53º | 0.78% | 0.55% | - |
| HSV(B) | 132.53º | 0.79% | 0.9% | - |
| XYZ | 31.2 | 57.89 | 18.33 | - |
| YUV | 159.17 | 86.7 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 86 | 0.79 | 0 | 0.63 | 0.10 | 132.53 | 0.78 | 0.55 |
| Hex | 30 | E6 | 56 | 4F | 0 | 3F | A | 85 | 4E | 37 |
| Octal | 60 | 346 | 126 | 117 | 0 | 77 | 12 | 205 | 116 | 67 |
| Binary | 110000 | 11100110 | 1010110 | 1001111 | 0 | 111111 | 1010 | 10000101 | 1001110 | 110111 |
Color Harmonies of #30E656
Complementary color
Monochromatic Colors of #30E656
Black with #30E656
Text Example
Text Example
White with #30E656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E656; }
p { color: rgb(48,230,86); }
H1.HeaderClassName
{
color: #30E656;
}
.AnyTagClassName
{
color: #30E656;
}
</style>
background-color css
<style>
a { background-color: #30E656; }
a { background-color: rgb(48,230,86); }
div.DivClassName
{
background-color: #30E656;
}
.BgClassName
{
background-color: #30E656;
}
</style>
border-color css
<style>
span { border-color: #30E656; }
span { border-color: rgb(48,230,86); }
td.TdClassName
{
border-color: #30E656;
}
.TagClassName
{
border-color: #30E656;
}
</style>