Shades of Malachite #30F856
Tints of Malachite #30F856
RGB
CMYK
RGB Variations
Color information
#30F856 (or 0x30F856) is known color: Malachite. HEX triplet: 30, F8 and 56. RGB value is (48,248,86). Sum of RGB (Red+Green+Blue) = 48+248+86=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #30F856 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F856 is #CF07A9. Grayscale: #AAAAAA. Windows color (decimal): -13567914 or 5699632. OLE color: 5699632.
HSL color Cylindrical-coordinate representation of color #30F856: hue angle of 131.4º 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 #30F856 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 86 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.03 |
| HSL | 131.4º | 0.93% | 0.58% | - |
| HSV(B) | 131.4º | 0.81% | 0.97% | - |
| XYZ | 36.47 | 68.44 | 20.09 | - |
| YUV | 169.73 | 80.74 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 86 | 0.81 | 0 | 0.65 | 0.03 | 131.4 | 0.93 | 0.58 |
| Hex | 30 | F8 | 56 | 51 | 0 | 41 | 3 | 83 | 5D | 3A |
| Octal | 60 | 370 | 126 | 121 | 0 | 101 | 3 | 203 | 135 | 72 |
| Binary | 110000 | 11111000 | 1010110 | 1010001 | 0 | 1000001 | 11 | 10000011 | 1011101 | 111010 |
Color Harmonies of #30F856
Complementary color
Monochromatic Colors of #30F856
Black with #30F856
Text Example
Text Example
White with #30F856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F856; }
p { color: rgb(48,248,86); }
H1.HeaderClassName
{
color: #30F856;
}
.AnyTagClassName
{
color: #30F856;
}
</style>
background-color css
<style>
a { background-color: #30F856; }
a { background-color: rgb(48,248,86); }
div.DivClassName
{
background-color: #30F856;
}
.BgClassName
{
background-color: #30F856;
}
</style>
border-color css
<style>
span { border-color: #30F856; }
span { border-color: rgb(48,248,86); }
td.TdClassName
{
border-color: #30F856;
}
.TagClassName
{
border-color: #30F856;
}
</style>