Shades of Malachite #30F656
Tints of Malachite #30F656
RGB
CMYK
RGB Variations
Color information
#30F656 (or 0x30F656) is known color: Malachite. HEX triplet: 30, F6 and 56. RGB value is (48,246,86). Sum of RGB (Red+Green+Blue) = 48+246+86=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 246 (96.48% from 255 or 64.74% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 246 - color contains mainly: green. Hex color #30F656 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F656 is #CF09A9. Grayscale: #A9A9A9. Windows color (decimal): -13568426 or 5699120. OLE color: 5699120.
HSL color Cylindrical-coordinate representation of color #30F656: hue angle of 131.52º 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 #30F656 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 86 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.04 |
| HSL | 131.52º | 0.92% | 0.58% | - |
| HSV(B) | 131.52º | 0.8% | 0.96% | - |
| XYZ | 35.85 | 67.21 | 19.89 | - |
| YUV | 168.56 | 81.4 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 86 | 0.80 | 0 | 0.65 | 0.04 | 131.52 | 0.92 | 0.58 |
| Hex | 30 | F6 | 56 | 50 | 0 | 41 | 4 | 84 | 5C | 3A |
| Octal | 60 | 366 | 126 | 120 | 0 | 101 | 4 | 204 | 134 | 72 |
| Binary | 110000 | 11110110 | 1010110 | 1010000 | 0 | 1000001 | 100 | 10000100 | 1011100 | 111010 |
Color Harmonies of #30F656
Complementary color
Monochromatic Colors of #30F656
Black with #30F656
Text Example
Text Example
White with #30F656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F656; }
p { color: rgb(48,246,86); }
H1.HeaderClassName
{
color: #30F656;
}
.AnyTagClassName
{
color: #30F656;
}
</style>
background-color css
<style>
a { background-color: #30F656; }
a { background-color: rgb(48,246,86); }
div.DivClassName
{
background-color: #30F656;
}
.BgClassName
{
background-color: #30F656;
}
</style>
border-color css
<style>
span { border-color: #30F656; }
span { border-color: rgb(48,246,86); }
td.TdClassName
{
border-color: #30F656;
}
.TagClassName
{
border-color: #30F656;
}
</style>