Shades of Malachite #30FF63
Tints of Malachite #30FF63
RGB
CMYK
RGB Variations
Color information
#30FF63 (or 0x30FF63) is known color: Malachite. HEX triplet: 30, FF and 63. RGB value is (48,255,99). Sum of RGB (Red+Green+Blue) = 48+255+99=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 255 (100% from 255 or 63.43% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF63 is #CF009C. Grayscale: #AFAFAF. Windows color (decimal): -13566109 or 6553392. OLE color: 6553392.
HSL color Cylindrical-coordinate representation of color #30FF63: hue angle of 134.78º 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 #30FF63 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 99 | - |
| CMYK | 0.81 | 0 | 0.61 | 0 |
| HSL | 134.78º | 1% | 0.59% | - |
| HSV(B) | 134.78º | 0.81% | 1% | - |
| XYZ | 39.23 | 73.05 | 23.84 | - |
| YUV | 175.32 | 84.92 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 99 | 0.81 | 0 | 0.61 | 0 | 134.78 | 1 | 0.59 |
| Hex | 30 | FF | 63 | 51 | 0 | 3D | 0 | 87 | 64 | 3B |
| Octal | 60 | 377 | 143 | 121 | 0 | 75 | 0 | 207 | 144 | 73 |
| Binary | 110000 | 11111111 | 1100011 | 1010001 | 0 | 111101 | 0 | 10000111 | 1100100 | 111011 |
Color Harmonies of #30FF63
Complementary color
Monochromatic Colors of #30FF63
Black with #30FF63
Text Example
Text Example
White with #30FF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF63; }
p { color: rgb(48,255,99); }
H1.HeaderClassName
{
color: #30FF63;
}
.AnyTagClassName
{
color: #30FF63;
}
</style>
background-color css
<style>
a { background-color: #30FF63; }
a { background-color: rgb(48,255,99); }
div.DivClassName
{
background-color: #30FF63;
}
.BgClassName
{
background-color: #30FF63;
}
</style>
border-color css
<style>
span { border-color: #30FF63; }
span { border-color: rgb(48,255,99); }
td.TdClassName
{
border-color: #30FF63;
}
.TagClassName
{
border-color: #30FF63;
}
</style>