Shades of Malachite #30F84B
Tints of Malachite #30F84B
RGB
CMYK
RGB Variations
Color information
#30F84B (or 0x30F84B) is known color: Malachite. HEX triplet: 30, F8 and 4B. RGB value is (48,248,75). Sum of RGB (Red+Green+Blue) = 48+248+75=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #30F84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F84B is #CF07B4. Grayscale: #A8A8A8. Windows color (decimal): -13567925 or 4978736. OLE color: 4978736.
HSL color Cylindrical-coordinate representation of color #30F84B: hue angle of 128.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F84B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 75 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.03 |
| HSL | 128.1º | 0.93% | 0.58% | - |
| HSV(B) | 128.1º | 0.81% | 0.97% | - |
| XYZ | 36.06 | 68.27 | 17.93 | - |
| YUV | 168.48 | 75.24 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 75 | 0.81 | 0 | 0.70 | 0.03 | 128.1 | 0.93 | 0.58 |
| Hex | 30 | F8 | 4B | 51 | 0 | 46 | 3 | 80 | 5D | 3A |
| Octal | 60 | 370 | 113 | 121 | 0 | 106 | 3 | 200 | 135 | 72 |
| Binary | 110000 | 11111000 | 1001011 | 1010001 | 0 | 1000110 | 11 | 10000000 | 1011101 | 111010 |
Color Harmonies of #30F84B
Complementary color
Monochromatic Colors of #30F84B
Black with #30F84B
Text Example
Text Example
White with #30F84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F84B; }
p { color: rgb(48,248,75); }
H1.HeaderClassName
{
color: #30F84B;
}
.AnyTagClassName
{
color: #30F84B;
}
</style>
background-color css
<style>
a { background-color: #30F84B; }
a { background-color: rgb(48,248,75); }
div.DivClassName
{
background-color: #30F84B;
}
.BgClassName
{
background-color: #30F84B;
}
</style>
border-color css
<style>
span { border-color: #30F84B; }
span { border-color: rgb(48,248,75); }
td.TdClassName
{
border-color: #30F84B;
}
.TagClassName
{
border-color: #30F84B;
}
</style>