Shades of Malachite #30D955
Tints of Malachite #30D955
RGB
CMYK
RGB Variations
Color information
#30D955 (or 0x30D955) is known color: Malachite. HEX triplet: 30, D9 and 55. RGB value is (48,217,85). Sum of RGB (Red+Green+Blue) = 48+217+85=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #30D955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D955 is #CF26AA. Grayscale: #979797. Windows color (decimal): -13575851 or 5626160. OLE color: 5626160.
HSL color Cylindrical-coordinate representation of color #30D955: hue angle of 133.14º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D955 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 217 | 85 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.15 |
| HSL | 133.14º | 0.69% | 0.52% | - |
| HSV(B) | 133.14º | 0.78% | 0.85% | - |
| XYZ | 27.67 | 50.91 | 16.96 | - |
| YUV | 151.42 | 90.51 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 217 | 85 | 0.78 | 0 | 0.61 | 0.15 | 133.14 | 0.69 | 0.52 |
| Hex | 30 | D9 | 55 | 4E | 0 | 3D | F | 85 | 45 | 34 |
| Octal | 60 | 331 | 125 | 116 | 0 | 75 | 17 | 205 | 105 | 64 |
| Binary | 110000 | 11011001 | 1010101 | 1001110 | 0 | 111101 | 1111 | 10000101 | 1000101 | 110100 |
Color Harmonies of #30D955
Complementary color
Monochromatic Colors of #30D955
Black with #30D955
Text Example
Text Example
White with #30D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D955; }
p { color: rgb(48,217,85); }
H1.HeaderClassName
{
color: #30D955;
}
.AnyTagClassName
{
color: #30D955;
}
</style>
background-color css
<style>
a { background-color: #30D955; }
a { background-color: rgb(48,217,85); }
div.DivClassName
{
background-color: #30D955;
}
.BgClassName
{
background-color: #30D955;
}
</style>
border-color css
<style>
span { border-color: #30D955; }
span { border-color: rgb(48,217,85); }
td.TdClassName
{
border-color: #30D955;
}
.TagClassName
{
border-color: #30D955;
}
</style>