Shades of Malachite #30FF5D
Tints of Malachite #30FF5D
RGB
CMYK
RGB Variations
Color information
#30FF5D (or 0x30FF5D) is known color: Malachite. HEX triplet: 30, FF and 5D. RGB value is (48,255,93). Sum of RGB (Red+Green+Blue) = 48+255+93=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF5D is #CF00A2. Grayscale: #AFAFAF. Windows color (decimal): -13566115 or 6160176. OLE color: 6160176.
HSL color Cylindrical-coordinate representation of color #30FF5D: hue angle of 133.04º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF5D is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 93 | - |
| CMYK | 0.81 | 0 | 0.64 | 0 |
| HSL | 133.04º | 1% | 0.59% | - |
| HSV(B) | 133.04º | 0.81% | 1% | - |
| XYZ | 38.95 | 72.94 | 22.38 | - |
| YUV | 174.64 | 81.92 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 93 | 0.81 | 0 | 0.64 | 0 | 133.04 | 1 | 0.59 |
| Hex | 30 | FF | 5D | 51 | 0 | 40 | 0 | 85 | 64 | 3B |
| Octal | 60 | 377 | 135 | 121 | 0 | 100 | 0 | 205 | 144 | 73 |
| Binary | 110000 | 11111111 | 1011101 | 1010001 | 0 | 1000000 | 0 | 10000101 | 1100100 | 111011 |
Color Harmonies of #30FF5D
Complementary color
Monochromatic Colors of #30FF5D
Black with #30FF5D
Text Example
Text Example
White with #30FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF5D; }
p { color: rgb(48,255,93); }
H1.HeaderClassName
{
color: #30FF5D;
}
.AnyTagClassName
{
color: #30FF5D;
}
</style>
background-color css
<style>
a { background-color: #30FF5D; }
a { background-color: rgb(48,255,93); }
div.DivClassName
{
background-color: #30FF5D;
}
.BgClassName
{
background-color: #30FF5D;
}
</style>
border-color css
<style>
span { border-color: #30FF5D; }
span { border-color: rgb(48,255,93); }
td.TdClassName
{
border-color: #30FF5D;
}
.TagClassName
{
border-color: #30FF5D;
}
</style>