Shades of Malachite #30E265
Tints of Malachite #30E265
RGB
CMYK
RGB Variations
Color information
#30E265 (or 0x30E265) is known color: Malachite. HEX triplet: 30, E2 and 65. RGB value is (48,226,101). Sum of RGB (Red+Green+Blue) = 48+226+101=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 226 (88.67% from 255 or 60.27% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 226 - color contains mainly: green. Hex color #30E265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E265 is #CF1D9A. Grayscale: #9E9E9E. Windows color (decimal): -13573531 or 6677040. OLE color: 6677040.
HSL color Cylindrical-coordinate representation of color #30E265: hue angle of 137.87º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E265 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 226 | 101 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.11 |
| HSL | 137.87º | 0.75% | 0.54% | - |
| HSV(B) | 137.87º | 0.79% | 0.89% | - |
| XYZ | 30.76 | 55.96 | 21.49 | - |
| YUV | 158.53 | 95.53 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 226 | 101 | 0.79 | 0 | 0.55 | 0.11 | 137.87 | 0.75 | 0.54 |
| Hex | 30 | E2 | 65 | 4F | 0 | 37 | B | 8A | 4B | 36 |
| Octal | 60 | 342 | 145 | 117 | 0 | 67 | 13 | 212 | 113 | 66 |
| Binary | 110000 | 11100010 | 1100101 | 1001111 | 0 | 110111 | 1011 | 10001010 | 1001011 | 110110 |
Color Harmonies of #30E265
Complementary color
Monochromatic Colors of #30E265
Black with #30E265
Text Example
Text Example
White with #30E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E265; }
p { color: rgb(48,226,101); }
H1.HeaderClassName
{
color: #30E265;
}
.AnyTagClassName
{
color: #30E265;
}
</style>
background-color css
<style>
a { background-color: #30E265; }
a { background-color: rgb(48,226,101); }
div.DivClassName
{
background-color: #30E265;
}
.BgClassName
{
background-color: #30E265;
}
</style>
border-color css
<style>
span { border-color: #30E265; }
span { border-color: rgb(48,226,101); }
td.TdClassName
{
border-color: #30E265;
}
.TagClassName
{
border-color: #30E265;
}
</style>