Shades of Malachite #30E665
Tints of Malachite #30E665
RGB
CMYK
RGB Variations
Color information
#30E665 (or 0x30E665) is known color: Malachite. HEX triplet: 30, E6 and 65. RGB value is (48,230,101). Sum of RGB (Red+Green+Blue) = 48+230+101=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 230 (90.23% from 255 or 60.69% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 230 - color contains mainly: green. Hex color #30E665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E665 is #CF199A. Grayscale: #A1A1A1. Windows color (decimal): -13572507 or 6678064. OLE color: 6678064.
HSL color Cylindrical-coordinate representation of color #30E665: hue angle of 137.47º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E665 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 101 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.10 |
| HSL | 137.47º | 0.78% | 0.55% | - |
| HSV(B) | 137.47º | 0.79% | 0.9% | - |
| XYZ | 31.86 | 58.16 | 21.86 | - |
| YUV | 160.88 | 94.2 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 101 | 0.79 | 0 | 0.56 | 0.10 | 137.47 | 0.78 | 0.55 |
| Hex | 30 | E6 | 65 | 4F | 0 | 38 | A | 89 | 4E | 37 |
| Octal | 60 | 346 | 145 | 117 | 0 | 70 | 12 | 211 | 116 | 67 |
| Binary | 110000 | 11100110 | 1100101 | 1001111 | 0 | 111000 | 1010 | 10001001 | 1001110 | 110111 |
Color Harmonies of #30E665
Complementary color
Monochromatic Colors of #30E665
Black with #30E665
Text Example
Text Example
White with #30E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E665; }
p { color: rgb(48,230,101); }
H1.HeaderClassName
{
color: #30E665;
}
.AnyTagClassName
{
color: #30E665;
}
</style>
background-color css
<style>
a { background-color: #30E665; }
a { background-color: rgb(48,230,101); }
div.DivClassName
{
background-color: #30E665;
}
.BgClassName
{
background-color: #30E665;
}
</style>
border-color css
<style>
span { border-color: #30E665; }
span { border-color: rgb(48,230,101); }
td.TdClassName
{
border-color: #30E665;
}
.TagClassName
{
border-color: #30E665;
}
</style>