Shades of Malachite #30E866
Tints of Malachite #30E866
RGB
CMYK
RGB Variations
Color information
#30E866 (or 0x30E866) is known color: Malachite. HEX triplet: 30, E8 and 66. RGB value is (48,232,102). Sum of RGB (Red+Green+Blue) = 48+232+102=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 232 (91.02% from 255 or 60.73% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 232 - color contains mainly: green. Hex color #30E866 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E866 is #CF1799. Grayscale: #A2A2A2. Windows color (decimal): -13571994 or 6744112. OLE color: 6744112.
HSL color Cylindrical-coordinate representation of color #30E866: hue angle of 137.61º 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 #30E866 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 232 | 102 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.09 |
| HSL | 137.61º | 0.8% | 0.55% | - |
| HSV(B) | 137.61º | 0.79% | 0.91% | - |
| XYZ | 32.47 | 59.3 | 22.31 | - |
| YUV | 162.16 | 94.04 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 232 | 102 | 0.79 | 0 | 0.56 | 0.09 | 137.61 | 0.8 | 0.55 |
| Hex | 30 | E8 | 66 | 4F | 0 | 38 | 9 | 8A | 50 | 37 |
| Octal | 60 | 350 | 146 | 117 | 0 | 70 | 11 | 212 | 120 | 67 |
| Binary | 110000 | 11101000 | 1100110 | 1001111 | 0 | 111000 | 1001 | 10001010 | 1010000 | 110111 |
Color Harmonies of #30E866
Complementary color
Monochromatic Colors of #30E866
Black with #30E866
Text Example
Text Example
White with #30E866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E866; }
p { color: rgb(48,232,102); }
H1.HeaderClassName
{
color: #30E866;
}
.AnyTagClassName
{
color: #30E866;
}
</style>
background-color css
<style>
a { background-color: #30E866; }
a { background-color: rgb(48,232,102); }
div.DivClassName
{
background-color: #30E866;
}
.BgClassName
{
background-color: #30E866;
}
</style>
border-color css
<style>
span { border-color: #30E866; }
span { border-color: rgb(48,232,102); }
td.TdClassName
{
border-color: #30E866;
}
.TagClassName
{
border-color: #30E866;
}
</style>