Shades of Malachite #30F754
Tints of Malachite #30F754
RGB
CMYK
RGB Variations
Color information
#30F754 (or 0x30F754) is known color: Malachite. HEX triplet: 30, F7 and 54. RGB value is (48,247,84). Sum of RGB (Red+Green+Blue) = 48+247+84=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #30F754 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F754 is #CF08AB. Grayscale: #A9A9A9. Windows color (decimal): -13568172 or 5568304. OLE color: 5568304.
HSL color Cylindrical-coordinate representation of color #30F754: hue angle of 130.85º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F754 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 247 | 84 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.03 |
| HSL | 130.85º | 0.93% | 0.58% | - |
| HSV(B) | 130.85º | 0.81% | 0.97% | - |
| XYZ | 36.08 | 67.79 | 19.57 | - |
| YUV | 168.92 | 80.07 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 247 | 84 | 0.81 | 0 | 0.66 | 0.03 | 130.85 | 0.93 | 0.58 |
| Hex | 30 | F7 | 54 | 51 | 0 | 42 | 3 | 83 | 5D | 3A |
| Octal | 60 | 367 | 124 | 121 | 0 | 102 | 3 | 203 | 135 | 72 |
| Binary | 110000 | 11110111 | 1010100 | 1010001 | 0 | 1000010 | 11 | 10000011 | 1011101 | 111010 |
Color Harmonies of #30F754
Complementary color
Monochromatic Colors of #30F754
Black with #30F754
Text Example
Text Example
White with #30F754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F754; }
p { color: rgb(48,247,84); }
H1.HeaderClassName
{
color: #30F754;
}
.AnyTagClassName
{
color: #30F754;
}
</style>
background-color css
<style>
a { background-color: #30F754; }
a { background-color: rgb(48,247,84); }
div.DivClassName
{
background-color: #30F754;
}
.BgClassName
{
background-color: #30F754;
}
</style>
border-color css
<style>
span { border-color: #30F754; }
span { border-color: rgb(48,247,84); }
td.TdClassName
{
border-color: #30F754;
}
.TagClassName
{
border-color: #30F754;
}
</style>