Shades of Malachite #30E855
Tints of Malachite #30E855
RGB
CMYK
RGB Variations
Color information
#30E855 (or 0x30E855) is known color: Malachite. HEX triplet: 30, E8 and 55. RGB value is (48,232,85). Sum of RGB (Red+Green+Blue) = 48+232+85=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 232 (91.02% from 255 or 63.56% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 232 - color contains mainly: green. Hex color #30E855 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E855 is #CF17AA. Grayscale: #A0A0A0. Windows color (decimal): -13572011 or 5630000. OLE color: 5630000.
HSL color Cylindrical-coordinate representation of color #30E855: hue angle of 132.07º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E855 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 232 | 85 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.09 |
| HSL | 132.07º | 0.8% | 0.55% | - |
| HSV(B) | 132.07º | 0.79% | 0.91% | - |
| XYZ | 31.72 | 59 | 18.31 | - |
| YUV | 160.23 | 85.54 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 232 | 85 | 0.79 | 0 | 0.63 | 0.09 | 132.07 | 0.8 | 0.55 |
| Hex | 30 | E8 | 55 | 4F | 0 | 3F | 9 | 84 | 50 | 37 |
| Octal | 60 | 350 | 125 | 117 | 0 | 77 | 11 | 204 | 120 | 67 |
| Binary | 110000 | 11101000 | 1010101 | 1001111 | 0 | 111111 | 1001 | 10000100 | 1010000 | 110111 |
Color Harmonies of #30E855
Complementary color
Monochromatic Colors of #30E855
Black with #30E855
Text Example
Text Example
White with #30E855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E855; }
p { color: rgb(48,232,85); }
H1.HeaderClassName
{
color: #30E855;
}
.AnyTagClassName
{
color: #30E855;
}
</style>
background-color css
<style>
a { background-color: #30E855; }
a { background-color: rgb(48,232,85); }
div.DivClassName
{
background-color: #30E855;
}
.BgClassName
{
background-color: #30E855;
}
</style>
border-color css
<style>
span { border-color: #30E855; }
span { border-color: rgb(48,232,85); }
td.TdClassName
{
border-color: #30E855;
}
.TagClassName
{
border-color: #30E855;
}
</style>