Shades of Malachite #30F653
Tints of Malachite #30F653
RGB
CMYK
RGB Variations
Color information
#30F653 (or 0x30F653) is known color: Malachite. HEX triplet: 30, F6 and 53. RGB value is (48,246,83). Sum of RGB (Red+Green+Blue) = 48+246+83=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 246 (96.48% from 255 or 65.25% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 246 - color contains mainly: green. Hex color #30F653 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F653 is #CF09AC. Grayscale: #A8A8A8. Windows color (decimal): -13568429 or 5502512. OLE color: 5502512.
HSL color Cylindrical-coordinate representation of color #30F653: hue angle of 130.61º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F653 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 83 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.04 |
| HSL | 130.61º | 0.92% | 0.58% | - |
| HSV(B) | 130.61º | 0.8% | 0.96% | - |
| XYZ | 35.74 | 67.16 | 19.26 | - |
| YUV | 168.22 | 79.9 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 83 | 0.80 | 0 | 0.66 | 0.04 | 130.61 | 0.92 | 0.58 |
| Hex | 30 | F6 | 53 | 50 | 0 | 42 | 4 | 83 | 5C | 3A |
| Octal | 60 | 366 | 123 | 120 | 0 | 102 | 4 | 203 | 134 | 72 |
| Binary | 110000 | 11110110 | 1010011 | 1010000 | 0 | 1000010 | 100 | 10000011 | 1011100 | 111010 |
Color Harmonies of #30F653
Complementary color
Monochromatic Colors of #30F653
Black with #30F653
Text Example
Text Example
White with #30F653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F653; }
p { color: rgb(48,246,83); }
H1.HeaderClassName
{
color: #30F653;
}
.AnyTagClassName
{
color: #30F653;
}
</style>
background-color css
<style>
a { background-color: #30F653; }
a { background-color: rgb(48,246,83); }
div.DivClassName
{
background-color: #30F653;
}
.BgClassName
{
background-color: #30F653;
}
</style>
border-color css
<style>
span { border-color: #30F653; }
span { border-color: rgb(48,246,83); }
td.TdClassName
{
border-color: #30F653;
}
.TagClassName
{
border-color: #30F653;
}
</style>