Shades of Malachite #30EC6C
Tints of Malachite #30EC6C
RGB
CMYK
RGB Variations
Color information
#30EC6C (or 0x30EC6C) is known color: Malachite. HEX triplet: 30, EC and 6C. RGB value is (48,236,108). Sum of RGB (Red+Green+Blue) = 48+236+108=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EC6C is #CF1393. Grayscale: #A5A5A5. Windows color (decimal): -13570964 or 7138352. OLE color: 7138352.
HSL color Cylindrical-coordinate representation of color #30EC6C: hue angle of 139.15º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EC6C is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 108 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.07 |
| HSL | 139.15º | 0.83% | 0.56% | - |
| HSV(B) | 139.15º | 0.8% | 0.93% | - |
| XYZ | 33.92 | 61.7 | 24.31 | - |
| YUV | 165.2 | 95.72 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 108 | 0.80 | 0 | 0.54 | 0.07 | 139.15 | 0.83 | 0.56 |
| Hex | 30 | EC | 6C | 50 | 0 | 36 | 7 | 8B | 53 | 38 |
| Octal | 60 | 354 | 154 | 120 | 0 | 66 | 7 | 213 | 123 | 70 |
| Binary | 110000 | 11101100 | 1101100 | 1010000 | 0 | 110110 | 111 | 10001011 | 1010011 | 111000 |
Color Harmonies of #30EC6C
Complementary color
Monochromatic Colors of #30EC6C
Black with #30EC6C
Text Example
Text Example
White with #30EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC6C; }
p { color: rgb(48,236,108); }
H1.HeaderClassName
{
color: #30EC6C;
}
.AnyTagClassName
{
color: #30EC6C;
}
</style>
background-color css
<style>
a { background-color: #30EC6C; }
a { background-color: rgb(48,236,108); }
div.DivClassName
{
background-color: #30EC6C;
}
.BgClassName
{
background-color: #30EC6C;
}
</style>
border-color css
<style>
span { border-color: #30EC6C; }
span { border-color: rgb(48,236,108); }
td.TdClassName
{
border-color: #30EC6C;
}
.TagClassName
{
border-color: #30EC6C;
}
</style>