Shades of Malachite #30ED5B
Tints of Malachite #30ED5B
RGB
CMYK
RGB Variations
Color information
#30ED5B (or 0x30ED5B) is known color: Malachite. HEX triplet: 30, ED and 5B. RGB value is (48,237,91). Sum of RGB (Red+Green+Blue) = 48+237+91=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30ED5B is #CF12A4. Grayscale: #A4A4A4. Windows color (decimal): -13570725 or 6024496. OLE color: 6024496.
HSL color Cylindrical-coordinate representation of color #30ED5B: hue angle of 133.65º degrees, saturation: 0.84, 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 #30ED5B is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 237 | 91 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.07 |
| HSL | 133.65º | 0.84% | 0.56% | - |
| HSV(B) | 133.65º | 0.8% | 0.93% | - |
| XYZ | 33.39 | 61.95 | 20.1 | - |
| YUV | 163.85 | 86.88 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 91 | 0.80 | 0 | 0.62 | 0.07 | 133.65 | 0.84 | 0.56 |
| Hex | 30 | ED | 5B | 50 | 0 | 3E | 7 | 86 | 54 | 38 |
| Octal | 60 | 355 | 133 | 120 | 0 | 76 | 7 | 206 | 124 | 70 |
| Binary | 110000 | 11101101 | 1011011 | 1010000 | 0 | 111110 | 111 | 10000110 | 1010100 | 111000 |
Color Harmonies of #30ED5B
Complementary color
Monochromatic Colors of #30ED5B
Black with #30ED5B
Text Example
Text Example
White with #30ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ED5B; }
p { color: rgb(48,237,91); }
H1.HeaderClassName
{
color: #30ED5B;
}
.AnyTagClassName
{
color: #30ED5B;
}
</style>
background-color css
<style>
a { background-color: #30ED5B; }
a { background-color: rgb(48,237,91); }
div.DivClassName
{
background-color: #30ED5B;
}
.BgClassName
{
background-color: #30ED5B;
}
</style>
border-color css
<style>
span { border-color: #30ED5B; }
span { border-color: rgb(48,237,91); }
td.TdClassName
{
border-color: #30ED5B;
}
.TagClassName
{
border-color: #30ED5B;
}
</style>