Shades of Malachite #30EA6B
Tints of Malachite #30EA6B
RGB
CMYK
RGB Variations
Color information
#30EA6B (or 0x30EA6B) is known color: Malachite. HEX triplet: 30, EA and 6B. RGB value is (48,234,107). Sum of RGB (Red+Green+Blue) = 48+234+107=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 234 (91.80% from 255 or 60.15% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EA6B is #CF1594. Grayscale: #A4A4A4. Windows color (decimal): -13571477 or 7072304. OLE color: 7072304.
HSL color Cylindrical-coordinate representation of color #30EA6B: hue angle of 139.03º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EA6B is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 107 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.08 |
| HSL | 139.03º | 0.82% | 0.55% | - |
| HSV(B) | 139.03º | 0.79% | 0.92% | - |
| XYZ | 33.3 | 60.54 | 23.84 | - |
| YUV | 163.91 | 95.88 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 107 | 0.79 | 0 | 0.54 | 0.08 | 139.03 | 0.82 | 0.55 |
| Hex | 30 | EA | 6B | 4F | 0 | 36 | 8 | 8B | 52 | 37 |
| Octal | 60 | 352 | 153 | 117 | 0 | 66 | 10 | 213 | 122 | 67 |
| Binary | 110000 | 11101010 | 1101011 | 1001111 | 0 | 110110 | 1000 | 10001011 | 1010010 | 110111 |
Color Harmonies of #30EA6B
Complementary color
Monochromatic Colors of #30EA6B
Black with #30EA6B
Text Example
Text Example
White with #30EA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA6B; }
p { color: rgb(48,234,107); }
H1.HeaderClassName
{
color: #30EA6B;
}
.AnyTagClassName
{
color: #30EA6B;
}
</style>
background-color css
<style>
a { background-color: #30EA6B; }
a { background-color: rgb(48,234,107); }
div.DivClassName
{
background-color: #30EA6B;
}
.BgClassName
{
background-color: #30EA6B;
}
</style>
border-color css
<style>
span { border-color: #30EA6B; }
span { border-color: rgb(48,234,107); }
td.TdClassName
{
border-color: #30EA6B;
}
.TagClassName
{
border-color: #30EA6B;
}
</style>