Shades of Malachite #30F150
Tints of Malachite #30F150
RGB
CMYK
RGB Variations
Color information
#30F150 (or 0x30F150) is known color: Malachite. HEX triplet: 30, F1 and 50. RGB value is (48,241,80). Sum of RGB (Red+Green+Blue) = 48+241+80=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #30F150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F150 is #CF0EAF. Grayscale: #A5A5A5. Windows color (decimal): -13569712 or 5304624. OLE color: 5304624.
HSL color Cylindrical-coordinate representation of color #30F150: hue angle of 129.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F150 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 80 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.05 |
| HSL | 129.95º | 0.87% | 0.57% | - |
| HSV(B) | 129.95º | 0.8% | 0.95% | - |
| XYZ | 34.12 | 64.12 | 18.17 | - |
| YUV | 164.94 | 80.06 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 80 | 0.80 | 0 | 0.67 | 0.05 | 129.95 | 0.87 | 0.57 |
| Hex | 30 | F1 | 50 | 50 | 0 | 43 | 5 | 82 | 57 | 39 |
| Octal | 60 | 361 | 120 | 120 | 0 | 103 | 5 | 202 | 127 | 71 |
| Binary | 110000 | 11110001 | 1010000 | 1010000 | 0 | 1000011 | 101 | 10000010 | 1010111 | 111001 |
Color Harmonies of #30F150
Complementary color
Monochromatic Colors of #30F150
Black with #30F150
Text Example
Text Example
White with #30F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F150; }
p { color: rgb(48,241,80); }
H1.HeaderClassName
{
color: #30F150;
}
.AnyTagClassName
{
color: #30F150;
}
</style>
background-color css
<style>
a { background-color: #30F150; }
a { background-color: rgb(48,241,80); }
div.DivClassName
{
background-color: #30F150;
}
.BgClassName
{
background-color: #30F150;
}
</style>
border-color css
<style>
span { border-color: #30F150; }
span { border-color: rgb(48,241,80); }
td.TdClassName
{
border-color: #30F150;
}
.TagClassName
{
border-color: #30F150;
}
</style>