Shades of Malachite #30E968
Tints of Malachite #30E968
RGB
CMYK
RGB Variations
Color information
#30E968 (or 0x30E968) is known color: Malachite. HEX triplet: 30, E9 and 68. RGB value is (48,233,104). Sum of RGB (Red+Green+Blue) = 48+233+104=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 233 (91.41% from 255 or 60.52% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 233 - color contains mainly: green. Hex color #30E968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E968 is #CF1697. Grayscale: #A3A3A3. Windows color (decimal): -13571736 or 6875440. OLE color: 6875440.
HSL color Cylindrical-coordinate representation of color #30E968: hue angle of 138.16º degrees, saturation: 0.81, 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 #30E968 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 233 | 104 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.09 |
| HSL | 138.16º | 0.81% | 0.55% | - |
| HSV(B) | 138.16º | 0.79% | 0.91% | - |
| XYZ | 32.86 | 59.91 | 22.93 | - |
| YUV | 162.98 | 94.71 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 104 | 0.79 | 0 | 0.55 | 0.09 | 138.16 | 0.81 | 0.55 |
| Hex | 30 | E9 | 68 | 4F | 0 | 37 | 9 | 8A | 51 | 37 |
| Octal | 60 | 351 | 150 | 117 | 0 | 67 | 11 | 212 | 121 | 67 |
| Binary | 110000 | 11101001 | 1101000 | 1001111 | 0 | 110111 | 1001 | 10001010 | 1010001 | 110111 |
Color Harmonies of #30E968
Complementary color
Monochromatic Colors of #30E968
Black with #30E968
Text Example
Text Example
White with #30E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E968; }
p { color: rgb(48,233,104); }
H1.HeaderClassName
{
color: #30E968;
}
.AnyTagClassName
{
color: #30E968;
}
</style>
background-color css
<style>
a { background-color: #30E968; }
a { background-color: rgb(48,233,104); }
div.DivClassName
{
background-color: #30E968;
}
.BgClassName
{
background-color: #30E968;
}
</style>
border-color css
<style>
span { border-color: #30E968; }
span { border-color: rgb(48,233,104); }
td.TdClassName
{
border-color: #30E968;
}
.TagClassName
{
border-color: #30E968;
}
</style>