Shades of Malachite #30FF62
Tints of Malachite #30FF62
RGB
CMYK
RGB Variations
Color information
#30FF62 (or 0x30FF62) is known color: Malachite. HEX triplet: 30, FF and 62. RGB value is (48,255,98). Sum of RGB (Red+Green+Blue) = 48+255+98=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF62 is #CF009D. Grayscale: #AFAFAF. Windows color (decimal): -13566110 or 6487856. OLE color: 6487856.
HSL color Cylindrical-coordinate representation of color #30FF62: hue angle of 134.49º 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 #30FF62 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 98 | - |
| CMYK | 0.81 | 0 | 0.62 | 0 |
| HSL | 134.49º | 1% | 0.59% | - |
| HSV(B) | 134.49º | 0.81% | 1% | - |
| XYZ | 39.18 | 73.03 | 23.59 | - |
| YUV | 175.21 | 84.42 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 98 | 0.81 | 0 | 0.62 | 0 | 134.49 | 1 | 0.59 |
| Hex | 30 | FF | 62 | 51 | 0 | 3E | 0 | 86 | 64 | 3B |
| Octal | 60 | 377 | 142 | 121 | 0 | 76 | 0 | 206 | 144 | 73 |
| Binary | 110000 | 11111111 | 1100010 | 1010001 | 0 | 111110 | 0 | 10000110 | 1100100 | 111011 |
Color Harmonies of #30FF62
Complementary color
Monochromatic Colors of #30FF62
Black with #30FF62
Text Example
Text Example
White with #30FF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF62; }
p { color: rgb(48,255,98); }
H1.HeaderClassName
{
color: #30FF62;
}
.AnyTagClassName
{
color: #30FF62;
}
</style>
background-color css
<style>
a { background-color: #30FF62; }
a { background-color: rgb(48,255,98); }
div.DivClassName
{
background-color: #30FF62;
}
.BgClassName
{
background-color: #30FF62;
}
</style>
border-color css
<style>
span { border-color: #30FF62; }
span { border-color: rgb(48,255,98); }
td.TdClassName
{
border-color: #30FF62;
}
.TagClassName
{
border-color: #30FF62;
}
</style>