Shades of Malachite #30FA57
Tints of Malachite #30FA57
RGB
CMYK
RGB Variations
Color information
#30FA57 (or 0x30FA57) is known color: Malachite. HEX triplet: 30, FA and 57. RGB value is (48,250,87). Sum of RGB (Red+Green+Blue) = 48+250+87=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FA57 is #CF05A8. Grayscale: #ABABAB. Windows color (decimal): -13567401 or 5765680. OLE color: 5765680.
HSL color Cylindrical-coordinate representation of color #30FA57: hue angle of 131.58º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FA57 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 87 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.02 |
| HSL | 131.58º | 0.95% | 0.58% | - |
| HSV(B) | 131.58º | 0.81% | 0.98% | - |
| XYZ | 37.12 | 69.69 | 20.51 | - |
| YUV | 171.02 | 80.58 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 87 | 0.81 | 0 | 0.65 | 0.02 | 131.58 | 0.95 | 0.58 |
| Hex | 30 | FA | 57 | 51 | 0 | 41 | 2 | 84 | 5F | 3A |
| Octal | 60 | 372 | 127 | 121 | 0 | 101 | 2 | 204 | 137 | 72 |
| Binary | 110000 | 11111010 | 1010111 | 1010001 | 0 | 1000001 | 10 | 10000100 | 1011111 | 111010 |
Color Harmonies of #30FA57
Complementary color
Monochromatic Colors of #30FA57
Black with #30FA57
Text Example
Text Example
White with #30FA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA57; }
p { color: rgb(48,250,87); }
H1.HeaderClassName
{
color: #30FA57;
}
.AnyTagClassName
{
color: #30FA57;
}
</style>
background-color css
<style>
a { background-color: #30FA57; }
a { background-color: rgb(48,250,87); }
div.DivClassName
{
background-color: #30FA57;
}
.BgClassName
{
background-color: #30FA57;
}
</style>
border-color css
<style>
span { border-color: #30FA57; }
span { border-color: rgb(48,250,87); }
td.TdClassName
{
border-color: #30FA57;
}
.TagClassName
{
border-color: #30FA57;
}
</style>