Shades of Malachite #30F057
Tints of Malachite #30F057
RGB
CMYK
RGB Variations
Color information
#30F057 (or 0x30F057) is known color: Malachite. HEX triplet: 30, F0 and 57. RGB value is (48,240,87). Sum of RGB (Red+Green+Blue) = 48+240+87=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #30F057 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F057 is #CF0FA8. Grayscale: #A5A5A5. Windows color (decimal): -13569961 or 5763120. OLE color: 5763120.
HSL color Cylindrical-coordinate representation of color #30F057: hue angle of 132.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F057 is Cyan = 0.8, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 240 | 87 | - |
| CMYK | 0.8 | 0 | 0.64 | 0.06 |
| HSL | 132.19º | 0.86% | 0.56% | - |
| HSV(B) | 132.19º | 0.8% | 0.94% | - |
| XYZ | 34.1 | 63.64 | 19.5 | - |
| YUV | 165.15 | 83.89 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 240 | 87 | 0.8 | 0 | 0.64 | 0.06 | 132.19 | 0.86 | 0.56 |
| Hex | 30 | F0 | 57 | 50 | 0 | 40 | 6 | 84 | 56 | 38 |
| Octal | 60 | 360 | 127 | 120 | 0 | 100 | 6 | 204 | 126 | 70 |
| Binary | 110000 | 11110000 | 1010111 | 1010000 | 0 | 1000000 | 110 | 10000100 | 1010110 | 111000 |
Color Harmonies of #30F057
Complementary color
Monochromatic Colors of #30F057
Black with #30F057
Text Example
Text Example
White with #30F057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F057; }
p { color: rgb(48,240,87); }
H1.HeaderClassName
{
color: #30F057;
}
.AnyTagClassName
{
color: #30F057;
}
</style>
background-color css
<style>
a { background-color: #30F057; }
a { background-color: rgb(48,240,87); }
div.DivClassName
{
background-color: #30F057;
}
.BgClassName
{
background-color: #30F057;
}
</style>
border-color css
<style>
span { border-color: #30F057; }
span { border-color: rgb(48,240,87); }
td.TdClassName
{
border-color: #30F057;
}
.TagClassName
{
border-color: #30F057;
}
</style>