Shades of Malachite #30F855
Tints of Malachite #30F855
RGB
CMYK
RGB Variations
Color information
#30F855 (or 0x30F855) is known color: Malachite. HEX triplet: 30, F8 and 55. RGB value is (48,248,85). Sum of RGB (Red+Green+Blue) = 48+248+85=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 248 (97.27% from 255 or 65.09% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 248 - color contains mainly: green. Hex color #30F855 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F855 is #CF07AA. Grayscale: #AAAAAA. Windows color (decimal): -13567915 or 5634096. OLE color: 5634096.
HSL color Cylindrical-coordinate representation of color #30F855: hue angle of 131.1º 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 #30F855 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 85 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.03 |
| HSL | 131.1º | 0.93% | 0.58% | - |
| HSV(B) | 131.1º | 0.81% | 0.97% | - |
| XYZ | 36.43 | 68.42 | 19.88 | - |
| YUV | 169.62 | 80.24 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 85 | 0.81 | 0 | 0.66 | 0.03 | 131.1 | 0.93 | 0.58 |
| Hex | 30 | F8 | 55 | 51 | 0 | 42 | 3 | 83 | 5D | 3A |
| Octal | 60 | 370 | 125 | 121 | 0 | 102 | 3 | 203 | 135 | 72 |
| Binary | 110000 | 11111000 | 1010101 | 1010001 | 0 | 1000010 | 11 | 10000011 | 1011101 | 111010 |
Color Harmonies of #30F855
Complementary color
Monochromatic Colors of #30F855
Black with #30F855
Text Example
Text Example
White with #30F855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F855; }
p { color: rgb(48,248,85); }
H1.HeaderClassName
{
color: #30F855;
}
.AnyTagClassName
{
color: #30F855;
}
</style>
background-color css
<style>
a { background-color: #30F855; }
a { background-color: rgb(48,248,85); }
div.DivClassName
{
background-color: #30F855;
}
.BgClassName
{
background-color: #30F855;
}
</style>
border-color css
<style>
span { border-color: #30F855; }
span { border-color: rgb(48,248,85); }
td.TdClassName
{
border-color: #30F855;
}
.TagClassName
{
border-color: #30F855;
}
</style>