Shades of Malachite #30FF4B
Tints of Malachite #30FF4B
RGB
CMYK
RGB Variations
Color information
#30FF4B (or 0x30FF4B) is known color: Malachite. HEX triplet: 30, FF and 4B. RGB value is (48,255,75). Sum of RGB (Red+Green+Blue) = 48+255+75=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FF4B is #CF00B4. Grayscale: #ADADAD. Windows color (decimal): -13566133 or 4980528. OLE color: 4980528.
HSL color Cylindrical-coordinate representation of color #30FF4B: hue angle of 127.83º 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 #30FF4B is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 75 | - |
| CMYK | 0.81 | 0 | 0.71 | 0 |
| HSL | 127.83º | 1% | 0.59% | - |
| HSV(B) | 127.83º | 0.81% | 1% | - |
| XYZ | 38.25 | 72.66 | 18.66 | - |
| YUV | 172.59 | 72.92 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 75 | 0.81 | 0 | 0.71 | 0 | 127.83 | 1 | 0.59 |
| Hex | 30 | FF | 4B | 51 | 0 | 47 | 0 | 80 | 64 | 3B |
| Octal | 60 | 377 | 113 | 121 | 0 | 107 | 0 | 200 | 144 | 73 |
| Binary | 110000 | 11111111 | 1001011 | 1010001 | 0 | 1000111 | 0 | 10000000 | 1100100 | 111011 |
Color Harmonies of #30FF4B
Complementary color
Monochromatic Colors of #30FF4B
Black with #30FF4B
Text Example
Text Example
White with #30FF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF4B; }
p { color: rgb(48,255,75); }
H1.HeaderClassName
{
color: #30FF4B;
}
.AnyTagClassName
{
color: #30FF4B;
}
</style>
background-color css
<style>
a { background-color: #30FF4B; }
a { background-color: rgb(48,255,75); }
div.DivClassName
{
background-color: #30FF4B;
}
.BgClassName
{
background-color: #30FF4B;
}
</style>
border-color css
<style>
span { border-color: #30FF4B; }
span { border-color: rgb(48,255,75); }
td.TdClassName
{
border-color: #30FF4B;
}
.TagClassName
{
border-color: #30FF4B;
}
</style>