Shades of Malachite #30F359
Tints of Malachite #30F359
RGB
CMYK
RGB Variations
Color information
#30F359 (or 0x30F359) is known color: Malachite. HEX triplet: 30, F3 and 59. RGB value is (48,243,89). Sum of RGB (Red+Green+Blue) = 48+243+89=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #30F359 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F359 is #CF0CA6. Grayscale: #A7A7A7. Windows color (decimal): -13569191 or 5894960. OLE color: 5894960.
HSL color Cylindrical-coordinate representation of color #30F359: hue angle of 132.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F359 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 89 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.05 |
| HSL | 132.62º | 0.89% | 0.57% | - |
| HSV(B) | 132.62º | 0.8% | 0.95% | - |
| XYZ | 35.07 | 65.45 | 20.24 | - |
| YUV | 167.14 | 83.9 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 89 | 0.80 | 0 | 0.63 | 0.05 | 132.62 | 0.89 | 0.57 |
| Hex | 30 | F3 | 59 | 50 | 0 | 3F | 5 | 85 | 59 | 39 |
| Octal | 60 | 363 | 131 | 120 | 0 | 77 | 5 | 205 | 131 | 71 |
| Binary | 110000 | 11110011 | 1011001 | 1010000 | 0 | 111111 | 101 | 10000101 | 1011001 | 111001 |
Color Harmonies of #30F359
Complementary color
Monochromatic Colors of #30F359
Black with #30F359
Text Example
Text Example
White with #30F359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F359; }
p { color: rgb(48,243,89); }
H1.HeaderClassName
{
color: #30F359;
}
.AnyTagClassName
{
color: #30F359;
}
</style>
background-color css
<style>
a { background-color: #30F359; }
a { background-color: rgb(48,243,89); }
div.DivClassName
{
background-color: #30F359;
}
.BgClassName
{
background-color: #30F359;
}
</style>
border-color css
<style>
span { border-color: #30F359; }
span { border-color: rgb(48,243,89); }
td.TdClassName
{
border-color: #30F359;
}
.TagClassName
{
border-color: #30F359;
}
</style>