Shades of Malachite #30FE5B
Tints of Malachite #30FE5B
RGB
CMYK
RGB Variations
Color information
#30FE5B (or 0x30FE5B) is known color: Malachite. HEX triplet: 30, FE and 5B. RGB value is (48,254,91). Sum of RGB (Red+Green+Blue) = 48+254+91=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FE5B is #CF01A4. Grayscale: #AEAEAE. Windows color (decimal): -13566373 or 6028848. OLE color: 6028848.
HSL color Cylindrical-coordinate representation of color #30FE5B: hue angle of 132.52º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FE5B is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 91 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.00 |
| HSL | 132.52º | 0.99% | 0.59% | - |
| HSV(B) | 132.52º | 0.81% | 1% | - |
| XYZ | 38.55 | 72.27 | 21.81 | - |
| YUV | 173.82 | 81.25 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 91 | 0.81 | 0 | 0.64 | 0.00 | 132.52 | 0.99 | 0.59 |
| Hex | 30 | FE | 5B | 51 | 0 | 40 | 0 | 85 | 63 | 3B |
| Octal | 60 | 376 | 133 | 121 | 0 | 100 | 0 | 205 | 143 | 73 |
| Binary | 110000 | 11111110 | 1011011 | 1010001 | 0 | 1000000 | 0 | 10000101 | 1100011 | 111011 |
Color Harmonies of #30FE5B
Complementary color
Monochromatic Colors of #30FE5B
Black with #30FE5B
Text Example
Text Example
White with #30FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FE5B; }
p { color: rgb(48,254,91); }
H1.HeaderClassName
{
color: #30FE5B;
}
.AnyTagClassName
{
color: #30FE5B;
}
</style>
background-color css
<style>
a { background-color: #30FE5B; }
a { background-color: rgb(48,254,91); }
div.DivClassName
{
background-color: #30FE5B;
}
.BgClassName
{
background-color: #30FE5B;
}
</style>
border-color css
<style>
span { border-color: #30FE5B; }
span { border-color: rgb(48,254,91); }
td.TdClassName
{
border-color: #30FE5B;
}
.TagClassName
{
border-color: #30FE5B;
}
</style>