Shades of Malachite #30F466
Tints of Malachite #30F466
RGB
CMYK
RGB Variations
Color information
#30F466 (or 0x30F466) is known color: Malachite. HEX triplet: 30, F4 and 66. RGB value is (48,244,102). Sum of RGB (Red+Green+Blue) = 48+244+102=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 244 (95.70% from 255 or 61.93% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 244 - color contains mainly: green. Hex color #30F466 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F466 is #CF0B99. Grayscale: #A9A9A9. Windows color (decimal): -13568922 or 6747184. OLE color: 6747184.
HSL color Cylindrical-coordinate representation of color #30F466: hue angle of 136.53º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F466 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 102 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.04 |
| HSL | 136.53º | 0.9% | 0.57% | - |
| HSV(B) | 136.53º | 0.8% | 0.96% | - |
| XYZ | 35.97 | 66.29 | 23.47 | - |
| YUV | 169.21 | 90.07 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 102 | 0.80 | 0 | 0.58 | 0.04 | 136.53 | 0.9 | 0.57 |
| Hex | 30 | F4 | 66 | 50 | 0 | 3A | 4 | 89 | 5A | 39 |
| Octal | 60 | 364 | 146 | 120 | 0 | 72 | 4 | 211 | 132 | 71 |
| Binary | 110000 | 11110100 | 1100110 | 1010000 | 0 | 111010 | 100 | 10001001 | 1011010 | 111001 |
Color Harmonies of #30F466
Complementary color
Monochromatic Colors of #30F466
Black with #30F466
Text Example
Text Example
White with #30F466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F466; }
p { color: rgb(48,244,102); }
H1.HeaderClassName
{
color: #30F466;
}
.AnyTagClassName
{
color: #30F466;
}
</style>
background-color css
<style>
a { background-color: #30F466; }
a { background-color: rgb(48,244,102); }
div.DivClassName
{
background-color: #30F466;
}
.BgClassName
{
background-color: #30F466;
}
</style>
border-color css
<style>
span { border-color: #30F466; }
span { border-color: rgb(48,244,102); }
td.TdClassName
{
border-color: #30F466;
}
.TagClassName
{
border-color: #30F466;
}
</style>