Shades of Malachite #30FA4B
Tints of Malachite #30FA4B
RGB
CMYK
RGB Variations
Color information
#30FA4B (or 0x30FA4B) is known color: Malachite. HEX triplet: 30, FA and 4B. RGB value is (48,250,75). Sum of RGB (Red+Green+Blue) = 48+250+75=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA4B is #CF05B4. Grayscale: #AAAAAA. Windows color (decimal): -13567413 or 4979248. OLE color: 4979248.
HSL color Cylindrical-coordinate representation of color #30FA4B: hue angle of 128.02º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FA4B is Cyan = 0.81, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 75 | - |
| CMYK | 0.81 | 0 | 0.7 | 0.02 |
| HSL | 128.02º | 0.95% | 0.58% | - |
| HSV(B) | 128.02º | 0.81% | 0.98% | - |
| XYZ | 36.67 | 69.51 | 18.14 | - |
| YUV | 169.65 | 74.58 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 75 | 0.81 | 0 | 0.7 | 0.02 | 128.02 | 0.95 | 0.58 |
| Hex | 30 | FA | 4B | 51 | 0 | 46 | 2 | 80 | 5F | 3A |
| Octal | 60 | 372 | 113 | 121 | 0 | 106 | 2 | 200 | 137 | 72 |
| Binary | 110000 | 11111010 | 1001011 | 1010001 | 0 | 1000110 | 10 | 10000000 | 1011111 | 111010 |
Color Harmonies of #30FA4B
Complementary color
Monochromatic Colors of #30FA4B
Black with #30FA4B
Text Example
Text Example
White with #30FA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA4B; }
p { color: rgb(48,250,75); }
H1.HeaderClassName
{
color: #30FA4B;
}
.AnyTagClassName
{
color: #30FA4B;
}
</style>
background-color css
<style>
a { background-color: #30FA4B; }
a { background-color: rgb(48,250,75); }
div.DivClassName
{
background-color: #30FA4B;
}
.BgClassName
{
background-color: #30FA4B;
}
</style>
border-color css
<style>
span { border-color: #30FA4B; }
span { border-color: rgb(48,250,75); }
td.TdClassName
{
border-color: #30FA4B;
}
.TagClassName
{
border-color: #30FA4B;
}
</style>