Shades of Malachite #30F74F
Tints of Malachite #30F74F
RGB
CMYK
RGB Variations
Color information
#30F74F (or 0x30F74F) is known color: Malachite. HEX triplet: 30, F7 and 4F. RGB value is (48,247,79). Sum of RGB (Red+Green+Blue) = 48+247+79=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 247 (96.88% from 255 or 66.04% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 247 - color contains mainly: green. Hex color #30F74F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F74F is #CF08B0. Grayscale: #A8A8A8. Windows color (decimal): -13568177 or 5240624. OLE color: 5240624.
HSL color Cylindrical-coordinate representation of color #30F74F: hue angle of 129.35º 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 #30F74F is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 247 | 79 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.03 |
| HSL | 129.35º | 0.93% | 0.58% | - |
| HSV(B) | 129.35º | 0.81% | 0.97% | - |
| XYZ | 35.89 | 67.71 | 18.58 | - |
| YUV | 168.35 | 77.57 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 247 | 79 | 0.81 | 0 | 0.68 | 0.03 | 129.35 | 0.93 | 0.58 |
| Hex | 30 | F7 | 4F | 51 | 0 | 44 | 3 | 81 | 5D | 3A |
| Octal | 60 | 367 | 117 | 121 | 0 | 104 | 3 | 201 | 135 | 72 |
| Binary | 110000 | 11110111 | 1001111 | 1010001 | 0 | 1000100 | 11 | 10000001 | 1011101 | 111010 |
Color Harmonies of #30F74F
Complementary color
Monochromatic Colors of #30F74F
Black with #30F74F
Text Example
Text Example
White with #30F74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F74F; }
p { color: rgb(48,247,79); }
H1.HeaderClassName
{
color: #30F74F;
}
.AnyTagClassName
{
color: #30F74F;
}
</style>
background-color css
<style>
a { background-color: #30F74F; }
a { background-color: rgb(48,247,79); }
div.DivClassName
{
background-color: #30F74F;
}
.BgClassName
{
background-color: #30F74F;
}
</style>
border-color css
<style>
span { border-color: #30F74F; }
span { border-color: rgb(48,247,79); }
td.TdClassName
{
border-color: #30F74F;
}
.TagClassName
{
border-color: #30F74F;
}
</style>